Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #48842, comment 2


Ignore:
Timestamp:
11/30/2019 09:20:35 PM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48842, comment 2

    v2 v3  
    66- Resizing a 4800x2400 image to 300x150 resamples the source. The resampled image is less than 1/3 the size of the original, `$resize_ratio` is `0.09765625`.
    77
     8This seems like the cause for #48522 where the sample image (10315px) is up-scaled to 12800px before resizing it to 2560px.
     9
    810Setting to high priority as this needs to be reviewed and committed asap :)