Thanks

Chuck Adams k7qo at commspeed.net
Sun Jan 27 20:31:47 UTC 2008


My public thanks to Donn and his help on
the bash equivalent of a C-shell syntax.

for i in *jpg
do
mogrify $i
jpeg2ps $i > ${i%jpg}ps
ps2epsi ${i%jpg}ps
done

The above loop does the following

for all jpg files
  convert from high res to 800x600 (I have an alias for mogrify)
  convert all the files.jpg to files.ps  (they are now PostScript)
  convert all the files.ps to files.epsi (Encapsulated PostScript)
done

These are the reasons for Shells and typing.  There is no GUI
to do the above that I know of and no demand for same.  :-)

Again, my eternal gratitude for the help.

ciao dude,

Chuck

-- 
Chuck Adams, K7QO
k7qo at commspeed.net
http://www.k7qo.net/

Moving to Arizona?  Bring your own water, please.





More information about the kubuntu-users mailing list