Package org.im4java.core
Class JPTOps
java.lang.Object
org.im4java.core.Operation
org.im4java.core.JPTOps
- Direct Known Subclasses:
JPTOperation
This class subclasses Operation and adds methods for all commandline
options of jpegtran.
This class is automatically generated by the source-code generator of im4java.
-
Field Summary
Fields inherited from class org.im4java.core.Operation
IMG_PLACEHOLDER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd option -copy to the jpegtran commandline (see the documentation of jpegtran for details).Add option -crop to the jpegtran commandline (see the documentation of jpegtran for details).Add option -crop to the jpegtran commandline (see the documentation of jpegtran for details).Add option -crop to the jpegtran commandline (see the documentation of jpegtran for details).Add option -crop to the jpegtran commandline (see the documentation of jpegtran for details).debug()
Add option -debug to the jpegtran commandline (see the documentation of jpegtran for details).Add option -flip to the jpegtran commandline (see the documentation of jpegtran for details).Add option -grayscale to the jpegtran commandline (see the documentation of jpegtran for details).Add option -maxmemory to the jpegtran commandline (see the documentation of jpegtran for details).optimize()
Add option -optimize to the jpegtran commandline (see the documentation of jpegtran for details).Add option -outfile to the jpegtran commandline (see the documentation of jpegtran for details).perfect()
Add option -perfect to the jpegtran commandline (see the documentation of jpegtran for details).Add option -progressive to the jpegtran commandline (see the documentation of jpegtran for details).Add option -restart to the jpegtran commandline (see the documentation of jpegtran for details).Add option -rotate to the jpegtran commandline (see the documentation of jpegtran for details).Add option -scans to the jpegtran commandline (see the documentation of jpegtran for details).Add option -transpose to the jpegtran commandline (see the documentation of jpegtran for details).Add option -transverse to the jpegtran commandline (see the documentation of jpegtran for details).trim()
Add option -trim to the jpegtran commandline (see the documentation of jpegtran for details).verbose()
Add option -verbose to the jpegtran commandline (see the documentation of jpegtran for details).Methods inherited from class org.im4java.core.Operation
addDynamicOperation, addImage, addImage, addImage, addOperation, addRawArgs, addRawArgs, cloneObject, getCmdArgs, getDynamicOperations, toString
-
Constructor Details
-
JPTOps
protected JPTOps()The protected Constructor. You should only use subclasses of JPTOps.
-
-
Method Details
-
copy
Add option -copy to the jpegtran commandline (see the documentation of jpegtran for details). -
optimize
Add option -optimize to the jpegtran commandline (see the documentation of jpegtran for details). -
progressive
Add option -progressive to the jpegtran commandline (see the documentation of jpegtran for details). -
crop
Add option -crop to the jpegtran commandline (see the documentation of jpegtran for details). -
crop
Add option -crop to the jpegtran commandline (see the documentation of jpegtran for details). -
crop
Add option -crop to the jpegtran commandline (see the documentation of jpegtran for details). -
crop
Add option -crop to the jpegtran commandline (see the documentation of jpegtran for details). -
grayscale
Add option -grayscale to the jpegtran commandline (see the documentation of jpegtran for details). -
flip
Add option -flip to the jpegtran commandline (see the documentation of jpegtran for details). -
perfect
Add option -perfect to the jpegtran commandline (see the documentation of jpegtran for details). -
rotate
Add option -rotate to the jpegtran commandline (see the documentation of jpegtran for details). -
transpose
Add option -transpose to the jpegtran commandline (see the documentation of jpegtran for details). -
transverse
Add option -transverse to the jpegtran commandline (see the documentation of jpegtran for details). -
trim
Add option -trim to the jpegtran commandline (see the documentation of jpegtran for details). -
restart
Add option -restart to the jpegtran commandline (see the documentation of jpegtran for details). -
maxmemory
Add option -maxmemory to the jpegtran commandline (see the documentation of jpegtran for details). -
outfile
Add option -outfile to the jpegtran commandline (see the documentation of jpegtran for details). -
verbose
Add option -verbose to the jpegtran commandline (see the documentation of jpegtran for details). -
debug
Add option -debug to the jpegtran commandline (see the documentation of jpegtran for details). -
scans
Add option -scans to the jpegtran commandline (see the documentation of jpegtran for details).
-