Resized images

masie

Joined: 2002-10-08
Posts: 2
Posted: Tue, 2002-10-08 06:05

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?

 
BorgKing
BorgKing's picture

Joined: 2002-09-12
Posts: 314
Posted: Tue, 2002-10-08 07:50

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.

 
dannyc

Joined: 2002-10-07
Posts: 6
Posted: Tue, 2002-10-08 13:45
Quote:
As a sidebar to this can the images be resized along one axis only and keep the other in ratio?

I believe they are resized proportionally... (I hope someone will confirm)

 
masie

Joined: 2002-10-08
Posts: 2
Posted: Tue, 2002-10-08 15:40
Quote:
Why do you want to do this?

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.

 
BorgKing
BorgKing's picture

Joined: 2002-09-12
Posts: 314
Posted: Tue, 2002-10-08 18:37

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.