in reply to Recursive image processing (with ImageMagic)
I have to admit, if I'd already installed ImageMagick the binary and could do
from the command line, I'd just do this with File::Find and a call to system() in the found sub.convert --whatever --options path/to/file path/to/otherfile
Ugly, and scary, but quick.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Recursive image processing (with ImageMagic)
by ColonelPanic (Friar) on Nov 23, 2012 at 11:23 UTC | |
|
Re^2: Recursive image processing (with ImageMagic)
by wvick (Novice) on Nov 23, 2012 at 17:47 UTC |