| Package | Description |
|---|---|
| com.github.geko444.im4java.core |
Contains core classes for image-processing.
|
| com.github.geko444.im4java.script |
Contains classes for script-generation.
|
| com.github.geko444.im4java.utils |
Contains utility-classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DCRAWOperation
This class models the command-line of dcraw.
|
class |
DCRAWOps
This class subclasses Operation and adds methods for all commandline
options of dcraw.
|
class |
ETOperation
This class models the command-line of exiftool.
|
class |
ETOps
This class subclasses Operation and adds methods for all commandline
options of exiftool.
|
class |
GMOperation
This class models the command-line of GraphicsMagick.
|
class |
GMOps
This class subclasses Operation and adds methods for all commandline
options of GraphicsMagick.
|
class |
IMOperation
This class models the command-line of ImageMagick.
|
class |
IMOps
This class subclasses Operation and adds methods for all commandline
options of ImageMagick.
|
class |
JPTOperation
This class models the command-line of jpegtran.
|
class |
JPTOps
This class subclasses Operation and adds methods for all commandline
options of jpegtran.
|
class |
UFRawOperation
This class models the command-line of ufraw/ufraw-batch.
|
class |
UFRawOps
This class subclasses Operation and adds methods for all commandline
options of ufraw.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.addDynamicOperation(DynamicOperation pOperation)
Add a DynamicOperation to this Operation.
|
Operation |
Operation.addImage()
Add an image-placeholder to an Operation.
|
Operation |
Operation.addImage(int n)
Add multiple image-placeholders to an Operation.
|
Operation |
Operation.addImage(String... pImages)
Add image(s) to the operation.
|
Operation |
Operation.addOperation(Operation pOperation)
Add an Operation.
|
Operation |
Operation.addRawArgs(List<String> pArgs)
Add raw text to the list of arguments.
|
Operation |
Operation.addRawArgs(String... pArgs)
Add raw text to the list of arguments.
|
Operation |
Operation.cloneObject()
Clone the (java) object.
|
Operation |
DynamicOperation.resolveOperation(Object... pImages)
Resolve the DynamicOperation.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.addOperation(Operation pOperation)
Add an Operation.
|
IMOperation |
IMOperation.addSubOperation(Operation pSubOperation)
Add a IMOperation as a suboperation.
|
void |
ImageCommand.createScript(PrintWriter pWriter,
Operation pOp,
Properties pProps)
Generate a script.
|
void |
ImageCommand.createScript(String pFilename,
Operation pOp)
Generate a script.
|
void |
ImageCommand.createScript(String pFilename,
Operation pOp,
Properties pProps)
Generate a script.
|
ProcessTask |
ImageCommand.getProcessTask(Operation pOperation,
Object... images)
Return a ProcessTask for future execution (replace given placeholders).
|
void |
ImageCommand.run(Operation pOperation,
Object... images)
Execute the command (replace given placeholders).
|
void |
DisplayCmd.run(Operation pOperation,
Object... images)
Execute the command (replace given placeholders).
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
AbstractScriptGenerator.getOperation()
Return the Operation-object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptGenerator.init(PrintWriter pWriter,
Operation pOp,
Properties pProp)
Initialize the ScriptGenerator.
|
void |
AbstractScriptGenerator.init(PrintWriter pWriter,
Operation pOp,
Properties pProps)
Intialize the generator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelMixer
This class is a wrapper to a channel mixer.
|
class |
NoiseFilter
This class is the base class of all noise-remover classes.
|
static class |
NoiseFilter.Edge |
static class |
NoiseFilter.Level |
static class |
NoiseFilter.Threshold |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchConverter.run(Operation pOp,
List<String> pImages,
String pTargetPattern)
Convert the given images with the given
Operation. |
Copyright © 2019. All rights reserved.