Hugo
c20d30128b
Fix typo
...
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
2019-03-30 15:21:45 +01:00
Andrew Murray
d48b98a728
Update src/PIL/JpegImagePlugin.py
...
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
2019-03-29 21:38:57 +11:00
Andrew Murray
56dca018aa
Update src/PIL/JpegImagePlugin.py
...
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
2019-03-29 21:38:57 +11:00
Glandos
475b4172a9
remove conversion to tuple
...
The _fixup does exactly the opposite
2019-03-29 21:38:57 +11:00
Glandos
60c5614086
py2 compatibility
2019-03-29 21:38:57 +11:00
Glandos
49fc09d590
use subclass for parsing EXIF data
...
The old method (using dict() and _fixup_dict) create clones from IFD_v1,
but it read all items when iterating, losing all benefits from the lazyness
of IFD.
The new method use a custom subclass that try to prevent all iterations
as much as possible, keeping all tags undecoded.
The return value isn't a dict anymore, but a subclass of ImageFileDirectory_v1
that doesn't support tov2(). All decoded tags are formatted as before.
2019-03-29 21:38:57 +11:00
Hugo
2adfea9b4e
Merge pull request #3757 from radarhere/lcms_tested
...
Updated lcms tested versions
2019-03-29 07:37:51 +02:00
Andrew Murray
f238ab9654
Updated lcms tested versions [ci skip]
2019-03-29 08:32:36 +11:00
Alex Clark
c8ee701013
Merge pull request #3752 from hugovk/update-classifiers
...
Update Trove licence classifiers
2019-03-28 14:18:58 -04:00
Hugo
ed596499ec
Update CHANGES.rst
2019-03-28 12:05:39 +02:00
Hugo
3b92de5ddc
Merge pull request #3588 from radarhere/mpo_frame_size
...
Change size of MPO image to match frame
2019-03-28 12:01:33 +02:00
Hugo
ace5ba4418
Merge pull request #3701 from radarhere/photoshop
...
Read Photoshop resolution data
2019-03-28 11:55:13 +02:00
Hugo
a93bcdfe0c
Merge pull request #3724 from radarhere/readonly_save
...
Ensure image is mutable before saving
2019-03-28 11:53:33 +02:00
Hugo
a0a641516b
Merge pull request #3743 from radarhere/releasenotes
...
I;16 mode transpose support release notes
2019-03-28 11:49:52 +02:00
Hugo
e7c2828b4e
Merge pull request #3740 from radarhere/remap_palette
...
Corrected remap_palette documentation
2019-03-28 11:47:36 +02:00
Hugo
0572983104
Merge pull request #3726 from radarhere/pa
...
Promote P images to PA in putalpha
2019-03-28 11:44:52 +02:00
Andrew Murray
a5b62857b0
Change size of MPO image to match frame
2019-03-28 08:33:17 +11:00
Andrew Murray
e00628af3b
Read EXIF data from subsequent MPO images
2019-03-28 08:32:33 +11:00
Hugo
0306b80ef7
Update CHANGES.rst
2019-03-27 18:03:40 +02:00
Hugo
adbe97594e
Merge pull request #3719 from radarhere/p_rgb_rgba
...
Allow RGB and RGBA values for new P images
2019-03-27 18:03:23 +02:00
Hugo
82848905e6
Merge pull request #3713 from radarhere/tiff_seek
...
Fixed TIFF bug when seeking backwards and then forwards
2019-03-27 17:58:34 +02:00
Hugo
22d7b0495a
Merge pull request #3498 from Glandos/patch-1
...
Cache EXIF information
2019-03-27 17:53:54 +02:00
Hugo
4ae1020e6e
Merge pull request #3729 from radarhere/spider
...
Improved docstring
2019-03-27 11:57:20 +02:00
Andrew Murray
b409f38be3
Updated CHANGES.rst [ci skip]
2019-03-27 09:47:42 +11:00
Andrew Murray
28002cae39
Merge pull request #3744 from radarhere/png_transparency
...
Added transparency for all PNG greyscale modes
2019-03-27 09:39:36 +11:00
Andrew Murray
33522a8295
Merge pull request #3751 from hugovk/update-appveyor-pypy
...
AppVeyor: Upgrade to PyPy 7.1.0
2019-03-27 08:30:47 +11:00
hugovk
b21ea99fd9
Relax incorrect pyroma test
2019-03-26 22:59:59 +02:00
Andrew Murray
4a5666f1f4
Added transparency for all PNG greyscale modes
2019-03-27 07:41:33 +11:00
hugovk
bab5d068bf
Update licence to HPND
2019-03-26 22:02:55 +02:00
hugovk
7d2319129f
Sort classifiers
2019-03-26 21:47:29 +02:00
Hugo
d7776c66e2
AppVeyor: upgrade to PyPy 7.1.0
2019-03-26 17:58:30 +02:00
Hugo
e6db8dee0c
Update CHANGES.rst
2019-03-26 17:56:43 +02:00
Hugo
36db534c48
Merge pull request #3749 from radarhere/python38
...
Fix deprecation warnings in Python 3.8
2019-03-26 15:45:36 +00:00
Andrew Murray
97c2848963
Fixed deprecation warnings
2019-03-26 13:50:57 +11:00
Alex Clark
6d9ea7774e
Merge pull request #3746 from python-pillow/update-readme
...
Update readme
2019-03-25 07:35:30 -04:00
Alex Clark
a6ebbb07f3
Linking
2019-03-24 18:15:10 -04:00
Alex Clark
eb0258ecec
Wording/linking
2019-03-24 18:10:44 -04:00
Alex Clark
a7a65db2a3
Copy setuptools' security vulnerability text
...
Thanks!
https://github.com/pypa/setuptools/blob/master/README.rst
2019-03-24 18:02:55 -04:00
Alex Clark
c012c67877
Move badge links to the bottom
2019-03-24 18:00:12 -04:00
Andrew Murray
9cc7e8ce95
Improved docstring
2019-03-24 22:07:19 +11:00
Hugo
30841fe808
Merge pull request #3737 from jdufresne/quotes
...
Add backticks around Python classes and modules in open_files.rst
2019-03-23 08:31:15 +00:00
Andrew Murray
51e66522e7
Added release notes for #3563 and #3741
2019-03-23 17:36:49 +11:00
Andrew Murray
9965afa82b
Updated CHANGES.rst [ci skip]
2019-03-23 17:36:11 +11:00
Hugo
16f8ab5b38
Merge pull request #3742 from radarhere/releasenotes
...
MIME type and TIFF compression codec release notes
2019-03-23 06:21:55 +00:00
Hugo
fccf229a7c
Merge pull request #3741 from radarhere/transpose
...
Added support for I;16 modes for remaining transpose operations
2019-03-23 06:19:00 +00:00
Andrew Murray
3b3e590f6c
Added release notes for #3555 [ci skip]
2019-03-23 14:51:24 +11:00
Andrew Murray
61dae3041c
Added release notes for #3525 , #3688 and #3520 [ci skip]
2019-03-23 14:48:17 +11:00
Andrew Murray
8ba76f9a10
Added support for I;16 modes for remaining transpose operations
2019-03-23 14:13:39 +11:00
Andrew Murray
577a12e5e0
Update CHANGES.rst [ci skip]
2019-03-23 10:51:58 +11:00
Andrew Murray
31ac5a96d1
Merge pull request #3716 from radarhere/gif_rewind
...
Fixed GIF bug when rewinding to a non-zero frame
2019-03-23 10:46:41 +11:00