Changes between Initial Version and Version 1 of Ticket #54648, comment 37
- Timestamp:
- 10/11/2024 06:45:20 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54648, comment 37
initial v1 1 1 @joemcgill thanks for reviewing. Indeed when testing the previous PR it didn't work as expected. 2 2 3 Instead, we need to apply the filter and the quality right before resizing the image, after we have calculated the final dimensions. This is in the resize method of both Imagick and GD.3 Instead, we need to apply the filter and the quality right before resizing the image, before or after we have calculated the final dimensions. This is in the resize method of both Imagick and GD. 4 4 5 5 I have updated the [https://github.com/WordPress/wordpress-develop/pull/2189 PR] to make this change and verified the filter now passes each image size, and that the returned quality is applied when creating the sub sized images.