jp2a 1.0.6 review

Download
by rbytes.net on

jp2a is a small utility that converts JPG images to ASCII

License: GPL (GNU General Public License)
File size: 0K
Developer: C.S.Larsen
0 stars award from rbytes.net

jp2a is a small utility that converts JPG images to ASCII. jp2a is written in C and released under the GNU General Public License v2 or later.

Building and installing:

You need jpeglib to compile jp2a. On Mac OS X I do a

sudo port install jpeg

and then:

./configure --with-jpeg-prefix=/opt/local
make
make install

The --with-jpeg-prefix option above means that configure will look for /opt/local/include/jpeglib.h and will link against /opt/local/lib/libjpeg.a. While many systems do have libjpeg.a installed, they lack the development headers. These can be downloaded from http://www.igj.org.

What's New in This Release:
Compatible with older C compilers like GCC 2.95.4

jp2a 1.0.6 keywords