Changes between Initial Version and Version 1 of Ticket #22512, comment 9
- Timestamp:
- 11/20/2012 11:47:01 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22512, comment 9
initial v1 2 2 How do you check if the image you want to resize is already resized? 3 3 I use image_resize_dimensions to calculate and get the dimensions... I don't think there is other solution. 4 Or else the image will just willresize every time you load the code.4 Or else the image will just resize every time you load the code. 5 5 6 6 My purpose of creating this ticked is to reduce the load of the script because the function is called twice, to improve just a little.