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?".
convert img1.jpeg -gravity center -crop 480x480+0+0 +repage img2.jpeg
If on the other hand you are resizing the image to size a 480x480 box with edges clipped then you can use the formulas given in IM Examples
Thumbnails, Cut the Image to Fit http://www.cit.gu.edu.au/~anthony/graph ... nails/#cut