Commit Graph

3815 Commits

Author SHA1 Message Date
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
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
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
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
hugovk
33cd2a5e9b Python 3.5.0 released and available on Travis CI 2015-09-14 16:36:04 +03:00
Andrew Murray
cf1a1e0893 Updated libtiff to 4.0.6 2015-09-14 19:34:19 +10:00
wiredfool
f451e4094b Merge pull request #1420 from python-pillow/revert-1418-style
Revert "Style changes"
2015-09-13 14:33:28 +01:00
wiredfool
fce11e0b7b Revert "Style changes" 2015-09-13 14:31:49 +01:00
Hugo van Kemenade
a183fc4030 Update CHANGES.rst [CI skip] 2015-09-12 17:31:38 +03:00
Hugo van Kemenade
bcd3551f51 Merge pull request #1418 from radarhere/style
Style changes
2015-09-12 17:31:03 +03:00
Andrew Murray
64e733f552 Style changes 2015-09-11 23:54:57 +10:00
Hugo van Kemenade
21459e9ab4 Update CHANGES.rst [CI skip] 2015-09-11 14:57:29 +03:00
Hugo van Kemenade
82c29f65d3 Merge pull request #1417 from radarhere/flake8
Flake8 fixes
2015-09-11 14:57:04 +03:00
Andrew Murray
105e963505 Flake8 fixes 2015-09-11 19:28:19 +10:00
Hugo van Kemenade
eecb1ffcad Update CHANGES.rst [CI skip] 2015-09-10 19:12:25 +03:00
Hugo van Kemenade
991829b75a Merge pull request #1414 from wiredfool/pr1360
Catch TypeError in _getexif
2015-09-10 19:11:32 +03:00
Hugo van Kemenade
79dd6ac360 Update CHANGES.rst [CI skip] 2015-09-10 19:08:34 +03:00
Hugo van Kemenade
f631ddb1ef Merge pull request #1416 from wiredfool/pr1309
Fix for UnicodeDecodeError in TiffImagePlugin
2015-09-10 19:07:48 +03:00
Hugo van Kemenade
5a675d63b3 Update CHANGES.rst [CI skip] 2015-09-10 19:07:04 +03:00
Hugo van Kemenade
254201cac6 Merge pull request #1415 from wiredfool/dup_code
Dedup code in image.open
2015-09-10 19:06:35 +03:00
Bogdan Kubala
42b5a85cb4 Fix for UnicodeDecodeError in TiffImagePlugin
Fix for UnicodeDecodeError: ascii codec cannot decode byte while saving a TIFF image

Problem occured while saving TIFF images that contain non-ascii characters in metadata

Manually merged with master by wiredfool
2015-09-10 07:57:47 -07:00
wiredfool
4f705c9636 Update CHANGES.rst 2015-09-10 15:40:28 +01:00
wiredfool
60f44f2dce Merge pull request #1337 from homm/extraneous-jpeg-bytes
Skip any number extraneous chars at the end of JPEG chunks
2015-09-10 15:39:55 +01:00
wiredfool
9cbbab2da5 Dedup code in image.open 2015-09-10 07:17:40 -07:00
Hugo van Kemenade
c8e570b08e Update CHANGES.rst [CI skip] 2015-09-10 17:08:17 +03:00
Hugo van Kemenade
f6d57418cd Merge pull request #1413 from wiredfool/single_threaded_build
Single threaded build for pypy3, refactor. Workaround for #1176
2015-09-10 17:05:20 +03:00
wiredfool
07d95c3861 Added test for typeerror test for gpsexif 2015-09-10 05:32:11 -07:00
wiredfool
587698051f comments for future understanding 2015-09-10 04:36:07 -07:00
wiredfool
0da8bfed62 Updated Changes.rst [ci skip] 2015-09-10 12:19:44 +01:00
wiredfool
c614846fb7 Extend the fix to the other exif seek 2015-09-10 04:19:25 -07:00
wiredfool
1b40b6fd32 Merge pull request #1366 from uploadcare/fix-truncated-regression-from-master
Pillow fails to load truncated images with LOAD_TRUNCATED_IMAGES
2015-09-10 11:59:58 +01:00
wiredfool
525f47a64f Update CHANGES.rst [ci skip] 2015-09-10 11:20:50 +01:00
wiredfool
ec11194bc2 Merge pull request #1406 from merriam/patch-1
Update concepts.rst; clarify 'bands'
2015-09-09 22:12:26 +01:00
wiredfool
6b3666c3d3 Update CHANGES.rst [ci skip] 2015-09-09 22:09:07 +01:00
wiredfool
fc17f31626 Merge pull request #1356 from njones11/master
Add Solaris/SmartOS include and library directories
2015-09-09 22:07:55 +01:00
wiredfool
71a88d4b68 Update CHANGES.rst [ci skip] 2015-09-09 21:46:07 +01:00
wiredfool
43c5f2cd64 Merge pull request #1387 from radarhere/imaging
Improved handling of getink color
2015-09-09 21:43:32 +01:00
wiredfool
772d470f30 Single threaded build for pypy3, refactor. Workaround for #1176 2015-09-09 21:07:03 +01:00
wiredfool
3889ae5d6f Update CHANGES.rst [ci skip] 2015-09-09 16:58:41 +01:00
wiredfool
05666d2ac2 Merge pull request #1402 from cgohlke/patch-1
Disable compiler optimizations for topalette and tobilevel functions for all msvc versions
2015-09-09 16:58:29 +01:00