Andrew Murray
|
2c09252640
|
Merge pull request #3658 from Glandos/fast_mpo_open
Fast MPO open
|
2019-03-31 12:58:07 +11:00 |
|
Hugo
|
4f8cfd536b
|
Merge pull request #3721 from radarhere/quantize
Update palette in quantize
|
2019-03-30 12:07:38 +02:00 |
|
Hugo
|
05849ca794
|
Merge pull request #3714 from radarhere/tiff_frames
Improvements to TIFF is_animated and n_frames
|
2019-03-30 12:04:16 +02:00 |
|
Hugo
|
d4ff547149
|
Merge pull request #3754 from radarhere/warnings
Fixed incompatible pointer type warnings
|
2019-03-30 12:00:52 +02:00 |
|
Hugo
|
69ed0aa5b5
|
Merge pull request #3728 from radarhere/pa_mode
Improvements to PA and LA conversion and palette operations
|
2019-03-30 12:00:06 +02:00 |
|
Andrew Murray
|
c96cdb5e77
|
Consistent DPI rounding
|
2019-03-30 15:03:57 +11:00 |
|
Andrew Murray
|
54272c902f
|
Improved converters
|
2019-03-30 11:18:08 +11:00 |
|
Andrew Murray
|
dba38912fb
|
Allow putpalette for LA and PA
|
2019-03-29 23:13:50 +11:00 |
|
Andrew Murray
|
819b8acd26
|
Improved PA conversion
|
2019-03-29 23:13:07 +11:00 |
|
Andrew Murray
|
cda73633d6
|
Fixed incompatible pointer type warnings
|
2019-03-29 21:36:05 +11: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
|
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 |
|
Andrew Murray
|
0a877a527d
|
Speed up n_frames by skipping past the last frame already seeked
|
2019-03-28 08:13:47 +11:00 |
|
Andrew Murray
|
be80b083e5
|
Automatically populate _n_frames if seeking to the last frame
|
2019-03-28 08:13:47 +11:00 |
|
Andrew Murray
|
d84fd20f0c
|
Simplified is_animated
|
2019-03-28 08:13:47 +11: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
|
4a5666f1f4
|
Added transparency for all PNG greyscale modes
|
2019-03-27 07:41:33 +11:00 |
|
Andrew Murray
|
97c2848963
|
Fixed deprecation warnings
|
2019-03-26 13:50:57 +11:00 |
|
Andrew Murray
|
9cc7e8ce95
|
Improved docstring
|
2019-03-24 22:07:19 +11:00 |
|
Glandos
|
edc272298b
|
Merge branch 'fast_mpo_open' of github.com:Glandos/Pillow into fast_mpo_open
|
2019-03-24 09:49:06 +01:00 |
|
Glandos
|
b08b122c8b
|
use default value if mpheader is not provided
|
2019-03-24 09:48:23 +01:00 |
|
Andrew Murray
|
dbf65b0890
|
Update src/PIL/MpoImagePlugin.py
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
|
2019-03-23 22:11:32 +01:00 |
|
Andrew Murray
|
8ba76f9a10
|
Added support for I;16 modes for remaining transpose operations
|
2019-03-23 14:13:39 +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 |
|
Andrew Murray
|
81cfede546
|
Corrected remap_palette documentation [ci skip]
|
2019-03-23 09:36:59 +11:00 |
|
Jon Dufresne
|
deb8a7aadd
|
Remove additional references to removed handles_eof
handles_eof was removed in 90760a5f30 .
|
2019-03-22 05:58:22 -07:00 |
|
Andrew Murray
|
f61828acdc
|
Promote P images to PA in putalpha
|
2019-03-19 11:13:58 +11:00 |
|
Hugo
|
b8ea8814f0
|
Merge pull request #3683 from radarhere/exclusive
Only close original fp in __del__ and __exit__ if original fp is exclusive
|
2019-03-18 20:37:21 +02:00 |
|
Andrew Murray
|
9bdab56689
|
Replaced hasattr conditions with getattr and default
|
2019-03-18 09:15:37 +11:00 |
|
Andrew Murray
|
0b62337b6f
|
Ensure image is mutable before saving
|
2019-03-17 23:37:40 +11:00 |
|
Andrew Murray
|
fa8ecffff2
|
Corrected seek documentation
|
2019-03-17 00:00:10 +11:00 |
|
Andrew Murray
|
406d1d4b9a
|
Merge pull request #3551 from hugovk/rm-quanthash-destroy-funcs
Remove unused C hashtable functions
|
2019-03-16 21:48:49 +11:00 |
|
Hugo
|
87ddd07359
|
Merge pull request #3717 from radarhere/ico_condition
Removed condition that was always true
|
2019-03-16 12:04:11 +02:00 |
|
Andrew Murray
|
7dfbdc01f4
|
Fixed bug when rewinding to a non-zero frame
|
2019-03-16 20:02:24 +11:00 |
|
Andrew Murray
|
5b9c11b426
|
Update palette in quantize
|
2019-03-16 13:36:58 +11:00 |
|
Andrew Murray
|
6790c2e375
|
Allow RGB and RGBA values for new P images
|
2019-03-15 17:35:05 +11:00 |
|
Andrew Murray
|
3749a55234
|
Removed condition that was always true
|
2019-03-15 10:46:34 +11:00 |
|
Andrew Murray
|
0ad09f7386
|
Merge branch 'master' into mime-types
|
2019-03-15 07:06:59 +11:00 |
|
Andrew Murray
|
ab85290911
|
Fixed bug when seeking backwards and then forwards
|
2019-03-13 18:54:09 +11:00 |
|
Hugo
|
e3eac00b1f
|
Merge pull request #3566 from radarhere/i16
Added I;16 PNG save
|
2019-03-12 12:25:53 +02:00 |
|
Hugo
|
b3587f0fb7
|
Merge pull request #3705 from radarhere/bmp
Add support for BMP RGBA bitfield compression
|
2019-03-12 11:36:04 +02:00 |
|
Andrew Murray
|
ce9dd67540
|
Added I;16 PNG save
|
2019-03-12 17:28:42 +11:00 |
|