Combining multiple jpegs into 1

Bill Mills-Curran bill at mills-curran.net
Thu Feb 23 07:43:51 EST 2006


On Sun, Feb 19, 2006 at 10:08:23PM -0500, Kevin D. Clark wrote:
> 
> Jerry Feldman writes:
> 
> > What is the best way to combine several jpegs into a single image.
> 
> If it a picture/photo, then try autostitch.  This is a win32 program,
> but it runs fine under Wine.
> 
> Regards,
> 
> --kevin

Try this...

1.  Convert them to postscript and store in a single file:

    jpegtopnm <file> |pnmps >> <output_file>

2.  Convert the output file to pdf:

    ps2pdf <output_file>

You get a multipage singe pdf doc of your pictures.

Bill



More information about the Discuss mailing list