ChMagick 1.0.0 review

Download
by rbytes.net on

Ch ImageMagick is a Ch binding to the ImageMagick C library

License: GPL (GNU General Public License)
File size: 91K
Developer: Stephen Nestinger
0 stars award from rbytes.net

Ch ImageMagick is a Ch binding to the ImageMagick C library. With the Ch ImageMagick package, all C (or C++) programs using functions from the ImageMagick C library can readily run in Ch interpretively without compilation.

Command line programs in mageMagick can also be readily used as shell commands in Ch scripts. ChMagick project is an ideal solution for rapid prototyping, Web-based applications, teaching and learning image processing.

Requirements:
ImageMagick

Installation Instructions:

- Build and install the C ImageMagick library.
- Run the following command in a Ch shell under the directory IMAGEMAGICK_HOME/ch. Note: ch must be under directory of IMAGEMAGICK_HOME.

make
make install

Uninstallation Instructions:

- Run the following command in a Ch shell under the directory IMAGEMAGICK_HOME/ch.

make uninstall

ChMagick 1.0.0 keywords