Index of /geminiatari/FILES/GRAPHICS/UTILITY/PPMTORAW
Name Last modified Size Description
Parent Directory 24-Sep-2006 15:36 -
PPMTORAW 29-Sep-1992 05:54 19k
PPMTORAW.C 23-Sep-1992 02:28 1k
ppmtoraw is an extension to the pbm-plus package that will enable you to
convert ppm-pictures to the RAW format that can be displayed by
Photo-Chrome and others.
Usage :
ppmtoraw pic.ppm > pic.raw
It will also accept input from stdio (in a pipeline).
How to convert a GIF-image to RAW-format using the pbm-plus package :
giftoppm pic.gif | pnmscale -xysize 320 200 | ppmtoraw >pic.raw
Terje Vernly (terjeve@ifi.uio.no)