1 # Copyright (c) 2012 David Kocher. All rights reserved.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # Bug fixes, suggestions and comments should be sent to:
15 # dkocher@cyberduck.ch
19 tiff
="/usr/bin/tiffutil"
22 echo "Converts *.png and *@2x.png to .tiff"
23 echo " Usage: combine.sh [--source <png>] --run"
27 for name
in `ls . | grep icns`; do
28 png
=`basename $name .icns`
34 $tiff -cathidpicheck $png.icns
-out $png.tiff
37 while [ "$1" != "" ] # When there are arguments...
52 echo "Option [$1] not one of [--run]"; # Error (!)