| Constructor and Description |
|---|
SinglePngCommand(java.io.File in,
java.io.File out,
ImageCreator<?,?,?> imageCreator)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
execute()
Executes the command.
|
public SinglePngCommand(@NotNull
java.io.File in,
@NotNull
java.io.File out,
@NotNull
ImageCreator<?,?,?> imageCreator)
in - the input fileout - the output fileimageCreator - the image creator to use