Christopher Sawtell wrote:
On Thu, 23 Dec 2004 17:57, Andy Leach wrote:
Hi All,
I want to re-implement a widget I wrote in VB so I can run it under
Linux - it's time for my Photoshop to Gimp leap, the one windows app I
would _really_ miss right now.
Basically it runs through jpegs, resizes them for the web, renames
them, and extracts some information from the EXIF to store in a csv
file.
The ImageMagic utilities do just that.
You'll need just a few lines of shell script.
man convert
man identify
for all the gore.
Wow, will that save me hours! Thanks Chris, looks like exactly what I need.
<puts away plans for wheel>