Konstantin Kopachev
5f2fe6083c
CR feedback: don't use lambda
2016-06-29 17:29:55 -07:00
Konstantin Kopachev
885297d21f
Fix python 3 bytes to string concat error
2016-06-29 14:44:29 -07:00
wiredfool
41a747300f
Merge pull request #1990 from AbdealiJK/ajk/test
...
test_imagecms: Reduce precision of extended info
2016-06-29 22:44:16 +01:00
wiredfool
ffcc067038
Merge pull request #1988 from wiredfool/iccprofile
...
Binary Tiff Metadata/ICC profile.
2016-06-29 22:35:03 +01:00
wiredfool
0ddb0f3c7f
Merge pull request #1970 from uploadcare/ignore-decompression-dos
...
Ignore large text blocks in PNG if LOAD_TRUNCATED_IMAGES is enabled
2016-06-29 22:32:35 +01:00
Konstantin Kopachev
c3b970f046
Ability to skip crc checks for ancillary chunks
2016-06-29 12:24:37 -07:00
AbdealiJK
356926f825
test_imagecms: Reduce precision of extended info
...
In 32bit computers (when making wheels) it was found that the
precision of the extended information in test_extended_information() was
found to be lesser than what was being tested. This commit adds a helper
function which reduces the precision by truncating (multiplying by
10 ** digits, truncating to int and dividing by 10 ** digits) and then
testing the rtruncated numbers rather than the original numbers.
2016-06-28 21:14:34 +05:30
Diederik Veeze
95de0b6d05
Testing for p2la
2016-06-26 13:23:42 +02:00
wiredfool
c50503a14d
API change/revert: Bytes should be returned as a single byte string, not a tuple of integers
2016-06-26 12:06:56 +01:00
wiredfool
a64c1674a1
Tests for issue #1462 , #1834 , #1831 , #1910
2016-06-26 12:05:05 +01:00
wiredfool
1e2a27f00d
Fixed broken test re: https://github.com/python-pillow/Pillow/issues/1462#issuecomment-210487186
2016-06-26 12:02:45 +01:00
wiredfool
97dbb5cd33
Merge pull request #1977 from kkopachev/jpeg-junk-header
...
Skip extra 0xff00 in jpeg
2016-06-25 15:30:19 +01:00
wiredfool
c1d25d9062
Merge pull request #1985 from wiredfool/palette
...
Use bytearray for mutable palette storage
2016-06-25 15:14:07 +01:00
wiredfool
95874635e1
Merge pull request #1984 from wiredfool/pr_1824
...
Pr 1824 rebase
2016-06-25 15:01:34 +01:00
wiredfool
0bc06f7944
Fix filename on py2.6
2016-06-25 14:50:40 +01:00
wiredfool
9e1b4aba9a
These modes upconvert to 32bit I
2016-06-25 14:33:26 +01:00
Bryant Mairs
4f2836e218
Move constant to module level.
2016-06-25 12:20:37 +01:00
Bryant Mairs
7d5856bdf7
Corrects fromarray() datatype mapping for integer datatypes.
...
Currently failing for int16LE as of this commit.
2016-06-25 12:20:37 +01:00
Bryant Mairs
7fb24e8af0
Add test for reading and writing uint16 TIFFs.
2016-06-25 12:20:37 +01:00
Bryant Mairs
f51e90bf33
Create named constant for repeated values.
2016-06-25 12:19:12 +01:00
Bryant Mairs
51247fb7f0
Test all applicable numpy datatypes for Image.fromarray()
2016-06-25 12:19:12 +01:00
wiredfool
6a3acde001
Merge pull request #1909 from uploadcare/png-icc-profile
...
Get ICC profile from `encoderinfo` while PNG saving
2016-06-25 11:01:53 +01:00
Konstantin Kopachev
c8f93c979c
Skip extra 0xff00 in jpeg
2016-06-22 13:36:23 -07:00
homm
95402143fe
ignore large text blocks in PNG if LOAD_TRUNCATED_IMAGES is enabled
2016-06-20 17:33:10 +03:00
homm
78fad0f819
Do not make unnecessary passes on resizing
2016-06-15 01:04:02 +03:00
Andrew Murray
3c2e374824
Added test
2016-06-09 22:28:29 +01:00
wiredfool
62551a8b49
Merge pull request #1933 from uploadcare/resample-vertical-pass
...
Resample horizontal + vertical pass
2016-06-08 14:14:41 +01:00
homm
f09067e45e
add La mode (2 bands) to the test
2016-05-28 10:47:14 +03:00
homm
a1b12f792a
improve CoreResampleAccuracy test. Use all bands configurations
2016-05-27 07:09:49 +03:00
homm
edc9880b61
accept RGBa and La modes for blur
2016-05-27 03:16:48 +03:00
wiredfool
13b8c1c70b
test the output for a CMYK EPS image
2016-05-26 22:06:10 +01:00
wiredfool
3657bc10a6
Merge pull request #1889 from rr-/libpngquant
...
Add libimagequant support in quantize()
2016-05-26 21:12:25 +01:00
rr-
db989ad99b
Add perceptive comparisons to quantization tests
2016-05-26 17:23:43 +02:00
homm
c4b92d09b7
support for La mode
2016-05-26 15:15:08 +03:00
homm
1ed5c59f23
tests for LA modes
2016-05-26 15:15:08 +03:00
homm
8947485e71
test dirty pixels
2016-05-26 15:15:08 +03:00
homm
05d1022e99
test for levels
2016-05-26 15:15:08 +03:00
homm
5ffd9e53bc
use calloc and INT_MAX
2016-05-26 02:28:35 +03:00
homm
555d2ace49
add test for L
2016-05-26 02:07:56 +03:00
homm
f44a7f8b11
implement round
...
fix windows build
2016-05-26 02:07:56 +03:00
homm
e47002dec3
tests for 32bit modes
2016-05-26 02:07:56 +03:00
homm
9618ec98b8
test for consistency
2016-05-26 02:07:56 +03:00
Alexander Karpinsky
73c81404e6
Merge pull request #1920 from uploadcare/resampling-accuracy-tests
...
Tests for resampling accuracy
2016-05-26 02:05:15 +03:00
wiredfool
5839c3b9d1
Merge pull request #1921 from thebostik/decode_jpeg_qtable
...
More fixes related to custom jpeg qtables
2016-05-24 09:51:46 +01:00
wiredfool
1eedd2ef15
Merge pull request #1896 from radarhere/comment
...
Added support for GIF comment extension
2016-05-23 22:32:52 +01:00
Stephen Arthur
7872501c5b
Added test cases to exhibit issues with custom qtables
2016-05-22 17:54:03 -07:00
homm
39fcd80b2e
tests for resample accuracy
2016-05-21 23:58:54 +03:00
homm
1a6c6b1250
tests for icc profile in png
2016-05-12 20:31:54 +03:00
Andrew Murray
6de51536c4
Replaced mixed tabs and spaces with spaces
2016-05-10 22:23:23 +10:00
Andrew Murray
63ae7fbfe9
Removed unnecessary lambdas
2016-05-10 22:20:49 +10:00
Andrew Murray
8298fcce73
Added support for GIF comment extension
2016-05-07 13:57:40 +10:00
rr-
d471b35470
Fix typo
2016-05-06 23:29:53 +02:00
rr-
c5278000c5
Skip libimagequant's test if it's unavailable
2016-05-06 21:40:18 +02:00
wiredfool
9a4f6482b4
Merge pull request #1893 from wiredfool/tiff_check
...
Skip tests that require libtiff if it is not installed, fixes #1866
2016-05-06 17:19:54 +01:00
wiredfool
be2100be7b
Skip tests that require libtiff if it is not installed, fixes #1866
2016-05-06 09:07:00 -07:00
wiredfool
3926bfb747
Skip test when icc profile is not available, fixes #1887
2016-05-06 08:58:40 -07:00
rr-
eb354be7c4
Add method=Image.LIBIMAGEQUANT for quantize()
2016-05-05 21:39:16 +02:00
wiredfool
42f7a08ca4
Merge pull request #1856 from radarhere/eafp
...
Combined duplicate code in ImageTk
2016-05-03 21:02:08 +01:00
wiredfool
a0602fb68c
Merge pull request #1882 from wiredfool/pr_1840
...
Fix Transparency for PNG images
2016-05-03 19:51:04 +01:00
wiredfool
b2800b57a7
spelling typos
2016-05-03 19:46:22 +01:00
Andrew Murray
abdb848f08
Corrected filename [ci skip]
2016-05-03 19:23:51 +10:00
Andrew Murray
0b515ae3fa
Added test for ImageTk _get_image_from_kw
2016-05-01 22:19:52 +10:00
wiredfool
460480dfff
Merge pull request #1847 from wiredfool/revert-1813-DIB_1293
...
Revert 1813, plus second commit with tweaks.
2016-05-01 10:31:59 +01:00
wiredfool
9f9436ca2f
Merge pull request #1871 from wiredfool/pr_1865
...
Rebased #1865 + 1 test
2016-05-01 10:14:08 +01:00
wiredfool
219182beda
Removing all transparency from the test image
2016-04-29 21:17:18 +01:00
wiredfool
6f92a5adc0
Tests for LA mode looping through numpy
2016-04-29 21:03:24 +01:00
Pierrick Koch
cb42a9383c
[Test] image array add LA mode test
2016-04-29 21:03:24 +01:00
wiredfool
300ca19a0e
Merge pull request #1854 from hugovk/tga-rle
...
Test TGA RLE file
2016-04-29 20:44:32 +01:00
wiredfool
12bfb976bd
Merge pull request #1855 from hugovk/tiff-lzw
...
Test TIFF with LZW compression
2016-04-29 20:43:10 +01:00
hugovk
11b8faa761
Update RTD links https://blog.readthedocs.com/securing-subdomains/
2016-04-28 09:35:03 +03:00
hugovk
839c52b96a
flake8
2016-04-21 23:13:10 +03:00
hugovk
311f8f6a9c
Test TIF with LZW compression
2016-04-21 23:10:08 +03:00
hugovk
272f11434d
convert hopper.png -compress lzw hopper_lzw.tif
2016-04-21 23:09:23 +03:00
hugovk
31b05ce82c
Test TGA RLE file
2016-04-21 17:49:35 +03:00
hugovk
ad299ea9e5
Source: https://samples.libav.org/image-samples/TGA/
2016-04-21 17:49:25 +03:00
wiredfool
0507192a77
Comments for future people investigating alpha and DIBs
2016-04-19 20:36:25 +01:00
wiredfool
23a847c532
Fixes DIB image format
...
The DIB image format uses the 40 byte BMP header, followed by 3 masks
for RGB channels. We were reading 4 masks, consuming the first pixel
of the image.
Mostly fixes issue #1293 . Remaining issue: alpha channel is actually a
transparency mask.
2016-04-19 20:17:36 +01:00
wiredfool
ae6c46ea92
Merge pull request #1814 from thebostik/jpeg-qtable-bounds
...
Valid range for baseline jpeg qtables 0 to 255
2016-04-19 16:48:03 +01:00
wiredfool
faeb269e30
Revert "Fix for DIB/BMP images"
2016-04-19 16:37:29 +01:00
wiredfool
4dfc0f905d
Merge pull request #1830 from radarhere/grammar
...
Minor grammar fix
2016-04-19 16:02:30 +01:00
Oliver Tonnhofer
0f8d66bc96
add failing test for #1838 ; extend tests for current transparency behavior
2016-04-19 10:21:48 +02:00
Andrew Murray
ecd4d5a186
Removed unused test helper
2016-04-17 23:27:09 +10:00
Andrew Murray
4737944197
Minor grammar fix
2016-04-14 00:08:44 +10:00
Andrew Murray
392d567352
Added CMYK mode for opening EPS files
2016-04-13 18:27:46 +10:00
Stephen Arthur
5025bdd487
Valid range for baseline jpeg qtables 1 to 255, fixed overflow from using signed char instead of unsigned char. added test
2016-04-07 09:35:14 -07:00
Stephen Arthur
b38c32ed70
Valid range for baseline jpeg qtables 0 to 255, fixed issue from using signed char instead of unsigned char. added test
2016-04-06 18:47:51 -07:00
Hugo
a7c678b1af
Merge pull request #1813 from wiredfool/DIB_1293
...
Fix for DIB/BMP images
2016-04-06 19:58:25 +03:00
wiredfool
e84e02997c
Fixes DIB image format
...
The DIB image format uses the 40 byte BMP header, followed by 3 masks
for RGB channels. We were reading 4 masks, consuming the first pixel
of the image.
Mostly fixes issue #1293 . Remaining issue: alpha channel is actually a
transparency mask.
2016-04-06 07:38:41 -07:00
Hugo
cee9a1da15
Merge pull request #1805 from wiredfool/verify-struct-error
...
Catch struct.errors when verifying png files
2016-04-04 16:38:29 +03:00
wiredfool
90378c8298
Fixing compatibility with the truncated images tests
2016-04-04 05:40:37 -07:00
wiredfool
bb91abe147
Merge pull request #1804 from hugovk/tiff_jpegtables
...
Test saving TIFF with JPEGTables tag
2016-04-04 05:06:53 -07:00
wiredfool
77da73c90f
Catch struct.errors when verifying png files, convert to SyntaxErrors, fixes #1755
2016-04-04 03:08:22 -07:00
wiredfool
ca5e22b59a
Merge pull request #1794 from radarhere/spiderimageplugin
...
SpiderImagePlugin: raise an error when seeking in a non-stack file
2016-04-04 02:07:41 -07:00
Andrew Murray
dabb68a61e
Added tests
2016-04-04 18:48:21 +10:00
hugovk
ba817af569
Merge
2016-04-03 23:08:49 +03:00
wiredfool
14f3b45f46
Merge pull request #1789 from zwhfly/tiff
...
Add Support for 2/4 bpp Tiff Grayscale Images
2016-04-03 12:07:48 -07:00
Andrew Murray
26bf1937c7
Added warning for deprecated as_dict method
2016-04-03 23:41:28 +10:00
Hugo
77b5a531c6
Merge pull request #1625 from radarhere/health
...
Health fixes
2016-04-03 10:58:35 +03:00
wiredfool
a1f244343d
Fixed j2k integer overflow error on encode - CVE-2016-3076
2016-04-01 05:11:54 -07:00
Andrew Murray
677b958a7f
Health fixes
2016-04-01 21:49:30 +11:00