Andrew Murray
|
8ccdc399df
|
Remove padding between interleaved PCX palette data (#9005)
|
2025-06-11 16:19:09 +03:00 |
|
Andrew Murray
|
7f7c27f66a
|
Start QOI decoding with a zero-initialized array of previously seen pixels (#9008)
|
2025-06-11 22:56:57 +10:00 |
|
Andrew Murray
|
056dc89a3c
|
Correct drawing I;16 horizontal lines (#8985)
|
2025-06-10 15:12:40 +03:00 |
|
Hugo van Kemenade
|
ff624fe1e6
|
Reduce number of bytes read for PCX header (#9004)
|
2025-06-10 15:01:02 +03:00 |
|
Hugo van Kemenade
|
de053fbae0
|
Handle XMP data from an UNDEFINED TIFF tag (#8997)
|
2025-06-10 14:57:15 +03:00 |
|
Andrew Murray
|
36cea19532
|
Do not decode bytes in PPM error message (#8958)
|
2025-06-10 14:08:29 +03:00 |
|
Andrew Murray
|
646885e546
|
Parse XMP tag bytes without decoding to string (#8960)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2025-06-10 14:06:28 +03:00 |
|
Andrew Murray
|
e65e5bea45
|
Start decoding with a zero-initialized array of previously seen pixels
|
2025-06-10 20:30:18 +10:00 |
|
Andrew Murray
|
b844007cdc
|
Clear TIFF core image if memory mapping was used for last load (#8962)
|
2025-06-10 17:03:31 +10:00 |
|
Andrew Murray
|
7b163cc35d
|
Use mask in C when drawing wide polygon lines (#8984)
|
2025-06-10 11:46:12 +10:00 |
|
Hugo van Kemenade
|
05636dca17
|
Simplify code (#8863)
|
2025-06-09 19:33:55 +03:00 |
|
Andrew Murray
|
7341e70f6b
|
Reduced number of bytes read for header
|
2025-06-09 12:21:53 +10:00 |
|
Andrew Murray
|
313969cf0b
|
Removed unnecessary seek
|
2025-06-09 12:21:49 +10:00 |
|
Andrew Murray
|
ef1f90fe1c
|
Check for equality rather than inequality
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
2025-06-09 09:06:08 +10:00 |
|
renovate[bot]
|
f3b05d6fab
|
Update dependency mypy to v1.16.0 (#8991)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2025-06-07 11:07:21 +10:00 |
|
Andrew Murray
|
f03c23683e
|
Trim whitespace from end when parsing XMP data
|
2025-06-04 20:08:58 +10:00 |
|
Andrew Murray
|
cb077a16c8
|
Handle UNDEFINED XMP data
|
2025-06-04 20:07:13 +10:00 |
|
pre-commit-ci[bot]
|
070e1eba62
|
[pre-commit.ci] pre-commit autoupdate (#8993)
|
2025-06-03 14:08:24 +10:00 |
|
Andrew Murray
|
95603e9717
|
Use ImageFile.MAXBLOCK in tobytes() (#8906)
|
2025-06-02 20:14:11 +10:00 |
|
Andrew Murray
|
892fd2c2af
|
Removed unreachable code (#8918)
|
2025-06-01 15:41:48 +10:00 |
|
wiredfool
|
256f6ea1c1
|
Valgrind Memory Leak Checking (#8954)
|
2025-05-30 14:28:40 +01:00 |
|
wiredfool
|
0ba69613c9
|
Add support for flat uint8 arrow arrays for multi channel images (#8908)
|
2025-05-30 13:11:09 +01:00 |
|
wiredfool
|
22d6265063
|
Updated docstring (#8943)
|
2025-05-30 13:06:47 +01:00 |
|
wiredfool
|
e16f387bdf
|
Mention that tobytes() with the raw encoder uses Pack.c (#8878)
|
2025-05-30 13:01:19 +01:00 |
|
wiredfool
|
506691729a
|
Apply suggestions from code review
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2025-05-30 10:40:35 +01:00 |
|
Andrew Murray
|
62da23bf83
|
Removed polygon from DRAW struct
|
2025-05-29 18:27:22 +10:00 |
|
Andrew Murray
|
fcac6e7896
|
Removed hasAlpha argument
|
2025-05-29 18:27:17 +10:00 |
|
Andrew Murray
|
2ee2a1496d
|
Simplified code
|
2025-05-29 18:26:09 +10:00 |
|
Andrew Murray
|
5b854b2332
|
Merge branch 'main' into valgrind-leakcheck
|
2025-05-28 08:27:57 +10:00 |
|
wiredfool
|
eff667a861
|
Mark the image read-only in the C layer if it's created from a read only buffer
|
2025-05-26 08:15:13 +10:00 |
|
Andrew Murray
|
041acf1344
|
Clear core image if memory mapping was used for last load
|
2025-05-25 15:00:47 +10:00 |
|
Andrew Murray
|
a4f477565a
|
Merge branch 'main' into fix_arrow_8907
|
2025-05-24 10:34:05 +10:00 |
|
Andrew Murray
|
4eb89f8e5b
|
Reduced number of bytes read for header
|
2025-05-24 10:24:42 +10:00 |
|
Eric Soroos
|
ff50e30d3e
|
Fix memory leak in text_layout_raqm on 0 length string
|
2025-05-16 12:47:22 +02:00 |
|
Eric Soroos
|
6391f2c207
|
Merge remote-tracking branch 'upstream/main' into valgrind-leakcheck
* Some failing tests are on main but not last released version
|
2025-05-16 12:14:37 +02:00 |
|
Eric Soroos
|
d5449d5760
|
Guess so.
|
2025-05-15 21:11:31 +02:00 |
|
Eric Soroos
|
789631c60c
|
Fix memory leak when JpegEncode returns an error.
|
2025-05-13 23:31:09 +02:00 |
|
Eric Soroos
|
f792e0b1ef
|
Fix memory leak
* Return after setting the error for advanced features without
libraqm. Not returning here leads to an alloc that's never freed.
|
2025-05-13 22:48:36 +02:00 |
|
Eric Soroos
|
e2e40c5456
|
Fix memory leak in TiffEncode
* If setimage errors out, the tiff client state was not freed.
|
2025-05-13 22:33:27 +02:00 |
|
Eric Soroos
|
a9bcd7db88
|
Fix leak of destination image in ImagingUnsharpMask when an error occurs
|
2025-05-13 19:50:55 +02:00 |
|
Eric Soroos
|
eaab435403
|
Fix leak in webp_encode
* Free the output buffer on webp encode error
|
2025-05-13 10:58:37 +02:00 |
|
Eric Soroos
|
fdfba982c8
|
fix memory leak in arrow schema
|
2025-05-13 10:28:09 +02:00 |
|
Eric Soroos
|
74ab5ac4cd
|
Fix memory leak in arrow export using array structure
|
2025-05-12 00:27:56 +02:00 |
|
Andrew Murray
|
4d56b90f38
|
Updated docstring
|
2025-05-05 07:12:20 +10:00 |
|
Andrew Murray
|
47bebfc801
|
Allow loading state from Pillow < 11.2.1
|
2025-04-29 14:57:10 +10:00 |
|
Andrew Murray
|
225182414c
|
libavif below 1.0 is not supported
|
2025-04-25 17:14:13 +10:00 |
|
wiredfool
|
ce204f47f4
|
lint
|
2025-04-21 10:37:32 +01:00 |
|
Andrew Murray
|
8fe7a7aaf8
|
Update redirected URL
|
2025-04-21 17:32:47 +10:00 |
|
Adian Kozlica
|
4402797b35
|
Add support for Grim in Wayland sessions ImageGrab (#8912)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2025-04-21 12:36:40 +10:00 |
|
wiredfool
|
ac500460df
|
lint
|
2025-04-17 22:22:31 +01:00 |
|