Você deu uma olhada na seção de miniaturas gerais do Serviço de uso do Magic Image ? É muito bom. Os exemplos geralmente usam a opção thumbnail
. De Gerar miniaturas em geral :
This not only resizes the image, but strips any and all profile and comment information that may be present in the original JPEG image. Also as it uses the "-sample" resize operator for the initial downsizing of the image, it is reasonably fast, and produces good results for small thumbnails.
Você está colocando algum tipo de borda em torno dessas imagens? Além disso, há um operador de geometria "novo" em IM, ^
, o sinalizador de área de preenchimento :
As of IM v6.3.8-3 IM now has a new geometry option flag '^' which is used to resize the image based on the smallest fitting dimension. That is, the image is resized to completely fill (and even overflow) the pixel area given.
Então você pode tentar:
convert FILE-64x64 ^ -gravity center -extent 64x64 + 0 + 16 -strip OUTFILE