| Package | Description |
|---|---|
| com.github.geko444.im4java.core |
Contains core classes for image-processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPTOperation
This class models the command-line of jpegtran.
|
| Modifier and Type | Method and Description |
|---|---|
JPTOps |
JPTOps.arithmetic()
Add option -arithmetic to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
JPTOps.copy(String pCopyType)
Add option -copy to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
JPTOps.crop(Integer pWidth)
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(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(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(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(Integer pNumber)
Add option -restart to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
JPTOps.rotate(Double pDegrees)
Add option -rotate to the jpegtran commandline
(see the documentation of jpegtran for details).
|
JPTOps |
JPTOps.scans(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).
|
Copyright © 2019. All rights reserved.