[Gllug] merging PS files // gimp batch printing ?

J F jnns at linuxmail.org
Fri Oct 7 12:55:20 UTC 2005


> Alternatively, is there a way with gimp to print several images (one image
> per page) into a single ps/pdf file?

I don't know how to do it from the Gimp (though it should be possible to write a Scheme or Perl Gimp script), but you can use ImageMagick's 'convert'. To convert all files ending with .jpg:

 for i in *.jpg; do convert -page A4 $i $i.ps; done

You can find out more about convert here:
http://www.imagemagick.org/script/convert.php

-- 
_______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.

Powered by Outblaze
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list