Following on from Oleg, once you have convert the images to PDF with imagemagick
> $ for i in *.jpg; do convert -resize 1024x768 $i ${i%.*}.pdf; done
you can then combine them all into one PDF file using pdftk:
pdftk *.pdf cat output combined.pdf
Jason
--
Jason Friedman
Postdoctoral researcher
Motor Control and Biomechanics laboratories
Department of Kinesiology
Pennsylvania State University
Phone: +1-814-863-0354
email: [email protected]
web: http://www.personal.psu.edu/jxf35
=================================================================
To unsubscribe, send mail to [email protected] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [email protected]