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?".
I have an image from the GOES weather satellite that is in it's normal Vertical Perspective projection. Would ImageMagick have a way to distort the image to a Mercator projection? I'm relatively new to ImageMagick so I'm pretty unsure of how to even begin the process. I anticipate that the image will be heavily distorted around the edges when stretched and I'm ok with that.
An exact method is not currently coded in IM 6, but I believe that Anthony has a desire to do cartographic transformations in IM 7 at some later time after it is released.
An approximate solution may be to use my script, fisheye2pano (or defisheye), at the link below if you are on Linux/Mac or Windows w/Cygwin.
EDIT: Doh! Never mind. I forgot I had ImageMagick for PHP installed but not the standard package. All is well. Thanks for the script! I'm going to give it a try right now.