hugovk
|
6de030a165
|
Don't use builtin as variable
|
2014-11-01 09:55:15 +02:00 |
|
hugovk
|
947e34616c
|
Merge remote-tracking branch 'upstream/master' into landscape-fixes
|
2014-11-01 09:44:10 +02:00 |
|
homm
|
4007a78d53
|
rename temp to imTransposed
actualize comments
|
2014-10-30 14:48:29 +03:00 |
|
homm
|
c99f05cd6e
|
change arguments order and names in LineBoxBlurXX and HorizontalBoxBlur
|
2014-10-30 14:32:41 +03:00 |
|
homm
|
36a35e7e27
|
update box_blur help
fix code style for `!`
fix spelling
|
2014-10-30 14:19:12 +03:00 |
|
Hugo
|
59fa39c1dc
|
Update CHANGES.rst [CI skip]
|
2014-10-29 21:46:25 +02:00 |
|
Hugo
|
4d74b81a15
|
Merge pull request #980 from wiredfool/pr_938
4 bit TIFF support
|
2014-10-29 21:41:17 +02:00 |
|
hugovk
|
fb788b85a9
|
Cache hopper to reduce FS reads and speed up tests
|
2014-10-29 21:28:29 +02:00 |
|
wiredfool
|
72c6db99df
|
Merge pull request #976 from hugovk/tiff_ints
Fix saving TIFF with PageNumber total = 0
|
2014-10-29 11:11:10 -07:00 |
|
Hugo
|
cf6dc5a3bc
|
Typos [CI skip]
|
2014-10-29 20:09:00 +02:00 |
|
wiredfool
|
2d2474685a
|
Added 4bit test to libtiff as well
|
2014-10-29 11:07:20 -07:00 |
|
wiredfool
|
e6cbe05211
|
Merge pull request #929 from hugovk/MspImagePlugin
More tests for MspImagePlugin
|
2014-10-29 10:55:58 -07:00 |
|
wiredfool
|
ed7b2fd150
|
Merge pull request #979 from nathancahill/patch-1
Add Ubuntu 14.04 prerequisites to docs
|
2014-10-29 10:52:11 -07:00 |
|
Nathan Cahill
|
f67eb56203
|
Add Ubuntu 14.04 prerequisites
Replaces `tcl8.5-dev` and `tk8.5-dev` with `tcl8.6-dev` and `tk8.6-dev` for 14.04.
|
2014-10-28 21:03:45 -06:00 |
|
Hugo
|
4a92c24aa6
|
Save to a self.tempfile() so it's properly cleaned up afterwards
|
2014-10-27 09:31:22 +02:00 |
|
hugovk
|
6ec6b16eb6
|
Test TIFF with PageNumber 0 0
|
2014-10-26 18:16:08 +02:00 |
|
hugovk
|
86c5fdc7aa
|
Created by printing a page in Chrome to PDF, then: /usr/bin/gs -q -sDEVICE=tiffg3 -sOutputFile=total-pages-zero.tif -dNOPAUSE /tmp/test.pdf -c quit
|
2014-10-26 18:14:34 +02:00 |
|
hugovk
|
0df43e4f93
|
Avoid divide by zero
|
2014-10-25 23:42:02 +03:00 |
|
homm
|
4323683a63
|
move ImagingGaussianBlur to BoxBlur.c
|
2014-10-25 17:17:53 +04:00 |
|
homm
|
274f0a14ba
|
change arguments order and names to match other functions
|
2014-10-25 17:16:14 +04:00 |
|
homm
|
c802abe219
|
change test due to different behavior on small radius
|
2014-10-25 17:06:27 +04:00 |
|
homm
|
65173f946b
|
replace gaussian blur with extended box blur implementation
|
2014-10-25 16:36:41 +04:00 |
|
homm
|
d89c9ab750
|
Merge branch 'gaussian-refactor' into fast-box-blur
|
2014-10-25 15:50:57 +04:00 |
|
homm
|
36cbb16bf6
|
Add tests. Rise for "P" and "1".
|
2014-10-25 14:23:07 +04:00 |
|
homm
|
acdcdd487f
|
convert tabs to spaces
|
2014-10-25 14:19:29 +04:00 |
|
homm
|
12ba034dc8
|
unlock upscale filters
|
2014-10-25 12:39:03 +04:00 |
|
Hugo
|
8b7a989018
|
Fix "can can" typo
Closes #971.
[CI skip]
|
2014-10-25 11:07:34 +03:00 |
|
homm
|
d7d92275f1
|
Change arguments order and names
|
2014-10-25 04:28:05 +04:00 |
|
homm
|
57cd15f9b1
|
Use Transpose from geometry.
|
2014-10-25 04:27:46 +04:00 |
|
homm
|
316ac5ad57
|
Merge branch 'add-transpose' into fast-box-blur
|
2014-10-25 04:18:43 +04:00 |
|
homm
|
0c90ce2504
|
Add new fast ImagingTranspose function
|
2014-10-25 04:17:59 +04:00 |
|
homm
|
c2d688c4b6
|
fix bicubic stretch interpolation
|
2014-10-24 12:57:32 +04:00 |
|
Hugo
|
8a0f5c65b7
|
Merge pull request #966 from wiredfool/bicubic
Revert incorrect doc change [ci skip]
|
2014-10-22 12:38:35 +03:00 |
|
wiredfool
|
042b809f81
|
Revert incorrect doc change [ci skip]
|
2014-10-21 09:57:46 -07:00 |
|
homm
|
c80fe312e4
|
Add extended box blur.
|
2014-10-20 10:48:16 +04:00 |
|
homm
|
f477cab940
|
test for multiple passes
|
2014-10-19 20:56:14 +04:00 |
|
homm
|
c1eb77a4ed
|
faster commit
|
2014-10-19 18:34:49 +04:00 |
|
homm
|
f55ea4c04c
|
Do not use lineOut buffer if source and destination are different.
|
2014-10-19 13:54:18 +04:00 |
|
homm
|
5ab12e0ee7
|
improve test: test grayscale and rgba with same cases
|
2014-10-19 13:54:18 +04:00 |
|
homm
|
516bd90cf7
|
support for multiple passes with only two transposes
|
2014-10-19 13:54:13 +04:00 |
|
homm
|
d91d7b9826
|
significant speed improvement (about 55%)
|
2014-10-19 00:01:38 +04:00 |
|
homm
|
22668de6db
|
HorizontalBoxBlur unified
LineBoxBlur8 & LineBoxBlur32
|
2014-10-18 18:37:14 +04:00 |
|
homm
|
7d77db20ad
|
Small optimization: replace division with multiply.
|
2014-10-18 04:02:10 +04:00 |
|
homm
|
d07c9c2e4e
|
unused
|
2014-10-16 16:00:29 +04:00 |
|
Alex Clark ☺
|
ffa8852ac0
|
Merge pull request #962 from hugovk/sane
Remove Sane directory now it has its own repo
|
2014-10-15 09:21:58 -04:00 |
|
Hugo
|
d77cc88482
|
Remove Sane directory now it's in its own repo: https://github.com/python-pillow/Sane
|
2014-10-15 13:19:09 +03:00 |
|
homm
|
0ff4b53a72
|
pep8
|
2014-10-15 12:40:26 +04:00 |
|
homm
|
53c8352f39
|
highlevel api
|
2014-10-15 04:08:21 +04:00 |
|
homm
|
5861a46a54
|
check image mode
|
2014-10-14 23:29:50 +04:00 |
|
homm
|
a27baf90be
|
fix large radius. tests
|
2014-10-14 03:26:46 +04:00 |
|