Zoom Problem

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
wizards
Posts: 46
Joined: 2008-12-05T06:31:55-07:00

Zoom Problem

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Zoom Problem

Post 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.
ankireddy

Re: Zoom Problem

Post by ankireddy »

Thank you very much. i did it.
Post Reply