Hi,
Under Settings in the admin control panel, I cant find the resize images setting. There is the Auto-Image-Resizer that lets you manually resize the images, but I'm looking for a way to do this similar to the way the thumbnails are dynamically generated.
This is bascially what I'm trying to do:
1. The user uploads ImageA that is 1600x1200.
2. I create some code and duplicate ImageA to ImageB where ImageB would be renamed and stored as an extra field in the DB.
3. Code would then dynamically resize ImageA to 800x600 for standard display on the details page.
4. Then the download link on the details page will point to ImageB.
I can probably figure most of this out, but I'm currently stuck on the resizing. I'm using Netpbm.
Does anyone have any advice???
Thanks,
-Thomas