root/feedmelinks/bin/tiny-from-thumb-path.sh

Revision 1328, 164 bytes (checked in by jm3, 2 years ago)
  • implemented random sabotage icons for users without profile icons
  • implemented tiny icons for list views
  • Property svn:executable set to *
Line 
1 #!/bin/sh
2
3 if [ -z "$1" ]
4 then
5         echo "usage: GIVE ME A FILE, YOU MUTE FUCK!"
6         exit 1
7 fi
8
9 path=`dirname $1`
10
11 pngtopnm $1 | pnmscale .24 | pnmtopng  > $path/tiny.png
Note: See TracBrowser for help on using the browser.