RELEASE/1.0RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | t=/tmp/png2winicon.$$ |
|---|
| 3 | pngtopnm "$1" > $t.pnm |
|---|
| 4 | #pngtopnm -alpha "$1" | pgmtopbm -threshold | convert -negate pbm:- pbm:$t.pbm |
|---|
| 5 | pngtopnm -alpha "$1" | pgmtopbm -threshold > $t.pbm |
|---|
| 6 | pnmcomp -alpha=$t.pbm $t.pnm $t.pbm $t.2.pnm |
|---|
| 7 | ppmtowinicon -andppms $t.2.pnm $t.pbm > "$2" |
|---|
| 8 | rm $t.pnm $t.pbm $t.2.pnm |
|---|
Note: See
TracBrowser
for help on using the repository browser.