Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt.tools
Class PixToPPM

java.lang.Object
  |
  +--org.bouncycastle.graphics.rt.tools.PixToPPM

public class PixToPPM
extends java.lang.Object

Program to convert a pix file into a ppm file.

usage: java org.bouncycastle.graphics.rt.tools.PixToPPM file

where file is a ".pix" file. This will produce a file with with a ".ppm" extension that has the same base name as the ".pix" file.


Constructor Summary
PixToPPM()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PixToPPM

public PixToPPM()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException

Bouncy Castle Rendering Toolkit 1.0