source:
trunk/doc/convert_all_eps_to_png.sh@
7
Last change on this file since 7 was 2, checked in by , 16 years ago | |
---|---|
|
|
File size: 152 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | for file in *.eps |
4 | do |
5 | echo ">> Converting file $file" |
6 | ./doc/epstosmth --gsopt='-r60x60 -dGraphicsAlphaBits=4' --gsdev=png16m $file |
7 | done |
Note:
See TracBrowser
for help on using the repository browser.