ChMagick 1.0.0 review
DownloadCh ImageMagick is a Ch binding to the ImageMagick C library
|
|
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 search tags