Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #63338, comment 17


Ignore:
Timestamp:
05/17/2025 09:17:57 AM (5 weeks ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63338, comment 17

    v3 v4  
    1717I seem to be an special use-case of not-Indexed a GrayScale image
    1818
    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 blurry Quantized image with just 2 colors.
     19The 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.
    2020
    2121And 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