| Package | Description |
|---|---|
| com.github.geko444.im4java.core |
Contains core classes for image-processing.
|
| com.github.geko444.im4java.utils |
Contains utility-classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandException
This class wraps exceptions during image-attribute retrivial.
|
class |
InfoException
This class wraps exceptions during image-attribute retrivial.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessTask |
ImageCommand.getProcessTask(Operation pOperation,
Object... images)
Return a ProcessTask for future execution (replace given placeholders).
|
Operation |
DynamicOperation.resolveOperation(Object... pImages)
Resolve the DynamicOperation.
|
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).
|
static void |
DisplayCmd.show(String pImageName)
Convinience method to show the image passed as an argument.
|
| 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.