Hugo
|
feb413e0f3
|
Merge pull request #3836 from radarhere/ico_size
Handle unexpected ICO image sizes
|
2019-05-12 19:53:48 +03:00 |
|
Andrew Murray
|
d830cca5ca
|
Handle unexpected ICO image sizes
|
2019-05-12 20:44:29 +10:00 |
|
Andrew Murray
|
e131fa22e2
|
Fixed reading and saving for TIFF and IM in PA mode
|
2019-05-11 14:43:48 +10:00 |
|
Andrew Murray
|
e9c0cf61f3
|
Fixed palette for LA and PA mode when pickling
|
2019-05-11 14:43:00 +10:00 |
|
Konstantin Kopachev
|
5e5ff10f09
|
Fix bits value for RGB;16N unpackers
|
2019-05-10 08:07:01 +10:00 |
|
Andrew Murray
|
2787b9b991
|
Added tests
|
2019-05-08 21:59:16 +10:00 |
|
Andrew Murray
|
ddc83fd8a7
|
Updated ImageMath tests for scaled I mode conversion
|
2019-05-08 21:58:50 +10:00 |
|
Andrew Murray
|
8a035b8c5d
|
Improved I mode conversion
|
2019-05-08 21:58:33 +10:00 |
|
Hugo
|
45df9ad882
|
Merge pull request #3807 from radarhere/code
Simplified code
|
2019-05-04 18:57:40 +03:00 |
|
Hugo
|
fdcacb6978
|
Merge pull request #3817 from radarhere/cmyk_16l
Added reading of CMYK;16L TIFF images
|
2019-05-04 18:53:13 +03:00 |
|
Hugo
|
d45a13d9cb
|
Merge pull request #3827 from radarhere/pdf
Fixed dimensions of 1-bit PDFs
|
2019-05-04 18:52:16 +03:00 |
|
Hugo
|
9a25b3c797
|
Merge pull request #3825 from radarhere/path
Fixed opening mmap image through Path on Windows
|
2019-05-04 18:51:23 +03:00 |
|
Hugo
|
c3ed8cc67e
|
Fixed ImageDraw arc gaps (#3824)
Fixed ImageDraw arc gaps
|
2019-05-04 18:50:07 +03:00 |
|
Hugo
|
5090bba463
|
Merge pull request #3822 from radarhere/tile
Expand GIF to include frames with extents outside the image size
|
2019-05-04 18:46:49 +03:00 |
|
Hugo
|
3e4b1a91ad
|
Merge pull request #3814 from radarhere/getimage
Fixed ImageTk getimage
|
2019-05-04 18:39:29 +03:00 |
|
Hugo
|
ab9a25d623
|
Merge pull request #3791 from radarhere/int
Fixed bug in decoding large images
|
2019-05-04 16:15:32 +03:00 |
|
Hugo
|
0ccd887431
|
Merge pull request #3771 from radarhere/app13
Fixed reading APP13 marker without Photoshop data
|
2019-05-04 16:10:02 +03:00 |
|
Andrew Murray
|
124c1f6bce
|
Added tests
|
2019-05-04 23:05:41 +10:00 |
|
Andrew Murray
|
683768095b
|
Removed duplicate code
|
2019-05-04 23:05:07 +10:00 |
|
Hugo
|
82d9ea5eac
|
Merge pull request #3808 from radarhere/imagegrab
Added option to include layered windows in ImageGrab.grab on Windows
|
2019-05-04 16:00:43 +03:00 |
|
Hugo
|
9077a80e3e
|
Merge pull request #3787 from radarhere/raqm
Fixed raqm layout bug
|
2019-05-04 15:57:13 +03:00 |
|
Hugo
|
e20228a60a
|
Merge pull request #3785 from radarhere/unicode_path
Fixed loading font with non-Unicode path on Windows
|
2019-05-04 15:55:50 +03:00 |
|
Andrew Murray
|
ae1f7c4f50
|
Fixed dimensions of 1-bit PDFs
|
2019-05-04 16:27:34 +10:00 |
|
Andrew Murray
|
691df96734
|
Fixed opening mmap image through Path on Windows
|
2019-05-04 15:00:49 +10:00 |
|
Andrew Murray
|
21c7fd251c
|
Fixed arc gaps
|
2019-05-03 23:37:37 +10:00 |
|
Andrew Murray
|
27134340f5
|
Expand GIF to include frames with extents outside the image size
|
2019-05-02 19:46:17 +10:00 |
|
Andrew Murray
|
ca0d28eae5
|
Added reading of CMYK;16L TIFF images
|
2019-05-01 00:42:30 +10:00 |
|
Andrew Murray
|
d9a3878937
|
Fixed ImageTk getimage
|
2019-04-29 23:43:13 +10:00 |
|
Andrew Murray
|
70038bd71e
|
Added option to include layered windows in ImageGrab.grab on Windows
|
2019-04-26 20:09:46 +10:00 |
|
Andrew Murray
|
ca1cf59251
|
Changed decode buffer size to Py_ssize_t
|
2019-04-15 17:33:28 +10:00 |
|
Andrew Murray
|
73cb0ce15f
|
Fixed numpy bool bug
|
2019-04-13 00:25:59 +10:00 |
|
Andrew Murray
|
b742d1511e
|
Fixed raqm layout bug
|
2019-04-11 15:36:33 +10:00 |
|
Andrew Murray
|
4e6aa7d6d3
|
Fixed loading font with non-Unicode path on Windows
|
2019-04-10 07:04:59 +10:00 |
|
Riley Lahd
|
5fb36d2de4
|
Merge branch 'master' of https://github.com/python-pillow/Pillow
|
2019-04-09 08:24:52 -06:00 |
|
Hugo
|
b636dde501
|
Merge pull request #3765 from hugovk/rm-eol-trusty
Drop support for EOL Ubuntu 14.04 (Trusty Tahr)
|
2019-04-06 13:19:21 +03:00 |
|
Andrew Murray
|
2274c2afc7
|
Fixed reading APP13 marker without Photoshop data
|
2019-04-05 20:02:45 +11:00 |
|
Andrew Murray
|
4f3b44960f
|
Resolved segfaults
|
2019-04-02 09:25:27 +11:00 |
|
Hugo
|
1c3da86ae7
|
Remove workaround for EOL Trusty/Precise
|
2019-04-01 17:45:32 +03:00 |
|
Andrew Murray
|
40bc46ff49
|
Moved ImageFile.Exif to Image.Exif
|
2019-04-01 20:03:02 +11:00 |
|
Andrew Murray
|
8f0db65cd7
|
Allow exif_transpose to work on Image instances as well as ImageFile
|
2019-04-01 19:37:25 +11:00 |
|
Andrew Murray
|
38fb9b1030
|
Delete EXIF orientation tag after transposing
|
2019-04-01 18:49:09 +11:00 |
|
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
|
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
|
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
|
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
|
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 |
|
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
|
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
|
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
|
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
|
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
|
90886b1888
|
Merge branch 'master' into imagecms-deprecations
|
2019-03-27 12:03:54 +02: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 |
|
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 |
|
Riley Lahd
|
ad70fc73cb
|
Linting changes
|
2019-03-22 08:26:16 -06:00 |
|
Riley Lahd
|
4b2746fc39
|
Remove disposal 2 duplicate frame exemption and add true delta test
|
2019-03-22 08:19:01 -06:00 |
|
Andrew Murray
|
15f8ef02c9
|
Updated freetype to 2.10.0
|
2019-03-22 21:14:39 +11: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 |
|
Jon Dufresne
|
6d46ae2e8f
|
Fix BytesWarning in Tests/test_numpy.py
When running Python with the `-b` command line argument, fixes warnings:
Tests/test_numpy.py::TestNumpy::test_1bit
Pillow/Tests/test_numpy.py:118: BytesWarning: Comparison between bytes and string
arr_bool = numpy.array([[1, 0, 0, 1, 0], [0, 1, 0, 0, 0]], 'bool')
Tests/test_numpy.py::TestNumpy::test_point_lut
Pillow/Tests/test_numpy.py:170: BytesWarning: Comparison between bytes and string
lut = numpy.array(data, dtype='uint8')
Tests/test_numpy.py::TestNumpy::test_to_array
Pillow/Tests/test_numpy.py:146: BytesWarning: Comparison between bytes and string
self.assertEqual(np_img.dtype, numpy.dtype(dtype))
|
2019-03-17 10:08:33 -07:00 |
|
Andrew Murray
|
0b62337b6f
|
Ensure image is mutable before saving
|
2019-03-17 23:37:40 +11: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
|
0b630e06dc
|
Test that background colours read are equal to saved colours
|
2019-03-15 10:29:33 +11:00 |
|
Riley Lahd
|
85a07bb385
|
Linting changes
|
2019-03-14 14:51:13 -06:00 |
|
Riley Lahd
|
96c5a4c543
|
Add test for disposal mode 2 gifs
|
2019-03-14 14:40:31 -06: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 |
|
Ben Yang
|
9f390a5192
|
uncommented test
|
2019-03-11 18:56:22 -07:00 |
|
Ben Yang
|
5cdbec0cfe
|
added test for attempting to apply complex settings to fonts when using basic layout engine
|
2019-03-11 18:56:22 -07:00 |
|
Ben Yang
|
386492ff54
|
wrong test_language.png committed, whoops! fixed
|
2019-03-11 18:56:22 -07:00 |
|
Ben Yang
|
7324a32443
|
fixed some whitespace to pass linting
|
2019-03-11 18:56:22 -07:00 |
|
Ben Yang
|
8624efd283
|
added ability to set language for text rendering
|
2019-03-11 18:55:46 -07:00 |
|
Andrew Murray
|
22b0110f89
|
Only close original fp in __del__ and __exit__ if original fp is exclusive
|
2019-03-12 08:54:43 +11:00 |
|
Hugo
|
125a001b66
|
Merge pull request #3698 from radarhere/context
Only close exclusive fp on Image __exit__
|
2019-03-11 21:41:44 +02:00 |
|
Konstantin Kopachev
|
28c6f555a2
|
Merge remote-tracking branch 'remotes/upstream/master' into tiff-old-jpeg
|
2019-03-11 10:38:02 -07:00 |
|
Andrew Murray
|
8ddcc1de52
|
Load EXIF from PNG where eXIf chunk is after first IDAT chunk
|
2019-03-11 21:20:18 +11:00 |
|
Andrew Murray
|
365d5e541a
|
Added EXIF support
|
2019-03-11 21:19:36 +11:00 |
|
Hugo
|
63f31ee380
|
Merge pull request #3699 from glasnt/topic/quantize-dither
Add option to set dither param on quantize
|
2019-03-11 12:18:32 +02:00 |
|
Hugo
|
5da0d5beee
|
Merge pull request #3673 from radarhere/dds
Add reading of DDS uncompressed RGB data
|
2019-03-11 12:04:47 +02:00 |
|
Hugo
|
c88ada1dcd
|
Merge pull request #3672 from radarhere/tiff_tag_type
Corrected length of Tiff BYTE tags
|
2019-03-11 11:59:29 +02:00 |
|
Andrew Murray
|
5277eec027
|
Added support for RGBA bitfield compression
|
2019-03-09 11:11:32 +11:00 |
|
Katie McLaughlin
|
0b63579f39
|
Add option to set dither param on quantize
Default the option to `1`, as per original setting
|
2019-03-09 10:36:13 +11:00 |
|