Pillow/src
Kylian Ronfleux--Corail 13bffef91d Fix quantization table scaling when quality is applied to custom qtables
When both a custom quantization table and a quality value are provided,
the quantization table should be scaled using the JPEG quality scaling factor.
If quality is not explicitly set, the default base quality of 50 is used to preserve the original table.
This ensures consistent behavior when saving JPEGs with custom qtables.

Fixes part of the issue with applying 'quality' to 'qtables'.
2025-04-10 10:01:02 +00:00
..
libImaging Fix quantization table scaling when quality is applied to custom qtables 2025-04-10 10:01:02 +00:00
PIL Added type hints (#8867) 2025-04-03 13:24:37 +03:00
thirdparty Update pythoncapi_compat.h to fix building with PyPy3.11 2025-02-16 16:32:24 +01:00
Tk rename PyCapsule -> Capsule 2024-09-08 17:30:24 +04:00
_avif.c Fixed conversion of AVIF image rotation property to EXIF orientation (#8866) 2025-04-04 16:41:11 +03:00
_imaging.c Image -> Arrow support (#8330) 2025-04-01 09:10:45 +03:00
_imagingcms.c Fix clang-format: Configuration file(s) do(es) not support C 2025-04-07 22:25:12 +03:00
_imagingft.c Use default tp_flags 2025-02-09 16:03:38 +11:00
_imagingmath.c Use member names to initialize modules 2025-02-05 20:20:57 +11:00
_imagingmorph.c Use member names to initialize modules 2025-02-05 20:20:57 +11:00
_imagingtk.c Use member names to initialize modules 2025-02-05 20:20:57 +11:00
_webp.c Merge pull request #8741 from radarhere/type 2025-02-17 13:29:44 +02:00
decode.c Use default tp_flags 2025-02-09 16:03:38 +11:00
display.c Merge branch 'main' into imagegrab 2025-03-30 21:53:23 +11:00
encode.c Added DXT3 saving 2025-03-17 07:55:24 +11:00
map.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
outline.c Use default tp_flags 2025-02-09 16:03:38 +11:00
path.c Merge pull request #8800 from radarhere/path_lists 2025-03-05 19:15:55 +02:00