Syrus Nemat-Nasser <[EMAIL PROTECTED]> writes: > If you can view the picture with xv, you should be able to use xv to save > the picture in a standard file format such as jpeg. After xv saves the > file, it should work on your web site.
[Haven't tried these, but they should give you the idea] Alternatively f you have imagemagick installed: cqcam > filename.ppm convert filename.ppm filename.jpg convert filename.ppm filename.gif or if you have netpbm installed: cqcam | ppmtogif > filename.gif or if you have libjpeg-progs installed: cqcam | cjpeg > filename.jpg Please see the respective man pages for more options. As usual Linux has umpteen different ways to do the job. -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

