Search found 1 match
- 2011-03-25T03:32:14-07:00
- Forum: MagickWand
- Topic: Image rotation and resize with interpolation
- Replies: 2
- Views: 16609
Image rotation and resize with interpolation
Hello! I need to rotate and scale an image. Also I need in custom interpolation type, for example, bicubic. I've found ResizeImage method, witch takes interpolation type as a parameter. But I can't find rotation with interpolation. The affine transform with interpolation is best for me but I can't ...