Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #48522, comment 28


Ignore:
Timestamp:
12/03/2019 10:43:39 PM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48522, comment 28

    initial v1  
    22
    33Right. This code seems to come (more or less) from the ImageMagick `-thumbnail` option, see: https://github.com/ImageMagick/ImageMagick/blob/master/MagickCore/resize.c#L4491. It also has a hard-coded `$sample_factor = 5` and does upscaling with `SampleImage` in some cases.
     4
     5See #48842 for more details.