Commit Graph

13814 Commits

Author SHA1 Message Date
Andrew Murray
b6b42b8e56 Updated libimagequant to 4.0.2 2022-08-23 07:41:12 +10:00
Bibin Hashley
be9224f285 ImageOps.contain function finding new size issue 2022-08-23 02:57:03 +05:30
Yay295
96e791b037 don't mix memset and array indexing 2022-08-22 14:14:34 -05:00
Yay295
6aa7a7edd0 auto-formatting 2022-08-22 13:34:47 -05:00
Yay295
b236c61c04
make @pytest.mark.parametrize annotations one line 2022-08-22 13:29:26 -05:00
pre-commit-ci[bot]
1421f94b6d [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-08-22 14:25:33 +00:00
Yay295
fd47eed73a parametrize Tests/test_image_paste.py 2022-08-22 09:23:42 -05:00
Hugo van Kemenade
4dd678a2e7
Merge pull request #6501 from radarhere/test-image-results 2022-08-22 17:02:52 +03:00
Yay295
05f78ca4db fix mask check in paste_mask_1() 2022-08-22 08:56:37 -05:00
Yay295
bdd292f2cd update Fill.c functions to handle more pixel sizes 2022-08-22 07:18:00 -05:00
Andrew Murray
3b4ea7c602 Do not use CCITTFaxDecode filter if libtiff is not available 2022-08-22 19:57:33 +10:00
Yay295
31ad2bc133 declare loop variable outside loop 2022-08-21 17:44:11 -05:00
Yay295
a63bcfbfb4 parse tuple into "r" and "g" instead of "r" and "a" because we want to put the values in the first two bytes 2022-08-21 15:27:27 -05:00
Yay295
e5039f8c15 make "rgb" uppercase 2022-08-21 00:16:40 -05:00
Yay295
60d4376cff check imIn mode, not mode to convert to 2022-08-21 00:15:32 -05:00
Yay295
8ae262e977 fix rgb2la() for LA pixelsize change (4 -> 2) 2022-08-21 00:12:07 -05:00
Yay295
567b4798fd simplify paste_mask_1() and paste_mask_RGBa() accounting for pixelsize 2022-08-20 23:06:09 -05:00
Yay295
5077726bba use new generic function paste_mask() instead of paste_mask_L(), paste_mask_LA(), and paste_mask_RGBA() 2022-08-20 22:49:17 -05:00
Andrew Murray
4c59f77e37
Merge pull request #6513 from cgohlke/patch-1
DOC: fix image-file-formats.rst
2022-08-21 13:25:08 +10:00
Christoph Gohlke
8a1837c80d
DOC: fix image-file-formats.rst 2022-08-20 19:39:04 -07:00
Yay295
ab04a19c3e fix paste_mask_RGBA() in Paste.c 2022-08-20 18:07:10 -05:00
Hugo van Kemenade
c44eea2190
Merge pull request #6511 from radarhere/install
Ubuntu dependencies also apply to Jammy
2022-08-19 07:05:19 +03:00
Andrew Murray
f9d33b40ad Ubuntu dependencies also apply to Jammy [ci skip] 2022-08-19 12:09:47 +10:00
Yay295
2643a3d971 change pixelsize of La/LA/LA modes from 4 to 2 2022-08-17 22:45:24 -05:00
Andrew Murray
c463ef4fe3 Fallback to not using mmap if buffer is not large enough 2022-08-17 21:13:09 +10:00
Andrew Murray
6b35dc2a8a Update CHANGES.rst [ci skip] 2022-08-17 19:17:41 +10:00
Andrew Murray
8a60db322f Copy palette when converting from P to PA 2022-08-17 17:05:53 +10:00
Hugo van Kemenade
d80e93e435
Merge pull request #6509 from radarhere/pa2p 2022-08-17 09:34:32 +03:00
Andrew Murray
b84816c02f Added pa2p 2022-08-16 22:45:55 +10:00
Hugo van Kemenade
87ecd01fc0
Merge pull request #6484 from radarhere/imagedraw_font 2022-08-15 08:08:53 +03:00
Andrew Murray
520fa19dab
Fixed formatting
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-08-15 09:15:35 +10:00
Andrew Murray
a37593f004 Allow RGB and RGBA values for PA image putpixel 2022-08-14 14:34:42 +10:00
Andrew Murray
55d94558fb Do not install test-image-results on GitHub Actions 2022-08-13 23:14:32 +10:00
Hugo van Kemenade
5a087ccbb9
Merge pull request #6498 from radarhere/libjpeg-turbo
Updated libjpeg-turbo to 2.1.4
2022-08-13 13:04:56 +03:00
Andrew Murray
5d4fbdfab4 Simplified code 2022-08-13 19:46:46 +10:00
Andrew Murray
99e401123b Corrected palette size when saving 2022-08-13 19:46:07 +10:00
Andrew Murray
7e1a0ca544 Open 1 bit EPS in mode 1 2022-08-13 18:32:29 +10:00
Andrew Murray
84bdb635c2 Updated libjpeg-turbo to 2.1.4 2022-08-13 16:36:46 +10:00
Andrew Murray
3459120732 Fixed writing bytes as ASCII tag 2022-08-11 20:46:58 +10:00
Andrew Murray
8135bd5cfb Added documentation 2022-08-11 10:35:44 +10:00
Hugo van Kemenade
92b0f2c919
Merge pull request #6476 from radarhere/exif 2022-08-09 15:08:54 +03:00
Andrew Murray
5d71ba3ca1 Update CHANGES.rst [ci skip] 2022-08-08 09:13:06 +10:00
Hugo van Kemenade
26b7930bfc
Merge pull request #6485 from radarhere/font
Note to Windows users that FreeType will keep the font file open
2022-08-07 19:14:09 +03:00
Hugo van Kemenade
ae14255c34
Merge pull request #6470 from radarhere/pdf_ccittfaxdecode
Save 1 mode PDF using CCITTFaxDecode filter
2022-08-07 19:11:37 +03:00
Hugo van Kemenade
38e411de42
Merge pull request #6481 from radarhere/psd_rgba
Added support for RGBA PSD images
2022-08-07 19:09:26 +03:00
Andrew Murray
c24b6ef4f0 Document workaround 2022-08-06 23:01:36 +10:00
Andrew Murray
42a5a743c1 Note to Windows users that FreeType will keep the font file open 2022-08-06 22:48:10 +10:00
mergify[bot]
3b0f046c5a
Merge pull request #6483 from radarhere/webp
Updated libwebp to 1.2.4
2022-08-06 07:46:36 +00:00
Andrew Murray
04d9761316 Changed "font" to class variable 2022-08-06 17:29:44 +10:00
Andrew Murray
61ec41511d Updated libwebp to 1.2.4 2022-08-06 15:40:10 +10:00