Changes between Version 3 and Version 4 of Ticket #63338, comment 17
- Timestamp:
- 05/17/2025 09:17:57 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63338, comment 17
v3 v4 17 17 I seem to be an special use-case of not-Indexed a GrayScale image 18 18 19 The current script is filtering out Grayscale images and indexing them by default. This image will trigger both depht (1bit) + Grayscale comparisons (Colorspace: Gray). Ultimately the Quantization part will be executed twice, ending with a blurryQuantized image with just 2 colors.19 The current script is filtering out Grayscale images and indexing them by default. This image will trigger both depht (1bit) + Grayscale comparisons (Colorspace: Gray). Ultimately the Quantization part will be executed twice, ending with a Quantized image with just 2 colors. 20 20 21 21 And as you say, only commenting the line I proposed is not enough, I have updated my message to also comment another line for testing purposes