I am Charmie

メモとログ

Magick++

install Magick++ on ubuntu

sudo apt-get install libmagick++-dev libmagickcore-dev libmagickwand-dev perlmagick

Magick++: Draw a circle

Magick++ provides a sub-class DrawableCircle that draws a circle on an image canvas. We should note the crazy design of the class. The sub-class is called as image.draw( DrawableCircle(originX, originY, perimX, perimY) ); This call draw a …

Magick++ (ImageMagick C++ API) install

Installation of Magick++ that is C++ API of ImageMagick. I installed ImageMagick version 6.7.7-3 with Visual Studio 2008 under Windows7 64bit. Download the source files ImageMagick web Go to Download page from left side bar and go to a mir…