Andrew Murray
|
6850465d54
|
Added progress callback when save_all is used
|
2023-10-02 15:44:43 +11:00 |
|
Andrew Murray
|
43e6826199
|
Merge pull request #7382 from nopperl/parse-eps-trailer
Read bounding box information from the trailer of EPS files if specified
|
2023-10-02 09:53:35 +11:00 |
|
Hugo van Kemenade
|
c2f7ea59b9
|
Merge pull request #7426 from radarhere/dds_palette
|
2023-09-30 14:40:17 -06:00 |
|
Hugo van Kemenade
|
8cb1e29491
|
Merge pull request #7420 from radarhere/transparency
|
2023-09-30 02:53:22 -06:00 |
|
Andrew Murray
|
620098571a
|
Corrected comment priority
|
2023-09-30 07:54:39 +00:00 |
|
Hugo van Kemenade
|
99e11f9e08
|
Merge pull request #7406 from radarhere/webp
|
2023-09-28 14:25:34 -06:00 |
|
Andrew Murray
|
cd4adb1677
|
Added reading 8-bit color images
|
2023-09-27 19:41:45 +10:00 |
|
Andrew Murray
|
e27d7a6f84
|
Changed has_transparency_data() to property
|
2023-09-26 20:14:22 +10:00 |
|
Andrew Murray
|
1c30809245
|
Allow for LA or PA in the future
|
2023-09-26 20:10:52 +10:00 |
|
Andrew Murray
|
faa66eaa6c
|
Added type hint
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2023-09-26 20:10:12 +10:00 |
|
Hugo van Kemenade
|
f76b63d016
|
Add end-of-file-fixer to pre-commit
|
2023-09-25 16:45:38 +03:00 |
|
Hugo van Kemenade
|
507b7d519a
|
Fix LOG011 avoid pre-formatting log messages
|
2023-09-25 16:45:38 +03:00 |
|
Hugo van Kemenade
|
0d1e83098d
|
Add pyupgrade to pre-commit
|
2023-09-25 16:45:38 +03:00 |
|
Andrew Murray
|
ad12caecda
|
Convert RGBA palette to RGBA image when saving WebP
|
2023-09-25 20:28:25 +10:00 |
|
Andrew Murray
|
6bbed1add0
|
Added has_transparency_data()
|
2023-09-25 20:10:44 +10:00 |
|
Andrew Murray
|
d919942f8e
|
Last trailer comment has priority
|
2023-09-22 18:36:52 +10:00 |
|
Andrew Murray
|
9de4b72c97
|
Trailer is not in header, ImageData or itself
|
2023-09-22 18:26:50 +10:00 |
|
Andrew Murray
|
094f23dd5c
|
EOF ends not just the trailer, but also the file
|
2023-09-22 18:26:41 +10:00 |
|
Andrew Murray
|
8064adad7a
|
Reduced duplicate code
|
2023-09-22 17:58:11 +10:00 |
|
Andrew Murray
|
4c9c7636be
|
Merge branch 'main' into parse-eps-trailer
|
2023-09-22 16:16:26 +10:00 |
|
Andrew Murray
|
9632195747
|
Merge branch 'main' into webp
|
2023-09-20 22:31:16 +10:00 |
|
Andrew Murray
|
8d81fd98a6
|
Merge pull request #7401 from radarhere/bc5s
Fixed bug when reading BC5S DDS images
|
2023-09-20 18:28:46 +10:00 |
|
Andrew Murray
|
26c4798707
|
Revert "Merge pull request #7311 from k128/main"
This reverts commit 39d866b17d , reversing
changes made to f39f74fb82 .
|
2023-09-18 20:34:05 +10:00 |
|
Andrew Murray
|
96e3534034
|
Corrected converting signed values to unsigned in BC5S
|
2023-09-16 13:53:10 +10:00 |
|
Andrew Murray
|
cabfed9137
|
Describe Image.MIME in register_mime()
|
2023-09-16 09:34:17 +10:00 |
|
Andrew Murray
|
cee8fd0788
|
Improved init() and preinit() documentation
|
2023-09-16 09:34:04 +10:00 |
|
Andrew Murray
|
1217b13b9e
|
Handle tag_v2 in TiffImagePlugin
|
2023-09-11 19:02:17 +10:00 |
|
Andrew Murray
|
d0abab7997
|
When orientation is applied, delete TIFF tag
|
2023-09-08 15:05:53 +10:00 |
|
Andrew Murray
|
e195e60ce2
|
Ensure TIFF has transposed on load before checking orientation
|
2023-09-08 15:05:48 +10:00 |
|
Andrew Murray
|
ea953c0514
|
When TIFF applies orientation on load, delete tag from getexif()
|
2023-09-08 15:05:36 +10:00 |
|
pre-commit-ci[bot]
|
794a1d7ff2
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2023-09-07 18:36:32 +00:00 |
|
nopperl
|
12d8b439d5
|
Read bounding box information from the trailer of EPS files if specified
|
2023-09-07 20:20:35 +02:00 |
|
Hugo van Kemenade
|
faa2375f81
|
Merge pull request #7357 from radarhere/qoi
|
2023-09-04 09:55:29 -06:00 |
|
Hugo van Kemenade
|
10d45950ae
|
Merge pull request #7358 from radarhere/bc5u
|
2023-09-04 09:54:52 -06:00 |
|
Andrew Murray
|
51a6d45566
|
Map buffer into (0, 0) image
|
2023-08-31 16:31:45 +10:00 |
|
Andrew Murray
|
2b9217bba8
|
Added BC5U reading
|
2023-08-31 12:13:35 +10:00 |
|
Andrew Murray
|
7bf7ff8217
|
Use previous pixel alpha for QOI_OP_RGB
|
2023-08-31 09:27:33 +10:00 |
|
Andrew Murray
|
f9f367fe54
|
Always cast to a tuple
Co-authored-by: Alexander Karpinsky <homm86@gmail.com>
|
2023-08-30 07:27:09 +10:00 |
|
Andrew Murray
|
69a81dd867
|
Convert list to tuple in Python instead of C
|
2023-08-28 22:43:20 +10:00 |
|
Andrew Murray
|
d8c3135b6b
|
Allow getpixel to accept a list
|
2023-08-28 20:12:23 +10:00 |
|
Hugo van Kemenade
|
c68bf7df8f
|
Merge pull request #7336 from radarhere/blur
|
2023-08-25 03:20:16 -06:00 |
|
Hugo van Kemenade
|
d80610822f
|
Merge pull request #7345 from radarhere/jpeg
|
2023-08-23 20:33:59 +03:00 |
|
Andrew Murray
|
9c3bc70f66
|
Use tuples
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2023-08-22 10:31:28 +10:00 |
|
Andrew Murray
|
8b14a67347
|
Merge branch 'main' into grabclipboard-linux
|
2023-08-21 23:58:17 +10:00 |
|
Andrew Murray
|
0a28840bc4
|
Expand buffer size when optimizing or progressive
|
2023-08-19 14:34:08 +10:00 |
|
Andrew Murray
|
a04ba81e22
|
bufsize is already increased to MAXBLOCK in ImageFile._save()
|
2023-08-19 12:37:00 +10:00 |
|
TheNooB
|
e06edcb527
|
Reformat variable name following PEP8
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2023-08-12 18:33:36 +08:00 |
|
Andrew Murray
|
9f54a11a9c
|
Improve efficiency when a radius is zero
|
2023-08-12 18:17:07 +10:00 |
|
TheNooB
|
0b6ab79145
|
Check session type using environment variable instead of loginctl
|
2023-08-12 12:51:09 +08:00 |
|
Andrew Murray
|
c167d7a269
|
Allow GaussianBlur and BoxBlur to accept a sequence of x and y radii
|
2023-08-12 12:09:20 +10:00 |
|