wiredfool
a4ef743b0f
Merge pull request #2220 from jdufresne/image-draw-dep
...
Remove long deprecated ImageDraw methods
2017-02-22 10:12:05 +00:00
wiredfool
8421a076ac
Merge pull request #2253 from jdufresne/devnull
...
Send unwanted subprocess output to /dev/null
2017-02-22 10:10:03 +00:00
hugovk
310105625c
Failing test case for #2259
2017-02-22 08:16:17 +02:00
wiredfool
c05ac25d6a
Merge pull request #2381 from hugovk/convert-matrix
...
Test matrix convert
2017-02-20 22:37:25 +00:00
wiredfool
5969a7445b
Merge pull request #2394 from wiredfool/travis-docker
...
Additional docker builds, Arch and Debian Stretch, fix for QT tests.
2017-02-20 21:59:20 +00:00
wiredfool
d707cb3692
Tight similarity tests for XYZ conversion
2017-02-20 13:41:28 -08:00
Eric Soroos
89443ae950
B/W images don't save properly in QT4 either
2017-02-20 12:28:13 -08:00
Eric Soroos
1b94ff81fe
Skip failing QPixmap/QT5 tests on Arch
2017-02-20 08:51:17 -08:00
Eric Soroos
9b82bdbb10
fix ToQimage tests for QT5
2017-02-20 08:51:17 -08:00
ces42
8fb44a2bee
More explicit error message when saving to a file with invalid extension ( #2399 )
...
* more explicit error message when saving to a file with invalid extension + test
2017-02-17 13:39:16 +00:00
wiredfool
b5f6732501
Merge pull request #2397 from radarhere/psdraw
...
Added anchor to readthedocs URL
2017-02-17 13:37:33 +00:00
Hugo
53e5702557
Update http to https
2017-02-14 11:27:02 +02:00
Andrew Murray
63d0a5a326
Added anchor to readthedocs URL
2017-02-11 12:47:10 +11:00
wiredfool
3ea2599984
Merge pull request #2355 from gunjambi/imagecms-preserve-aux-channels
...
Imagecms preserve aux channels
2017-02-07 19:38:05 +00:00
wiredfool
9c4eafc188
Merge pull request #2382 from hugovk/test-effects
...
Test linear and radial gradient effects
2017-02-06 21:58:41 +00:00
hugovk
d7fe8d1eb7
Linear and radial gradient: only need one target image
2017-02-06 22:03:17 +02:00
wiredfool
cdaa448782
Merge pull request #2389 from hugovk/outline
...
Test ImageDraw.Outline and and ImageDraw.Shape
2017-02-06 16:57:18 +00:00
wiredfool
b93025fa5b
Merge pull request #2380 from evalapply/master
...
BUG fix: '' in image mode no longer causes a crash
2017-01-31 19:03:29 +00:00
hugovk
96dfd722c3
Test ImageDraw.Outline curve
2017-01-31 08:22:33 +02:00
hugovk
008431fe0e
Test ImageDraw.Outline curve
2017-01-30 21:50:48 +02:00
Hugo
04e3f585b0
Test no change with identity matrix
2017-01-30 14:28:00 +02:00
Hugo
7fba16b074
Test for similarity
2017-01-30 14:27:29 +02:00
hugovk
07af06bf8c
Expose and test radial_gradient
2017-01-29 18:44:24 +02:00
hugovk
3ead178d18
flake8
2017-01-29 18:38:06 +02:00
hugovk
47b1c66961
Expose and test linear_gradient
2017-01-29 18:17:31 +02:00
hugovk
fdf0737fcd
Test matrix convert for ValueError: image has wrong mode
2017-01-29 15:55:17 +02:00
hugovk
90dac5f4dc
Refactor and test matrix convert with RGB and L modes
2017-01-29 14:24:49 +02:00
hugovk
cea36587ab
Test matrix convert
2017-01-29 14:03:38 +02:00
Lukasz Kozuchowski
3e317f3ca0
Empty image mode test
2017-01-29 07:50:28 +01:00
Jarkko Pöyry
fa56b3d255
Add tests for CMS transform auxiliary channel preservation. See bug #1662 .
2017-01-28 22:04:49 +02:00
Andrew Murray
e67ee44ea8
Added test for missing method data in Image transform
2017-01-28 14:21:41 +11:00
Andrew Murray
cd114cef3f
Added test for Image fromstring NotImplementedError
2017-01-28 14:16:39 +11:00
Andrew Murray
2039d43d85
Added test for unknown filter in Image resize
2017-01-28 14:09:28 +11:00
Andrew Murray
01cb6590a4
Added test for point operation on F mode image
2017-01-28 14:02:22 +11:00
Andrew Murray
e8495e5917
Added test for abbreviated Image paste mask syntax
2017-01-28 13:50:44 +11:00
Andrew Murray
581fef2ebd
Added test for Image offset NotImplementedError
2017-01-28 13:06:28 +11:00
Jon Dufresne
cecdb2af61
Send unwanted subprocess output to /dev/null
...
Avoids unnecessary creation of temporary files as well as unnecessarily
storing process output in memory. The temporary files would sometimes
remain and not be cleaned up.
2017-01-26 17:31:29 -08:00
wiredfool
2df28a6601
Merge pull request #2347 from radarhere/icc_profile
...
Moved iCCP chunk before PLTE chunk when saving as PNG
2017-01-26 14:26:25 +00:00
wiredfool
a62f2c5b44
Merge pull request #2365 from SemanticsOS/lambdafu/dpiresolution
...
Default to inch-interpretation for missing ResolutionUnit in TiffImagePlugin
2017-01-26 14:22:32 +00:00
wiredfool
2d06d8550f
Merge pull request #2359 from wiredfool/issue_1902
...
Fix for issue ImageTk Integer Overflow error
2017-01-26 14:12:32 +00:00
Eric Soroos
e66271d464
added tests for functionality in ImageTk
2017-01-26 05:31:45 -08:00
Andrew Murray
f0480de118
Restricted PNG encoderinfo chunks to valid values when saving
2017-01-21 16:57:03 +11:00
Andrew Murray
ded14572a1
Added more tests for PNG chunk ordering
2017-01-21 14:47:59 +11:00
Andrew Murray
361f579579
Moved iCCP chunk before PLTE chunk when saving as PNG
2017-01-21 13:32:22 +11:00
Eric Soroos
94cc72a2ba
disable tests broken on old system versions of numpy/scipy
2017-01-20 11:35:49 -08:00
Hugo
bceee54895
Prevent nose -v printing docstrings ( #2369 )
2017-01-20 19:10:02 +00:00
Marcus Brinkmann
8a9bd2cdcd
Default to inch-interpretation for missing ResolutionUnit in TiffImagePlugin.
2017-01-19 17:24:28 +01:00
wiredfool
c1b510c72c
Merge pull request #2307 from radarhere/contextmanagers
...
Added context managers
2017-01-17 13:20:41 +00:00
Andrew Murray
89742225bf
Fixed test coverage
2017-01-07 13:20:16 +11:00
Andrew Murray
2a93cdb698
Simplified assertEqual checks to assertTrue
2017-01-07 11:35:09 +11:00