Page 1 of 1

Zoom Problem

Posted: 2008-12-05T06:47:08-07:00
by wizards
Hello All,

I am new to ImageMagick. i am writing a small applicaiton in VC++. I have a problem with zoom. I want to zoom my image even for one pixel hietht and width. Suppose if image size is 700x700, i want to zoom it 700x701 or 702x700 or 705x700 or for any size. But imagemagick is zooming integral proportional to width and height.

Can i zoom like this?
If possible can you please help me how to do it?

Thanks in Advance
WizardsGroup

Re: Zoom Problem

Posted: 2008-12-05T06:59:51-07:00
by magick
See http://www.imagemagick.org/Magick++/Geometry.html and review the aspect ratio settings to resize your image without preserving the aspect ratio.

Re: Zoom Problem

Posted: 2008-12-22T00:28:07-07:00
by ankireddy
Thank you very much. i did it.