is it possible to have the uploaded image resized and stored in an additional time so rather than the thumb/med/orig sizes can I set it to thumb/med/another/orig. As a sidebar to this can the images be resized along one axis only and keep the other in ratio?
Posts: 314
Why do you want to do this?
It is not possible without changing a lot of PHP-code. I guess you should start with save_photos.php if you want to do something like this.
Posts: 6
I believe they are resized proportionally... (I hope someone will confirm)
Posts: 2
I am using gallery only for the resizing and backend manipulation and need 3 images for each image uploaded that are specific sizes; the trouble is that the uploaded images vary in size.
Posts: 314
I see, you're doing something Gallery was not designed for :wink:
Why aren't you using Photoshop or some other image manipulation program to do this for you? It seems to me that doing this through the web is not the easiest way. It would even be easier to just use the NetPBM commands on a *nix commandline and write a script for your operations.