| … | |
… | |
| 17 | |
17 | |
| 18 | # This script wraps system-dependant calls to several netpbm utilities. |
18 | # This script wraps system-dependant calls to several netpbm utilities. |
| 19 | # In order to use this script, set the NETPBM variable below to the |
19 | # In order to use this script, set the NETPBM variable below to the |
| 20 | # directory which contains giftopnm, ppmtopgm, and pnmtops. |
20 | # directory which contains giftopnm, ppmtopgm, and pnmtops. |
| 21 | |
21 | |
| 22 | #NETPBM=/usr/local/bin |
22 | NETPBM=/usr/local/bin |
| 23 | NETPBM=/sw/bin |
23 | |
| 24 | # If you wish to set the paths to each utility separately, i.e. if they |
24 | # If you wish to set the paths to each utility separately, i.e. if they |
| 25 | # are in different locations, do so below: |
25 | # are in different locations, do so below: |
| 26 | |
26 | |
| 27 | GIFTOPNM=$NETPBM/giftopnm; |
27 | GIFTOPNM=$NETPBM/giftopnm; |
| 28 | PNMTOPNG=$NETPBM/pnmtopng; |
28 | PNMTOPNG=$NETPBM/pnmtopng; |