[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: connectix quickcam difficulties



Syrus Nemat-Nasser <syrus@ucsd.edu> 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
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: