Andrew Murray
|
3f3828040b
|
Merge branch 'master' into tiff_exif
|
2021-09-07 06:33:37 +10:00 |
|
Hugo van Kemenade
|
869b786db1
|
Merge pull request #5696 from radarhere/quantize_palette
|
2021-09-06 15:42:12 +03:00 |
|
Hugo van Kemenade
|
a918186d92
|
Merge pull request #5667 from radarhere/ico
Read ICO AND mask from end
|
2021-09-05 14:30:10 +03:00 |
|
Hugo van Kemenade
|
5d399603db
|
Update test case
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2021-09-02 15:03:03 +03:00 |
|
Hugo van Kemenade
|
1dc6564eb7
|
Raise ValueError if color specifier is too long
|
2021-09-02 15:02:57 +03:00 |
|
Eric Soroos
|
d5edc5ff09
|
FLI tests for Oss-fuzz crash.
* Note, valgrind doesn't pick this up, it's only the oss-fuzz
reproducer that catches it OMM.
|
2021-09-02 15:02:27 +03:00 |
|
Andrew Murray
|
0dba28613b
|
Copy Python palette to new image in quantize()
|
2021-08-31 00:33:10 +10:00 |
|
Hugo van Kemenade
|
57c672efcc
|
Merge pull request #5654 from radarhere/ihdr
|
2021-08-24 15:08:23 +03:00 |
|
Andrew Murray
|
8b639f7546
|
Merge pull request #5686 from hugovk/fix-test-warnings
Fix/filter/avoid test warnings
|
2021-08-24 21:53:03 +10:00 |
|
Hugo van Kemenade
|
4c7777c425
|
Merge pull request #5599 from radarhere/palette
Updates for ImagePalette channel order
|
2021-08-24 14:52:46 +03:00 |
|
Hugo van Kemenade
|
d5d6c3ba8c
|
Merge pull request #5611 from radarhere/apng_info
|
2021-08-24 11:59:38 +03:00 |
|
Hugo van Kemenade
|
d773fcd23d
|
Filter out UserWarning: Truncated File Read
|
2021-08-24 11:33:43 +03:00 |
|
Hugo van Kemenade
|
320ab8172e
|
Avoid DecompressionBombWarning: Image size (151587072 pixels) exceeds limit of 89478485 pixels, could be decompression bomb DOS attack.
|
2021-08-24 11:19:45 +03:00 |
|
Hugo van Kemenade
|
474270fbd5
|
Filter out UserWarning: Truncated File Read
|
2021-08-24 11:03:10 +03:00 |
|
Hugo van Kemenade
|
2b9e230f76
|
Fix ResourceWarning: unclosed file
|
2021-08-24 10:58:02 +03:00 |
|
Hugo van Kemenade
|
2d01f7d022
|
Merge pull request #5655 from radarhere/whiteiszero
Allow saving 1 and L mode TIFF with PhotometricInterpretation 0
|
2021-08-14 20:41:08 +03:00 |
|
Hugo van Kemenade
|
a7f5b25dc3
|
Merge pull request #5603 from radarhere/gif_palette
For GIF save_all with palette, do not include palette with each frame
|
2021-08-13 13:20:57 +03:00 |
|
Hugo van Kemenade
|
3d35e5458f
|
Merge pull request #5606 from radarhere/convert_transparency
|
2021-08-13 13:18:39 +03:00 |
|
Hugo van Kemenade
|
afebfcb096
|
Merge pull request #5647 from radarhere/transform_palette
|
2021-08-13 13:18:00 +03:00 |
|
Andrew Murray
|
98aa0f10ad
|
pre-commit autoupdate --freeze
|
2021-08-12 21:50:09 +10:00 |
|
Andrew Murray
|
cbdc751628
|
Read AND mask from end
|
2021-08-10 07:04:36 +10:00 |
|
mergify[bot]
|
43785a3201
|
Merge pull request #5620 from radarhere/eps
Added "transparency" argument to EpsImagePlugin load()
|
2021-08-06 15:32:13 +00:00 |
|
Hugo van Kemenade
|
2e5ce839ba
|
Merge pull request #5633 from radarhere/save_path
Corrected pathlib.Path detection when saving
|
2021-08-06 17:15:15 +03:00 |
|
Andrew Murray
|
9bf7dae03d
|
Allow saving L mode TIFF with PhotometricInterpretation 0
|
2021-08-06 23:50:52 +10:00 |
|
Andrew Murray
|
4063deddac
|
Merge branch 'master' into eps
|
2021-08-06 23:32:02 +10:00 |
|
Andrew Murray
|
caecb3a772
|
Merge branch 'master' into wal
|
2021-08-06 22:03:51 +10:00 |
|
Andrew Murray
|
929c561937
|
Merge branch 'master' into eps
|
2021-08-06 22:03:12 +10:00 |
|
Hugo van Kemenade
|
025f2071f5
|
Merge pull request #5598 from radarhere/i16
Consider I;16 pixel size when drawing text
|
2021-08-06 14:10:04 +03:00 |
|
Hugo van Kemenade
|
3307bf691f
|
Merge pull request #5594 from radarhere/convert
If default conversion from P is RGB with transparency, convert to RGBA
|
2021-08-06 14:08:38 +03:00 |
|
Andrew Murray
|
2dab52b8a8
|
Allow saving 1 mode TIFF with PhotometricInterpretation 0
|
2021-08-05 23:27:08 +10:00 |
|
Andrew Murray
|
6596e31605
|
Determine mode purely from ihdr header box
|
2021-08-05 01:06:01 +10:00 |
|
Hugo van Kemenade
|
5a9dacfc26
|
Merge pull request #5646 from radarhere/expand
|
2021-08-02 20:13:34 +03:00 |
|
Andrew Murray
|
6406dabf29
|
Merge pull request #5568 from rogermb/jpeg2000-resolution
Add support for reading DPI information from JPEG2000 images
|
2021-08-03 00:06:13 +10:00 |
|
Andrew Murray
|
02d92a594c
|
Merge branch 'master' into expand
|
2021-08-02 23:39:16 +10:00 |
|
Alexander Karpinsky
|
a312b0e9d0
|
Merge pull request #5639 from uploadcare/jpeg-safe-dpi-read
Add TypeError handling to pass corrupted DPI value in EXIF
|
2021-08-02 14:34:54 +03:00 |
|
Andrew Murray
|
8045ecceef
|
Added tests
|
2021-08-01 19:01:43 +10:00 |
|
Andrew Murray
|
ae54838146
|
If DPI is invalid, ignore it instead of raising an error
|
2021-08-01 18:38:56 +10:00 |
|
Andrew Murray
|
d1815377b8
|
Copy palette to new image in transform()
|
2021-07-31 22:49:16 +10:00 |
|
Andrew Murray
|
61419b54d6
|
Merge pull request #5645 from farizrahman4u/patch-2
Do not close file pointer in SGI save handler
|
2021-07-31 13:53:37 +10:00 |
|
Andrew Murray
|
300f1ffc02
|
Added test
|
2021-07-30 20:29:07 +10:00 |
|
Andrew Murray
|
438c3cc097
|
Speed up rotating square images by 90 or 270 degrees
|
2021-07-30 19:57:09 +10:00 |
|
Andrew Murray
|
a9372d5cf0
|
Fixed generated palettes
|
2021-07-29 16:20:20 +10:00 |
|
Andrew Murray
|
cf275737ee
|
Do not rearrange palette channels
|
2021-07-29 16:20:20 +10:00 |
|
Andrew Murray
|
41b968ad10
|
Deprecate ImagePalette size parameter
|
2021-07-29 16:19:53 +10:00 |
|
Hugo van Kemenade
|
faaeee1e7d
|
Merge pull request #5601 from radarhere/webp_icc_profile
Allow saving WebP with icc_profile None
|
2021-07-28 13:10:36 +03:00 |
|
Hugo van Kemenade
|
4e4d580dfd
|
Merge pull request #5597 from radarhere/ycbcr_tiff
Added tags when saving YCbCr TIFF
|
2021-07-28 13:08:54 +03:00 |
|
Hugo van Kemenade
|
5f39e8e60a
|
Merge pull request #5613 from radarhere/psd
|
2021-07-28 12:53:24 +03:00 |
|
Alexander Karpinsky
|
3abe5e884b
|
Add TypeError handling to pass corrupted dpi value in exif
|
2021-07-26 16:13:01 +03:00 |
|
Hugo van Kemenade
|
567fbaf782
|
Merge pull request #5615 from radarhere/expand
Fixed ImageOps expand with tuple border on P image
|
2021-07-26 11:33:26 +03:00 |
|
Andrew Murray
|
4038a287ee
|
Corrected pathlib.Path detection when saving
|
2021-07-24 14:21:33 +10:00 |
|