Hugo
c8257b30dd
Merge pull request #3687 from radarhere/exif_transpose
...
Add ImageOps exif_transpose method
2019-04-01 10:23:33 +03:00
Hugo
7d378a8e4c
Merge pull request #3625 from radarhere/exif
...
Add EXIF class
2019-04-01 10:20:05 +03:00
Andrew Murray
aef4b3eeae
Updated CHANGES.rst [ci skip]
2019-04-01 17:37:44 +11:00
Andrew Murray
f707affbde
Merge pull request #3615 from hugovk/imagecms-deprecations
...
Add warnings to deprecated CMS profile attributes
2019-04-01 17:35:32 +11:00
Hugo
73cf979adb
Merge pull request #3760 from radarhere/gimp
...
Simplified code
2019-04-01 08:08:54 +03:00
Andrew Murray
7c154f52fa
Replaced while with for loop
2019-04-01 11:32:51 +11:00
Andrew Murray
2a403860d1
Removed condition that was always true
2019-04-01 11:30:23 +11:00
Hugo
09c320e6fd
Merge pull request #33 from radarhere/document-extrema
...
Changed wording
2019-03-31 06:58:27 +03:00
Andrew Murray
7fd0a1493a
Changed wording [ci skip]
2019-03-31 14:36:39 +11:00
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
Andrew Murray
259a2ce2b2
Removed camelcase
2019-03-31 08:09:01 +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
Andrew Murray
64910d1921
Parse Nintendo and Fujifilm MakerNote tags
2019-03-28 21:13:12 +11:00
Andrew Murray
e6a7dc8bb4
Capitalisation
2019-03-28 21:13:12 +11:00
Hugo
9cbc4b1e3c
Apply suggestions from code review
...
Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com>
2019-03-28 21:13:12 +11:00
Andrew Murray
3caec4344e
Added get_ifd method to access embedded IFDs
2019-03-28 21:13:12 +11:00
Andrew Murray
d5db62be7b
Added EXIF class
2019-03-28 21:13:12 +11: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