Commit Graph

4076 Commits

Author SHA1 Message Date
wiredfool
24f7bf5c37 Update CHANGES.rst [ci skip] 2015-09-20 10:37:29 +01:00
wiredfool
de34547f33 Merge pull request #1419 from wiredfool/tiff-ifd-rewrite
Tiff ImageFileDirectory Rewrite
2015-09-20 10:36:19 +01:00
wiredfool
970ac4c7e1 Update CHANGES.rst [ci skip] 2015-09-20 10:33:52 +01:00
wiredfool
2350eaad17 Merge pull request #1423 from wiredfool/debug-logging
Removing spammy debug logging
2015-09-20 10:32:47 +01:00
wiredfool
f0889a8e12 Merge pull request #1424 from wiredfool/doc-warnings
Fix sphinx build warnings
2015-09-20 10:32:32 +01:00
Andrew Murray
71c95c8e5f Restored deprecated methods with errors instead 2015-09-19 21:36:19 +10:00
Andrew Murray
5835c1e09c Added deprecation warning to ImageDraw setfont method, as specified in docs 2015-09-19 21:12:10 +10:00
Andrew Murray
baa5143394 Removed methods deprecated in 2.0 2015-09-19 21:06:12 +10:00
Andrew Murray
47366692d9 Removed ImagePalette methods, deprecated in 2.6 2015-09-19 21:06:12 +10:00
Andrew Murray
a3107af63f Removed ImageFileIO, deprecated since PIL 2015-09-19 21:06:12 +10:00
Andrew Murray
3841a11fb5 Removed ImageFont filename param, deprecated in 2.1 2015-09-19 21:06:12 +10:00
Andrew Murray
3e47ddbeeb Removed comment that Python 2 behaviour is deprecated 2015-09-19 21:06:11 +10:00
Eric L Frederich
e67a4c4270 preserve alpha during conversion; add tests; found bug and added TODOs 2015-09-18 16:15:24 -04:00
Eric L Frederich
86e775daa3 bug fix: Qt wants data aligned to 32 bits
Images in Qt show up incorrectly if each line is not aligned to 32 bits.

It is pretty common for an image's lines to be 32-bit alinged by chance.
Obviously any 32-bit image will not have any problem.
For the bug to manifest itself you'd need...
* a 1-bit image whose width is not a multiple of 32
* an 8-bit image who width is not a multiple of 4

Testing more images now and added a 7x13 png test image
2015-09-18 16:07:35 -04:00
wiredfool
58af64e245 Update CHANGES.rst [ci skip] 2015-09-18 14:44:01 +01:00
wiredfool
3177a3807a Update CHANGES.rst 2015-09-18 14:43:40 +01:00
wiredfool
a38fb2d0c5 Merge pull request #1384 from radarhere/gifparams
GIF 89a and animation parameters
2015-09-18 14:41:45 +01:00
Andrew Murray
01356a9ad8 Improved documentation [ci skip] 2015-09-18 21:41:36 +10:00
homm
f46d65d0a4 test for this 2015-09-15 20:12:16 +03:00
homm
613f1e241e do not raise on broken images 2015-09-15 19:11:45 +03:00
Andrew Murray
baac3c2321 Removed trailing whitespace 2015-09-15 21:37:51 +10:00
Andrew Murray
d02c57a7db Update CHANGES.rst [ci skip] 2015-09-15 19:13:09 +10:00
Hugo van Kemenade
2593aa78a2 Update CHANGES.rst [CI skip] 2015-09-15 11:43:30 +03:00
Hugo van Kemenade
18f5e5e123 Merge pull request #1426 from wiredfool/convert-matrix-docs
Correct convert matrix docs
2015-09-15 11:42:59 +03:00
wiredfool
4cd29c10d3 Fix indentation to match actual code flow 2015-09-15 01:01:04 -07:00
wiredfool
5b7f6f2638 Fix docs to match code, see http://engineering.khanacademy.org/posts/making-thumbnails-fast.htm 2015-09-15 01:00:36 -07:00
wiredfool
b1066bdf75 Merge pull request #3 from uploadcare/tiff-ifd-tests
Tiff ifd tests
2015-09-15 07:23:18 +01:00
homm
0f87b1f125 suppress and check warning during tests 2015-09-15 04:07:02 +03:00
homm
9930b05a33 fix tiff exif loading in case when file is empty or ended 2015-09-15 04:06:51 +03:00
homm
63f5f68837 unused imports 2015-09-15 04:04:27 +03:00
wiredfool
f3b38b8a0e Merge pull request #1425 from hugovk/py35
Python 3.5 is out, promote in testing infrastructure
2015-09-14 19:25:33 +01:00
wiredfool
2af6971444 Fix sphinx build warnings 2015-09-14 07:38:46 -07:00
wiredfool
e4f9b697c6 Doc syntax error 2015-09-14 07:33:07 -07:00
Andrew Murray
56c00ba412 Update CHANGES.rst [ci skip] 2015-09-15 00:26:05 +10:00
wiredfool
eff9bffb01 Merge pull request #1421 from radarhere/tiff
Updated libtiff to 4.0.6
2015-09-14 15:08:09 +01:00
hugovk
6e82984e34 Promote Python 3.5; must pass 2015-09-14 17:06:13 +03:00
wiredfool
1614f2fdb5 Documentation for IFD Changes 2015-09-14 07:01:57 -07:00
hugovk
33cd2a5e9b Python 3.5.0 released and available on Travis CI 2015-09-14 16:36:04 +03:00
wiredfool
9286c9e460 Reenabling and fixing the former test_xyres_tiff test for integer resolutions 2015-09-14 05:10:27 -07:00
wiredfool
4adbc9735c Reorder load_* parameters to pass master tests 2015-09-14 04:35:09 -07:00
wiredfool
43f3e7504c Removing spammy debug logging 2015-09-14 03:42:08 -07:00
wiredfool
e3a8044a38 Removing low level PyAccess debug logging 2015-09-14 03:38:52 -07:00
wiredfool
05348d4f8f Reenabling failing/crashing tests, with fixes 2015-09-14 03:03:24 -07:00
Andrew Murray
cf1a1e0893 Updated libtiff to 4.0.6 2015-09-14 19:34:19 +10:00
wiredfool
b56d5ca403 Added indicator for multipage tiffs 2015-09-13 16:19:40 +01:00
wiredfool
c2818ee09e Add versioned api to tests 2015-09-13 16:19:40 +01:00
wiredfool
86bda9a705 Legacy tifftags 2015-09-13 16:19:40 +01:00
wiredfool
70977bcbb5 Got the order of the enums wrong 2015-09-13 15:45:15 +01:00
wiredfool
4596df45c1 Versioned interface for TiffTags 2015-09-13 15:15:13 +01:00
wiredfool
f3ab9b9f81 temp removing segfaulting test on travis 2015-09-13 14:38:51 +01:00