/[corp]/pics/resize.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /pics/resize.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Thu Mar 15 07:51:21 2001 UTC (23 years ago) by dpavlin
Branch: DbP, MAIN
CVS Tags: r1, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: application/x-sh
initial import

1 dpavlin 1.1 #!/bin/sh
2    
3     if [ -z "$1" ]; then
4     name=about
5     else
6     name=$1
7     fi
8    
9     #montage -verbose -tile 1x3 -geometry 218x l/${name}1* l/${name}2* l/${name}3* all.gif
10     #montage -verbose -tile 1x3 -geometry 218x76 l/${name}1* -geometry 184x24 l/${name}2* -geometry 184x30 l/${name}3* all.gif
11    
12     #montage -verbose -tile 1x3 -geometry 218x76> l/${name}1* -geometry 184x24> l/${name}2* -geometry 184x30> l/${name}3* all.gif
13    
14     convert -verbose -crop 161x76+0+0 all.gif l2/${name}_a.gif
15     convert -verbose -crop 161x54+0+76 all.gif l2/${name}_b.gif
16     convert -verbose -crop 57x76+161+0 all.gif l2/${name}_c.gif
17     #rm all.gif

  ViewVC Help
Powered by ViewVC 1.1.26