2007-05-10 14:30:22 -04:00
|
|
|
MKSHELL=rc
|
|
|
|
path=$PLAN9/bin $path
|
|
|
|
|
|
|
|
eps = wmii.eps
|
|
|
|
|
|
|
|
epsbox = `{sed -n '/^%%BoundingBox:/{s/.*://p; q;}' $eps}
|
|
|
|
iconwidth = 32
|
|
|
|
iconscale = `{*=$epsbox; hoc -e $iconwidth/'('$3-' '$1')'}
|
|
|
|
iconheight = `{*=$epsbox; hoc -e '('$4-' '$2')*'$iconscale}
|
|
|
|
|
2008-02-03 15:06:26 -05:00
|
|
|
%.png: %.eps
|
|
|
|
* = `{hoc -e'-('$epsbox')'}
|
|
|
|
x = $1
|
|
|
|
y = $2
|
|
|
|
gs -q -dBATCH -dNOPAUSE -sDEVICE=pngalpha -sOutputFile=$target -g$iconwidth'x'$iconheight - <<!
|
|
|
|
$iconscale $iconscale scale
|
|
|
|
$x $y translate
|
|
|
|
($eps) run
|
|
|
|
showpage
|
|
|
|
quit
|
|
|
|
!
|
|
|
|
|
|
|
|
%-small.png: %.eps
|
|
|
|
iconwidth = 16
|
|
|
|
iconscale = `{*=$epsbox; hoc -e $iconwidth/'('$3-' '$1')'}
|
|
|
|
iconheight = `{*=$epsbox; hoc -e '('$4-' '$2')*'$iconscale}
|
2008-01-18 15:05:45 -05:00
|
|
|
* = `{hoc -e'-('$epsbox')'}
|
|
|
|
x = $1
|
|
|
|
y = $2
|
|
|
|
gs -q -dBATCH -dNOPAUSE -sDEVICE=pngalpha -sOutputFile=$target -g$iconwidth'x'$iconheight - <<!
|
2007-05-10 14:30:22 -04:00
|
|
|
$iconscale $iconscale scale
|
|
|
|
$x $y translate
|
|
|
|
($eps) run
|
|
|
|
showpage
|
|
|
|
quit
|
|
|
|
!
|
|
|
|
|