Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 377 → Rev 378

/video-contact-sheet/branches/1.11/tests/test_funkymodes
0,0 → 1,20
#!/usr/bin/env bash
 
vcs=vcs
 
if [ -z "$1" ]; then
echo "Usage: $0 <file>"
exit 1
fi >&2
 
HEIGHT="-H240"
 
echo "Standard" >&2
$vcs -n4 -c2 $HEIGHT "$1"
echo "Polaroid" >&2
$vcs -n6 -c3 -k polaroid $HEIGHT "$1"
echo "Photos" >&2
$vcs -n6 -c3 -k photos $HEIGHT "$1"
echo "Filmstrip" >&2
$vcs -n8 -c2 -k film $HEIGTH "$1"
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property
Added: svn:keywords
+Rev Id Date
\ No newline at end of property