-------------------
% Could someone show me the command using convert (Part of the
ImageMagick
% package) to combine two or more tiff files into one large tiff file,
or
% best yet, a large jpg file, which will display in a browser like
netscape?

In general, "convert fromfile.tiff tofile.jpeg". The magic 
incantation depends on what you want to do. I think you may
prefer the "montage" command, another part of ImageMagick.
"combine" may also do what you want:

combine fig1.tiff fig2.tiff combined.tiff

http://linux.nf/magik.htm

Kurt
_______________________________________________
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users

Reply via email to