Hi all, thanks a lot for this library, it has saved me the life many times! I have a script that puts the original image into a bigger area, filling the new empty space with a transparency: This is the script: convert image.gif -resize 300x250 -size 300x250 xc:transparent +swap -gravity center ...