nediamond
d1b66e9dfd
Added threshold parameter to ImageDraw.floodfill ( #2599 )
...
* added thresh option and test
* fixed up, test works and passes
* Update test_imagedraw.py
* Update test_imagedraw.py
* Update ImageDraw.py
* removed pypy skip decorator from thresh test
* Update ImageDraw.py
2017-07-01 10:37:02 +01:00
wiredfool
919150277e
Update Changes.rst [ci skip]
2017-06-29 13:59:50 +01:00
wiredfool
1c16baca51
Merge pull request #2588 from radarhere/gs
...
Added dBATCH parameter to ghostscript command
2017-06-29 13:59:16 +01:00
wiredfool
246837477e
Update Changes.rst [ci skip]
2017-06-29 13:26:30 +01:00
wiredfool
9bc50d8f5c
Merge pull request #2596 from Darou/master
...
Adjust buffer size when icc_profile > MAXBLOCK (issue #148 )
2017-06-29 13:18:29 +01:00
wiredfool
dc04930699
Merge pull request #2517 from wiredfool/single_version
...
RFC: Specify Version in one place
2017-06-29 13:17:02 +01:00
Fran Barba
29c622dd3d
Fixed typo biger > bigger
2017-06-29 11:21:19 +02:00
Fran Barba
a7d75c4b21
Applied Hugovk recommendations
2017-06-28 12:12:44 +02:00
Fran Barba
ebaa509d66
Adjust buffer size when icc_profile > MAXBLOCK (issue #148 )
...
We were encountering some errors when saving specific JPEG images.
The error was shown in stderr as:
IOError: encoder error -2 when writing image file
And on stdout it printed:
Suspension not allowed here
The problem was the bufsize not contemplating the icc_profile block.
2017-06-28 12:11:33 +02:00
wiredfool
633d751bdc
Update Changes.rst [ci skip]
2017-06-27 22:00:56 +01:00
wiredfool
3dc3c8cef9
Merge pull request #2598 from wiredfool/test_relaxation
...
Fix PNG leak tests
2017-06-27 22:00:20 +01:00
wiredfool
e3f1e9293d
fixing the png leak test memory calculations
2017-06-27 21:20:46 +01:00
Hugo
085f0aa23f
Merge pull request #2592 from radarhere/health
...
Removed reference to Landscape badge
2017-06-25 09:09:13 +03:00
Andrew Murray
3bfa35b377
Removed reference to Landscape badge [ci skip]
2017-06-25 13:16:42 +10:00
Hugo
dcf8014d2b
Merge pull request #2589 from radarhere/typo
...
Fixed typo
2017-06-24 08:22:00 +03:00
Andrew Murray
91215c384d
Fixed typo [ci skip]
2017-06-24 15:04:37 +10:00
Andrew Murray
bcd1fb7908
Added dBATCH parameter to ghostscript command
2017-06-22 20:31:14 +10:00
wiredfool
80ac338bf8
Update CHANGES.rst
2017-06-21 21:31:37 +01:00
wiredfool
686663c457
Merge pull request #2587 from wiredfool/travis-debugging
...
Change the owner of the TRAVIS_BUILD_DIR
2017-06-21 21:30:59 +01:00
wiredfool
7e3883406e
Change the owner of the TRAVIS_BUILD_DIR to match the UID in the container. Fixes #2586
2017-06-21 13:26:56 -07:00
wiredfool
915b62236c
Merge pull request #2584 from python-pillow/rm-landscape-badge
...
Remove Landscape/health badge
2017-06-21 15:42:55 +01:00
Hugo
a2f873c661
Remove Landscape/health badge
...
Because the last run was four months ago -- see https://github.com/python-pillow/Pillow/issues/2532 .
[CI skip]
2017-06-21 17:34:00 +03:00
wiredfool
45ed1a8bec
appveyor version -> simple build number
2017-06-21 06:27:07 -07:00
wiredfool
edc8d8627c
Fix to ensure that define is interpreted as a string on windows
2017-06-21 05:44:24 -07:00
wiredfool
014be86cf4
Update CHANGES.rst [ci skip]
2017-06-21 12:24:27 +01:00
wiredfool
5a671830d8
Merge pull request #2541 from uploadcare/fix-truncated-png-loading
...
Fix truncated png loading
2017-06-21 12:23:15 +01:00
wiredfool
8eb1dcb7c5
test for truncated png memory leak #2541
2017-06-21 03:31:32 -07:00
wiredfool
865bc45d72
Updated Changes.rst [ci skip]
2017-06-21 11:00:55 +01:00
wiredfool
a4dafe78df
Merge pull request #2410 from wiredfool/crop_decompression
...
Add decompression bomb check to Image.crop
2017-06-21 11:00:03 +01:00
wiredfool
612d78f496
Merge pull request #2582 from radarhere/typo
...
Fixing small documentation typo
2017-06-21 10:57:26 +01:00
wiredfool
fdc6e149fb
Fix bad merge -- undoes minor speedup of copy instead of crop
2017-06-21 02:36:12 -07:00
wiredfool
228c5bb292
using the decompression bomb _crop filter
2017-06-21 02:36:11 -07:00
wiredfool
c70977aad7
added decompression bomb check to crop
2017-06-21 02:36:11 -07:00
Garland Trice
7b77ee5379
Fixing small typo
...
Working on a small project, reading thru the docs and noticed this.
2017-06-21 19:02:51 +10:00
wiredfool
130c9c52a4
Updated Changes.rst [ci skip]
2017-06-14 09:21:21 +01:00
wiredfool
f0c3df04af
Merge pull request #2363 from SpamExperts/unbound_local_var_fix
...
Ensure that the `err_code` variable is initialized before using.
2017-06-14 09:17:23 +01:00
wiredfool
95eee4315d
Updated Changes.rst [ci skip]
2017-06-13 22:49:09 +01:00
wiredfool
d2ce692f67
Use code for unknown error when initializing.
...
Any case where we hit the cleanup without otherwise setting err_code is some sort of caught error that we're not considering. May not be possible anymore
2017-06-13 22:35:12 +01:00
wiredfool
1f19c023e1
Merge pull request #2406 from blochl/multiframe_tiff
...
Allow to save tiff stacks from separate images
2017-06-13 22:30:35 +01:00
wiredfool
26050f25bd
Merge pull request #2409 from wiredfool/draft
...
Clarify that draft is only implemented for JPEG and PCD
2017-06-13 22:24:02 +01:00
wiredfool
7622885f3c
s/warning/note/
2017-06-13 14:23:18 -07:00
wiredfool
8323ab1149
Merge pull request #2447 from hugovk/test-mic
...
Test MicImagePlugin for correctness
2017-06-13 22:20:44 +01:00
wiredfool
078d490106
Updated Changes.rst [ci skip]
2017-06-13 22:20:29 +01:00
wiredfool
0f49b8ee7d
Updated Changes.rst [ci skip]
2017-06-13 21:09:25 +01:00
hugovk
5d00979dd4
Note that there may be an embedded gamma of 2.2 in MIC files
2017-06-13 23:08:46 +03:00
hugovk
2d02f4ea9b
Adjust test for the gamma of 2.2 encoded into the file
2017-06-13 23:07:46 +03:00
wiredfool
d8f15a0706
Merge pull request #2558 from uploadcare/resize-truncate-coeffs-2
...
Use round instead of floor to exclude of zero coefficients
2017-06-13 21:03:27 +01:00
wiredfool
af790df295
Updated Changes.rst [ci skip]
2017-06-13 13:34:03 +01:00
wiredfool
6016481cbb
Merge pull request #2549 from hugovk/rm-deprecated-fn
...
Remove deprecated code
2017-06-13 13:33:45 +01:00
wiredfool
c3e041e9e6
Merge branch 'master' into rm-deprecated-fn
2017-06-13 13:32:38 +01:00