Andrew Murray
0fd4750ba4
Merge pull request #3637 from hugovk/default-to-codecov
...
Docs: Link to Codecov rather than Coveralls
2019-03-31 14:01:30 +11:00
Andrew Murray
9ab5d51179
Updated CHANGES.rst [ci skip]
2019-03-31 13:06:16 +11:00
Andrew Murray
4ef4cf7865
Merge pull request #3720 from akuchling/multiframe-docs
...
Describe multiframe features for TIFF/GIF
2019-03-31 12:59:18 +11:00
Andrew Murray
2c09252640
Merge pull request #3658 from Glandos/fast_mpo_open
...
Fast MPO open
2019-03-31 12:58:07 +11:00
Andrew Murray
9699ac40c7
n_frames is not an info key [ci skip]
2019-03-31 12:44:39 +11:00
Andrew Murray
7a845ee2e7
Corrected seek documentation [ci skip]
2019-03-31 12:43:09 +11:00
Andrew Kuchling
7ca0c189e3
Various documentation fixes [ci skip]
...
* TIFF: describe num_frames and seek()/tell()
* Link methods to PIL.Image class instead of the Python file object
* It doesn't seem like the Spider plug-in actually has an 'nimages' attribute
* Fix markup for exception name
2019-03-31 12:14:53 +11:00
Hugo
70b97e7ad7
Update CHANGES.rst
2019-03-30 12:39:14 +02: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
Hugo
2fdd3e1fba
Merge pull request #3709 from radarhere/dpi
...
Consistent DPI rounding
2019-03-30 11:57:30 +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
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
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
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