|
ppmtotim - convert a PPM image into a TIM image |
Daniel Balster/psxdev-tools
|
- DESCRIPTION OF ppmtotim
ppmtotim can be used to create TIM images in batch scripts. it can be used directly in a pipe and read/write from standard input/output. An external palette file can be used instead of palette calculation and an externaltransparency plane can also be given.
- EXAMPLES FOR ppmtotim
cat input.ppm | ppmquant 256 | ppmtotim --8bit > output.tim
- NOTES ON ppmtotim
This utility is very old and served my needs for over three years, that's why I included it without any change.
| |