Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 481 → 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
/video-contact-sheet/branches/1.13/dist/CHANGELOG
5,6 → 5,8
- Correct extended-set resizing
- Constraint checking of settings failed silently
for alias-only names
- Code typo: Produced error message when extended mode was
narrower than contact sheet
* Scheduled code cleanup:
- Removal of deprecated configuration options: DEFAULT_END_OFFSET,
shoehorned and safe_rename_pattern