Search found 2 matches
- 2014-03-05T08:25:07-07:00
- Forum: Users
- Topic: Image Magick c++ interface: Image::extent ignoring gravity?
- Replies: 0
- Views: 4141
Image Magick c++ interface: Image::extent ignoring gravity?
I want to create an image programmatically, similar to using the command-line "convert -append". I am successfully using the STL append function to get all my images together in the same one, but they were all left-justified. So now I want to center each of the images horizontally. The Image::extent ...
- 2014-03-05T08:15:15-07:00
- Forum: Magick++
- Topic: Magick++.h for Fedora
- Replies: 1
- Views: 10940
Re: Magick++.h for Fedora
Hi,
You may have resolved this by now, but you can try:
yum install ImageMagick-c++-devel
You may have resolved this by now, but you can try:
yum install ImageMagick-c++-devel