[SOLVED] zoom in an image

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
suciuvlad
Posts: 9
Joined: 2010-08-25T03:48:48-07:00
Authentication code: 8675308

[SOLVED] zoom in an image

Post by suciuvlad »

Is it possible to zoom in a picture? I've found only scale wich doesnt fits my needs(makes the image to blurry and it enlarges it - i need my image to remain at the same width and height).

Thanks.

P.S. Nevermind, i had a wrong approach of the problem. I will just simulate the zoom by cropping the bigger image to the spot i want "zoomed". Earlier i was trying to zoom the mid-size image but its no good since it will be pixelated anyway.
Post Reply