Zoom in an larger image - possible?

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
Albireo
Posts: 68
Joined: 2010-01-12T03:32:23-07:00
Authentication code: 8675309

Zoom in an larger image - possible?

Post by Albireo »

Is there a complete script that allows you to zoom into a larger picture?
When you are "satisfied", an "small" image is created of what you see?

//Jan
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Zoom in an larger image - possible?

Post by Bonzo »

Search google for javascript crop.

I am just trying out: http://mondaybynoon.com/2007/01/22/crop ... agemagick/

It is based on http://www.defusion.org.uk/code/javascr ... ptaculous/ and if you do not want the upload and resize part you could use this directly.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Zoom in an larger image - possible?

Post by fmw42 »

Albireo wrote:Is there a complete script that allows you to zoom into a larger picture?
When you are "satisfied", an "small" image is created of what you see?

//Jan

IM is basically command line and not GUI based. Although there is a limited GUI tool. I don't know if it has that feature.

What platform are you on?
Post Reply