It could be useful to costrain proportions (w/h ratio) in js interface and then resize server-side the image to a fixed size.
The main goal is to provide fixed-size, fixed-proportion thumbnails and have a full size picture to display.
The resizing part could be done via image-cache, but to have fixed-proportion thumbnails, the user should select the area of the image he wants to keep in the thumbnail.
Comments
Comment #1
yhager commentedIt could be useful to costrain proportions (w/h ratio) in js interface and then resize server-side the image to a fixed size.
You can achieve that by entering the required resolution in the resolution text box, and check 'Enforce box crop box ratio'.
The main goal is to provide fixed-size, fixed-proportion thumbnails and have a full size picture to display.
The resizing part could be done via image-cache, but to have fixed-proportion thumbnails, the user should select the area of the image he wants to keep in the thumbnail.
Looks like #210217: Relevance-Enhanced Image Reduction: Better Thumbnails.