[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GIF 2 JPG
Mike Almogy <lizard@macam98.ac.il> writes:
> I'm looking 4 a program that convert from GIF to JPG and reverse.
> The program MUST work in console and not in Xwindows !!!!!
> i do not need to view the output or the input.
A quick search of manpages found at least 2 candidates:
1) convert
DESCRIPTION
convert converts an input file using one image format to
an output file with a differing image format.
2) cjpeg
DESCRIPTION
cjpeg compresses the named image file, or the standard
input if no file is named, and produces a JPEG/JFIF file
on the standard output. The currently supported input
file formats are: PPM (PBMPLUS color format), PGM (PBMPLUS
gray-scale format), BMP, GIF, Targa, and RLE (Utah Raster
Toolkit format). (RLE is supported only if the URT
library is available.)
I haven't used either of them.
--
Oleg Goldshmidt goldshmt@netvision.net.il
BLOOMBERG L.P. (BFM) oleg@bfr.co.il
- References:
- GIF 2 JPG
- From: Mike Almogy <lizard@macam98.ac.il>