|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectar.com.hjg.pngj.lossy.Posterize
public class Posterize
Example: posterizes a image to n bits.
Constructor Summary | |
---|---|
Posterize()
|
Method Summary | |
---|---|
static void |
main(String[] args)
|
static void |
mainFromArgs(String[] args)
|
static void |
posterize(String origFilename,
String destFilename,
int nbits,
boolean errorDiffusion)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Posterize()
Method Detail |
---|
public static void main(String[] args) throws Exception
Exception
public static void mainFromArgs(String[] args) throws Exception
Exception
public static void posterize(String origFilename, String destFilename, int nbits, boolean errorDiffusion)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |