Changes between Initial Version and Version 1 of Ticket #62900, comment 11
- Timestamp:
- 02/06/2025 04:48:02 AM (2 months ago)
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).1 I 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). 2 2 3 3 Please review the ticket, maybe I missed something there.