|
Bouncy Castle Rendering Toolkit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.graphics.rt.tools.PixToPPM
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 |
public PixToPPM()
Method Detail |
public static void main(java.lang.String[] args) throws java.io.IOException
|
Bouncy Castle Rendering Toolkit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |