Changes between Initial Version and Version 1 of Ticket #48522, comment 28
- Timestamp:
- 12/03/2019 10:43:39 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48522, comment 28
initial v1 2 2 3 3 Right. 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 5 See #48842 for more details.