JPTOperation
public class JPTOps extends Operation
This class is automatically generated by the source-code generator of im4java.
IMG_PLACEHOLDER
Modifier | Constructor | Description |
---|---|---|
protected |
JPTOps() |
The protected Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
JPTOps |
copy(java.lang.String pCopyType) |
Add option -copy to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
crop(java.lang.Integer pWidth) |
Add option -crop to the jpegtran commandline
(see the documentation of jpegtran for details).
|
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 |
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 |
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 |
debug() |
Add option -debug to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
flip(java.lang.String type) |
Add option -flip to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
grayscale() |
Add option -grayscale to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
maxmemory(java.lang.Integer pSize) |
Add option -maxmemory to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
optimize() |
Add option -optimize to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
outfile(java.lang.String pFilename) |
Add option -outfile to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
perfect() |
Add option -perfect to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
progressive() |
Add option -progressive to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
restart(java.lang.Integer pNumber) |
Add option -restart to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
rotate(java.lang.Double pDegrees) |
Add option -rotate to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
scans(java.lang.String pFilename) |
Add option -scans to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
transpose() |
Add option -transpose to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
transverse() |
Add option -transverse to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
trim() |
Add option -trim to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
verbose() |
Add option -verbose to the jpegtran commandline
(see the documentation of jpegtran for details).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addDynamicOperation, addImage, addImage, addImage, addOperation, addRawArgs, addRawArgs, cloneObject, getCmdArgs, getDynamicOperations, toString
protected JPTOps()
public JPTOps copy(java.lang.String pCopyType)
public JPTOps optimize()
public JPTOps progressive()
public JPTOps crop(java.lang.Integer pWidth)
public JPTOps crop(java.lang.Integer pWidth, java.lang.Integer pHeight)
public JPTOps crop(java.lang.Integer pWidth, java.lang.Integer pHeight, java.lang.Integer pXoffset)
public JPTOps crop(java.lang.Integer pWidth, java.lang.Integer pHeight, java.lang.Integer pXoffset, java.lang.Integer pYoffset)
public JPTOps grayscale()
public JPTOps flip(java.lang.String type)
public JPTOps perfect()
public JPTOps rotate(java.lang.Double pDegrees)
public JPTOps transpose()
public JPTOps transverse()
public JPTOps trim()
public JPTOps restart(java.lang.Integer pNumber)
public JPTOps maxmemory(java.lang.Integer pSize)
public JPTOps outfile(java.lang.String pFilename)
public JPTOps verbose()
public JPTOps debug()
public JPTOps scans(java.lang.String pFilename)