| Package | Description |
|---|---|
| com.github.geko444.im4java.core |
Contains core classes for image-processing.
|
| com.github.geko444.im4java.process |
Contains mostly low-level classes for managing processes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompareCmd
This class wraps the compare command.
|
class |
CompositeCmd
This class wraps the IM command composite.
|
class |
ConvertCmd
This class wraps the IM command convert.
|
class |
DcrawCmd
This class wraps the dcraw command.
|
class |
DisplayCmd
This class wraps the IM command display.
|
class |
ExiftoolCmd
This class wraps the exiftool command.
|
class |
GraphicsMagickCmd
This class wraps the GraphicsMagick command-set.
|
class |
IdentifyCmd
This class wraps the IM command identify.
|
class |
ImageCommand
This class implements the processing of image operations.
|
class |
ImageMagickCmd
This class wraps the ImageMagick command-set.
|
class |
JpegtranCmd
This class wraps the jpegtran command.
|
class |
MogrifyCmd
This class wraps the IM command mogrify.
|
class |
MontageCmd
This class wraps the IM command montage.
|
class |
UFRawCmd
This class wraps the ufraw/ufraw-batch command.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessStarter |
ProcessTask.getProcessStarter()
Query the ProcessStarter field of this ProcessTask.
|
ProcessStarter |
ProcessEvent.getProcessStarter()
Query the ProcessStarter field of this event.
|
| Constructor and Description |
|---|
ProcessEvent(int pPID,
ProcessStarter pProcessStarter)
Constructor (sets pid and ProcessStarter).
|
ProcessTask(ProcessStarter pProcessStarter,
LinkedList<String> pArgs,
ProcessEvent pProcessEvent)
The constructor.
|
Copyright © 2019. All rights reserved.