com.obrador
Class Jpeg

java.lang.Object
  extended by com.obrador.Jpeg

public class Jpeg
extends java.lang.Object


Constructor Summary
Jpeg()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void StandardUsage()
          Jpeg("Imagefile", Quality, "OutFileName") According to JAVA virtual machine, the files which can be read are jpeg, tiff and gif files
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jpeg

public Jpeg()
Method Detail

StandardUsage

public static void StandardUsage()
Jpeg("Imagefile", Quality, "OutFileName") According to JAVA virtual machine, the files which can be read are jpeg, tiff and gif files


main

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