I mentioned the other day I'm making a plugin
for batch resizing of images.
http://img503.imageshack.us/my.php?image=batchmanhg6.pngI'd like to ask your opinions on how this should work,
if you were to use it.
I looked at how Photoshop does things.
I've realised that because I'm batch doing stuff it's going to have to work
slightly differently.
To start with I'm going to just work on changing the Width and Height by pixels,
and then add resoloution stuff later if I feel it's working and I'm
not getting in above my head so to speak.
I'm wondering if you guys ever actually scale things
where the proportions are not constrained?
I can't think of a reason for doing this.
Therefore....heres what I'm thinking of doing.
Rather than working in Height and Width,
due to the fact that the images maybe in different orientations
it would make sense to work more with
longest side and shortest side?
The user would request that say the longest
side of the image would be no longer than x pixels.
or alternatively the shortest side of the image would be no longer than
y pixels....
Batchman would then work out the correct preportions to
keep the image scaled proportinatley.
This idea could be extended to have an option which would
make the largest image possible based on the two options above.
The actual scaling of the images will be done to start
by .NET's built in imaging routines. If this does not provide sufficient
quality then I'll start to look to some kind of command line based
system probably...
All thoughts appreciated.