I'm using image_crop to squarify an image. The default (gd) implementation adds a border to bring the image up to size, but the imagemagick module simply stretches the image. Adding the -extent parameter along with -crop seems to fix this.
Closed: outdated
Code