rabi3elbeji / jpg2pgm

A simple utility to convert JPEG to PGM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jpg2pgm

A simple utility to convert JPEG to PGM, souce code is based on John Gauch's Work.

Hopefully please build under Linux using gcc(cygwin will work too, if you prefer, you can try mingw also:-)).

Compile libim

Please see the Makefile.

Compile libjpeg

Please see the Makefile.

Compile jpg2pgm

Please see the Makefile.

Run jpg2pgm

jpg2pgm file.jpeg file.pgm,e.g,jpg2pgm test.jpeg test.pgm

About

A simple utility to convert JPEG to PGM.


Languages

Language:C++ 95.3%Language:C 4.7%Language:Makefile 0.0%Language:Shell 0.0%