Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 479 → Rev 482

/video-contact-sheet/branches/1.13/dist/vcs
3736,7 → 3736,7
local exh=$(imh "$extoutput")
if [[ $exw -lt $width ]]; then
# Expand the extended set to be the correct size
local exw2 = ; (( exw2=(width - exw) / 2 ))
local exw2= ; (( exw2=(width - exw) / 2 ))
convert \( -size ${exw2}x$exh xc:transparent \) "$extoutput" \
\( -size ${exw2}x$exh xc:transparent \) +append "$extoutput"
fi