Search found 2 matches
- 2015-09-25T18:34:48-07:00
- Forum: Magick++
- Topic: Magick++: Why does image.crop() not respect the new image origin after rotation?
- Replies: 3
- Views: 13402
Re: Magick++: Why does image.crop() not respect the new image origin after rotation?
Thank you both, that works. I figured I was missing something simple.
- 2015-09-25T09:29:20-07:00
- Forum: Magick++
- Topic: Magick++: Why does image.crop() not respect the new image origin after rotation?
- Replies: 3
- Views: 13402
Magick++: Why does image.crop() not respect the new image origin after rotation?
Hi, I am trying to understand why image.crop() does not seem to respect the new origin which should be one of the effects of an image.rotate(). Platform: ImageMagick 6.9.2 Q16 x86 DLL on a Win10 x64 workstation. Code compiled with Visual Studio 2015. In the sample below, I am creating a 141x141 blue ...