Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62900, comment 11


Ignore:
Timestamp:
02/06/2025 04:48:02 AM (2 months ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62900, comment 11

    initial v1  
    1 I did review the ticket where this was introduced, trying to avoid creating a full sized image that was larger than the uploaded image. I suspect the original bug was not really addressed by the fix, and may have been the bit depth issue we recently fixed where 8 bit PNG uploads were output as 24 bit making them much larger (#36477).
     1I did review the ticket where this was introduced (https://core.trac.wordpress.org/ticket/48736), trying to avoid creating a full sized image that was larger than the uploaded image. I suspect the original bug was not really addressed by the fix, and may have been the bit depth issue we recently fixed where 8 bit PNG uploads were output as 24 bit making them much larger (#36477).
    22
    33Please review the ticket, maybe I missed something there.