http://qs1969.pair.com?node_id=328798


in reply to GIF to JPEG without GD/Image::Magick

The standard distribution of the Independent JPEG Group's software (which is where you get the standard, free JPEG library) includes a program called cjpeg which will convert to JPEG from GIF (as well as from Targa, PPM, and RLE). djpeg converts the other way.

The PerlMonk tr/// Advocate
  • Comment on Re: GIF to JPEG without GD/Image::Magick

Replies are listed 'Best First'.
Re: Re: GIF to JPEG without GD/Image::Magick
by fraktalisman (Hermit) on Feb 16, 2004 at 12:15 UTC
    cjpeg which will convert to JPEG from GIF
    Unfortunately it doesn't seem to anymore, the manpage says:
    The currently supported input file formats are: PPM (PBMPLUS color format), PGM (PBMPLUS gray-scale format), BMP, Targa, and RLE (Utah Raster Toolkit format). (RLE is supported only if the URT library is available.)
    Update: Version 6 of 1995 still seems to be able to do it.
    To be a bit more precise about my task, I am working on a component of a CMS/shop system that should be able to run on servers of various web hosters. To get administrative rights would be one thing, but too expensive for the average user of our cms.
    It seems most hosters use image libraries without GIF support because of licensing issues?