ar.com.hjg.pngj.lossy
Class TestLossy

java.lang.Object
  extended by ar.com.hjg.pngj.lossy.TestLossy

public class TestLossy
extends Object

reencodes a png image with a given filter and compression level


Constructor Summary
TestLossy()
           
 
Method Summary
static void fromCmdLineArgs(String[] args)
           
static void main(String[] args)
           
static void reencode(String orig, String dest, int lossy)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLossy

public TestLossy()
Method Detail

fromCmdLineArgs

public static void fromCmdLineArgs(String[] args)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

reencode

public static void reencode(String orig,
                            String dest,
                            int lossy)