| … | |
… | |
| 2 | |
2 | |
| 3 | # This script wraps system-dependant calls to several netpbm utilities. |
3 | # This script wraps system-dependant calls to several netpbm utilities. |
| 4 | # In order to use this script, set the NETPBM variable below to the |
4 | # In order to use this script, set the NETPBM variable below to the |
| 5 | # directory which contains giftopnm, ppmtopgm, and pnmtops. |
5 | # directory which contains giftopnm, ppmtopgm, and pnmtops. |
| 6 | |
6 | |
| 7 | NETPBM=/usr/X11/bin |
7 | NETPBM=/usr/local/bin |
| 8 | |
8 | |
| 9 | # If you wish to set the paths to each utility separately, i.e. if they |
9 | # If you wish to set the paths to each utility separately, i.e. if they |
| 10 | # are in different locations, do so below: |
10 | # are in different locations, do so below: |
| 11 | |
11 | |
| 12 | GIFTOPNM=$NETPBM/giftopnm; |
12 | GIFTOPNM=$NETPBM/giftopnm; |