Uses of Class
org.im4java.core.JPTOps

Packages that use JPTOps
org.im4java.core   
 

Uses of JPTOps in org.im4java.core
 

Subclasses of JPTOps in org.im4java.core
 class JPTOperation
          This class models the command-line of jpegtran.
 

Methods in org.im4java.core that return JPTOps
 JPTOps JPTOps.copy(java.lang.String pCopyType)
          Add option -copy to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.crop(java.lang.Integer pWidth)
          Add option -crop to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.crop(java.lang.Integer pWidth, java.lang.Integer pHeight)
          Add option -crop to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.crop(java.lang.Integer pWidth, java.lang.Integer pHeight, java.lang.Integer pXoffset)
          Add option -crop to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.crop(java.lang.Integer pWidth, java.lang.Integer pHeight, java.lang.Integer pXoffset, java.lang.Integer pYoffset)
          Add option -crop to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.debug()
          Add option -debug to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.flip(java.lang.String type)
          Add option -flip to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.grayscale()
          Add option -grayscale to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.maxmemory(java.lang.Integer pSize)
          Add option -maxmemory to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.optimize()
          Add option -optimize to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.outfile(java.lang.String pFilename)
          Add option -outfile to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.perfect()
          Add option -perfect to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.progressive()
          Add option -progressive to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.restart(java.lang.Integer pNumber)
          Add option -restart to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.rotate(java.lang.Double pDegrees)
          Add option -rotate to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.scans(java.lang.String pFilename)
          Add option -scans to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.transpose()
          Add option -transpose to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.transverse()
          Add option -transverse to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.trim()
          Add option -trim to the jpegtran commandline (see the documentation of jpegtran for details).
 JPTOps JPTOps.verbose()
          Add option -verbose to the jpegtran commandline (see the documentation of jpegtran for details).