Il 29/03/2007 01:02, Joe dixit:
> "cyrusthevirus" <root@127.0.0.1> wrote in message
>> Imagemagick is here: http://www.imagemagick.com/ (and there is a Windows
[quoted text clipped - 4 lines]
>> for i in *.jpg ; do convert -size 100x100 $i -quality 40 -resize \
>> 100x100 tn_$i ; done
> Phew! Do you guys really use this stuff? ;-)
Yep!
A couple of years ago I was in California. Via Internet I uploaded my
photos directly into my home computer in Italy and I made thumbnails and
other elaborations on the fly with this sort of commands, without to
fill my US friends' hard-disk with useless crap.
> I didn't intend to embark on a
> course in Visual Basic, but this looks like some kind of code to be used
> with your "favourite compiler" to me.
Hehehe!
And this isn't "code" requiring a compiler: it's just a little shell
command, almost easy.
> I prefer something a bit more like
> "click the OK button and you're done" sort of thing.
Well, you can write a "batch" program, in the old DOS way (pre-Windows),
and assign an icon to it. It is just a single line, after all...
I've dozens of these small scripts.
> Needless to say, I'm
> still looking for a program to allow me to resize images in multiple folders
> and sub-folders, without having to rename them. BTW, you'd think this sort
> of feature/function would be implemented in Photoshop and the likes. (Is
> it?!).
Usually open-source programmers are very sensitive to users suggestions,
while commercial programs must deal with the marketing dept. before any
other. Perhaps you can try to propose this to Adobe, or to IrfanView
guys: it seems an interesting and useful improvement.
Cyrus

Signature
Whereof one cannot speak, thereof one must be silent.
Ludwig Wittgenstein, /Tractatus Logico-Philosophicus/
>> Il 26/03/2007 23:22, ray dixit:
>>
[quoted text clipped - 31 lines]
>
> Joe.
Depends a little on whether you want to get the job done or spend days
looking for the right gui based software package.