Hello,
I have tested these code with ImageMagick-6.6.3.10 and ImageMagick-6.8.0.7, original portion of an image stays at top left corner of resulting image.
#include <Magick++.h>
using namespace Magick;
int main(int argc, char **argv)
{
Image image;
image.read("62701.jpg");
image.resize ...
Search found 1 match
- 2013-01-30T03:42:05-07:00
- Forum: Magick++
- Topic: gravity wont work in Magick::Image::extent
- Replies: 1
- Views: 8890