mass rescaling of pngs
Posted
by
William Jockusch
on Super User
See other posts from Super User
or by William Jockusch
Published on 2010-12-30T03:26:58Z
Indexed on
2010/12/30
3:56 UTC
Read the original article
Hit count: 248
png
I have a bunch of png files that I want to rescale.
Oversimplifying a little, let's say I have files named:
[email protected] [email protected] [email protected]
and so on, and I want to make:
apple.png orange.png pear.png,
and so on, with the output files all at half the scale of the corresponding input files. Is there a good tool for that? I have about 200 input files, so preferably the whole process would be automated.
© Super User or respective owner