Changes between Version 1 and Version 2 of Ticket #48842, comment 2
- Timestamp:
- 11/30/2019 08:43:45 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48842, comment 2
v1 v2 2 2 3 3 With this change: 4 - Resizing a 1000x500 image to 300x150 doesn't resample the source. The res sampled image would be larger than the original: 1500x750, `$resize_ratio` is `2.25`.4 - Resizing a 1000x500 image to 300x150 doesn't resample the source. The resampled image would be larger than the original: 1500x750, `$resize_ratio` is `2.25`. 5 5 - Resizing a 3000x1500 image to 300x150 doesn't resample the source. The resampled image would be half the size of the original, `$resize_ratio` is `0.25`. 6 6 - 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`.