looks like imagemagick now require a new arg -compose atop; fixed.

This commit is contained in:
Frédéric Péters 2006-10-02 16:28:36 +00:00
parent f5c0295747
commit 772f0bc957
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#! /bin/sh
size=$(identify $1 | cut -d ' ' -f 3)
composite $1 -size $(identify $1 | cut -d ' ' -f3) xc:white $2
composite -compose atop $1 -size $size xc:white $2