Very Large Image manipulation

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

Re: Very Large Image manipulation

Post by magick »

ImageMagick can handle terabyte image files. To make it fast you could first convert the original image to the MPC format. MPC images are memory mapped with near zero overhead. To pan, zoom, or crop from the Web use the MagickWand for PHP or IMagick PHP wrapper. There is a book called Pragmatic Ajax that discusses how Google maps uses AJAX to manipulate large images. That may be a good start.
Post Reply