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?".
How do I crop an image at its center, so that it gives the image a certain size while only cutting the borders away (no scaling)? OR how do I give it borders that gives the image a certain total size?
Solved it. Don't use crop.
extent was what I was looking for. Although you have to apply it to the center (-gravity center) and set the background as transparent (-background none)