> I've followed the various links from gimp.org to the various script-fu
> sites.  Many are non-existent or broken.  I'm trying to find out how I
> can create a simple batch script.  All I need to do is rotate some
> images 90 degrees.  But, it's about 150 images and for obvious reasons,
> a non-interactive solution will same much time.
> 
> Anyone have any pointers as to where I can at least find a listing of
> the available commands for script-fu scripts?

Eh, how about using ImageMagick and do a simple:

for i in *.jpg
do
convert -rotate 90 "$i"
done

And you should be done with it! :-)
It's great, I simply love IM for scripting...
No real reason that I can see to start up gimp for that...

/WoC

 "fast det e klart.. lira rysk roulette
  med en haubitz vore rätt tufft..."
                -- hört från Steamshark

----------o--o-oOo-o--o----------

      Carl-Johan Sveningsson
      HHGTTG researcher 96339 
        [EMAIL PROTECTED]
         +46 370 99112
          ICQ# 2357535
        http://come.to/woc/
      http://wlug.westbo.se/

Reply via email to