Commit Graph

5177 Commits

Author SHA1 Message Date
wiredfool
5b13c38dd8 move overflow test to check, it is a DOS on 32bit machines 2016-06-30 06:28:29 -07:00
Alexander Karpinsky
639bdd3c02 Merge pull request #1991 from kkopachev/png-crc-error-ignore
Ability to skip crc checks for ancillary chunks
2016-06-30 17:25:04 +04:00
wiredfool
f54c60c162 Update CHANGES.rst 2016-06-30 13:46:04 +01:00
wiredfool
a47ca1b838 Merge pull request #1994 from wiredfool/osx_install
Clarified OSX build instructions, fixes #1980
2016-06-30 13:43:06 +01:00
wiredfool
8934581fac Merge pull request #1993 from uploadcare/filters-comparison-table
Filters comparison table
2016-06-30 13:41:49 +01:00
wiredfool
d9699c4ba0 Clarified OSX build instructions, fixes #1980 2016-06-30 05:38:59 -07:00
homm
fc448ddbdf Filters comparison table 2016-06-30 15:21:45 +03:00
wiredfool
4414d58334 Updated Changes.rst [ci skip] 2016-06-30 12:32:07 +01:00
wiredfool
a5dde79068 Merge pull request #1934 from wiredfool/incremental_removal
Rewrite of Jpeg2k data handling
2016-06-30 12:28:10 +01:00
wiredfool
bc57e08177 Merge pull request #1992 from uploadcare/resize-rotation-release-notes
Release notes for resize and rotation
2016-06-30 12:24:08 +01:00
wiredfool
291c00c58a Merge pull request #1954 from uploadcare/skip-resampling-passes
Do not do unnecessary passes on resizing
2016-06-30 12:23:07 +01:00
homm
8a0c589c29 release notes for resize and rotation 2016-06-30 03:38:18 +03:00
Konstantin Kopachev
5f2fe6083c
CR feedback: don't use lambda 2016-06-29 17:29:55 -07:00
wiredfool
f6c85a1c19 Update CHANGES.rst [ci skip] 2016-06-29 23:08:34 +01:00
wiredfool
31521dc64f Merge pull request #1832 from radarhere/imagepalette
Removed duplicate code in ImagePalette
2016-06-29 22:50:39 +01:00
wiredfool
a3166ded36 Update CHANGES.rst [ci skip] 2016-06-29 22:45:14 +01: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
dbae5c34c2 Update CHANGES.rst [ci skip] 2016-06-29 22:35:39 +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
7198c85826 Update CHANGES.rst [ci skip] 2016-06-29 22:33:28 +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
wiredfool
be0448296e Split ImagePlugin/File Decoders docs, added info about new experimental methods 2016-06-29 22:10:13 +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
Andrew Murray
3fe5c57aa9 Fixed typo [ci skip] 2016-06-27 23:22:17 +10:00
Andrew Murray
c86e5c5f78 Fixed typo [ci skip] 2016-06-27 23:19:41 +10:00
wiredfool
b152d99d66 refactor to different file 2016-06-27 00:58:06 -07:00
wiredfool
857ee63436 cleanup unused variables 2016-06-27 00:58:06 -07:00
wiredfool
96907b9158 Comments 2016-06-27 00:58:06 -07:00
wiredfool
71333fcdbe py2.6 support 2016-06-27 00:58:06 -07:00
wiredfool
fa81287f2c Python3 support 2016-06-27 00:58:06 -07:00
wiredfool
533f4145bb return values 2016-06-27 00:58:06 -07:00
wiredfool
653b170385 incorrect use of whitespace 2016-06-27 00:58:05 -07:00
wiredfool
d3b0413780 Initial take for removing the Incremental decoder due to threading issues. J2k tests pass, other tests fail 2016-06-27 00:58:05 -07:00
wiredfool
9f48b1e3d6 Update CHANGES.rst [ci skip] 2016-06-26 13:29:07 +01:00
cclauss
319eafbd1c Replace index= index +1 with += in ImageSequence Docs 2016-06-26 13:26:55 +01:00
Diederik Veeze
ca69de192b Assign to unused layers as well, jtbs 2016-06-26 13:23:53 +02:00
Diederik Veeze
95de0b6d05 Testing for p2la 2016-06-26 13:23:42 +02:00
wiredfool
d151b03939 release notes docs 2016-06-26 12:21:42 +01: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
948772028b Revert ICCProfile to length=1 2016-06-26 12:00:44 +01:00
wiredfool
870e94b229 Replaced numeric types with symbols 2016-06-26 09:12:15 +01:00
Diederik Veeze
12685ef7c1 Convert P to LA without deforming image 2016-06-25 23:14:21 +02:00
wiredfool
8e7f0cb192 Update CHANGES.rst [ci skip] 2016-06-25 15:31:26 +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
a77fef739c Update CHANGES.rst [ci skip] 2016-06-25 15:15:57 +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