Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractMagickCommand - Class in org.onehippo.forge.gallerymagick.core.command
-
Abstract *Magick Command.
- AbstractMagickCommand(String, String) - Constructor for class org.onehippo.forge.gallerymagick.core.command.AbstractMagickCommand
-
Constructor with a sub-command.
- addArgument(String) - Method in class org.onehippo.forge.gallerymagick.core.command.AbstractMagickCommand
-
Add a command line argument to Magick command.
C
- clearArguments() - Method in class org.onehippo.forge.gallerymagick.core.command.AbstractMagickCommand
-
Remove all the Magick command line arguments.
- createCommandLine() - Method in class org.onehippo.forge.gallerymagick.core.command.AbstractMagickCommand
-
Create a
CommandLine
from executable and arguments. - createCommandLine() - Method in class org.onehippo.forge.gallerymagick.core.command.GraphicsMagickCommand
-
Create a
CommandLine
from executable and arguments. - createCommandLine() - Method in class org.onehippo.forge.gallerymagick.core.command.ImageMagickCommand
-
Create a
CommandLine
from executable and arguments.
D
- DEFAULT_EXECUTABLE - Static variable in class org.onehippo.forge.gallerymagick.core.command.GraphicsMagickCommand
-
Default Graphics Magick command executable.
- DEFAULT_SUBCOMMAND_CONVERT - Static variable in class org.onehippo.forge.gallerymagick.core.command.AbstractMagickCommand
-
Default Graphics Magick command executable.
E
- equals(Object) - Method in class org.onehippo.forge.gallerymagick.core.ImageDimension
- execute() - Method in class org.onehippo.forge.gallerymagick.core.command.AbstractMagickCommand
-
Execute the Magick command with the sub-command and arguments.
- execute(OutputStream) - Method in class org.onehippo.forge.gallerymagick.core.command.AbstractMagickCommand
-
Execute the Magick command with the sub-command and arguments.
F
- from(int, int) - Static method in class org.onehippo.forge.gallerymagick.core.ImageDimension
- from(String) - Static method in class org.onehippo.forge.gallerymagick.core.ImageDimension
G
- getArguments() - Method in class org.onehippo.forge.gallerymagick.core.command.AbstractMagickCommand
-
Returns the command line arguments after the sub-command.
- getExecutable() - Method in class org.onehippo.forge.gallerymagick.core.command.AbstractMagickCommand
-
Returns the executable of Magick command.
- getHeight() - Method in class org.onehippo.forge.gallerymagick.core.ImageDimension
- getSubCommand() - Method in class org.onehippo.forge.gallerymagick.core.command.AbstractMagickCommand
-
Returns the sub-command of Graphics Magick command.
- getWidth() - Method in class org.onehippo.forge.gallerymagick.core.ImageDimension
- getWorkingDirectory() - Method in class org.onehippo.forge.gallerymagick.core.command.AbstractMagickCommand
-
Returns working directory.
- GraphicsMagickCommand - Class in org.onehippo.forge.gallerymagick.core.command
-
Encapsulation of Graphics Magick Command Utilities.
- GraphicsMagickCommand(String, String) - Constructor for class org.onehippo.forge.gallerymagick.core.command.GraphicsMagickCommand
-
Constructor with an
executable
and asubCommand
. - GraphicsMagickCommandUtils - Class in org.onehippo.forge.gallerymagick.core.command
-
Utility to run Graphics Magick Commands.
H
- hashCode() - Method in class org.onehippo.forge.gallerymagick.core.ImageDimension
I
- identifyAllMetadata(File) - Static method in class org.onehippo.forge.gallerymagick.core.command.GraphicsMagickCommandUtils
-
Execute
identify -verbose
sub-command and return a string of all extracted metadata from the output. - identifyAllMetadata(File) - Static method in class org.onehippo.forge.gallerymagick.core.command.ImageMagickCommandUtils
-
Execute
identify -verbose
sub-command and return a string of all extracted metadata from the output. - identifyDimension(File) - Static method in class org.onehippo.forge.gallerymagick.core.command.GraphicsMagickCommandUtils
-
Execute
identify
sub-command and return anImageDimension
instance from the output. - identifyDimension(File) - Static method in class org.onehippo.forge.gallerymagick.core.command.ImageMagickCommandUtils
-
Execute
identify
sub-command and return anImageDimension
instance from the output. - identifyDimension(File) - Static method in class org.onehippo.forge.gallerymagick.core.command.ScalrProcessorUtils
-
Detects the
sourceFile
and returns the size dimension from it. - ImageDimension - Class in org.onehippo.forge.gallerymagick.core
-
Image Dimension.
- ImageDimension() - Constructor for class org.onehippo.forge.gallerymagick.core.ImageDimension
- ImageDimension(int, int) - Constructor for class org.onehippo.forge.gallerymagick.core.ImageDimension
- ImageMagickCommand - Class in org.onehippo.forge.gallerymagick.core.command
-
Encapsulation of Image Magick Command Utilities.
- ImageMagickCommand(String, String) - Constructor for class org.onehippo.forge.gallerymagick.core.command.ImageMagickCommand
-
Constructor with an
executable
and asubCommand
. - ImageMagickCommandUtils - Class in org.onehippo.forge.gallerymagick.core.command
-
Utility to run Image Magick Commands.
M
- MagickExecuteException - Exception in org.onehippo.forge.gallerymagick.core.command
-
An exception indicating that the executing a Magick processe failed.
- MagickExecuteException(String, int) - Constructor for exception org.onehippo.forge.gallerymagick.core.command.MagickExecuteException
- MagickExecuteException(String, int, Throwable) - Constructor for exception org.onehippo.forge.gallerymagick.core.command.MagickExecuteException
O
- org.onehippo.forge.gallerymagick.core - package org.onehippo.forge.gallerymagick.core
- org.onehippo.forge.gallerymagick.core.command - package org.onehippo.forge.gallerymagick.core.command
P
- PROP_EXECUTABLE - Static variable in class org.onehippo.forge.gallerymagick.core.command.GraphicsMagickCommand
-
System property name for Graphics Magick command executable.
- PROP_EXECUTABLE_CONVERT - Static variable in class org.onehippo.forge.gallerymagick.core.command.ImageMagickCommand
-
System property name for Image Magick command executable, convert.
- PROP_EXECUTABLE_IDENTIFY - Static variable in class org.onehippo.forge.gallerymagick.core.command.ImageMagickCommand
-
System property name for Image Magick command executable, identify.
- PROP_TIMEOUT - Static variable in class org.onehippo.forge.gallerymagick.core.command.AbstractMagickCommand
-
System property name for Graphics Magick command executable.
R
- resizeImage(File, File, ImageDimension) - Static method in class org.onehippo.forge.gallerymagick.core.command.GraphicsMagickCommandUtils
-
Resize the given image
sourceFile
with resizing it towidth
andheight
and store the resized image totargetFile
. - resizeImage(File, File, ImageDimension) - Static method in class org.onehippo.forge.gallerymagick.core.command.ImageMagickCommandUtils
-
Resize the given image
sourceFile
with resizing it towidth
andheight
and store the resized image totargetFile
. - resizeImage(File, File, ImageDimension) - Static method in class org.onehippo.forge.gallerymagick.core.command.ScalrProcessorUtils
-
Resize the given image
sourceFile
with resizing it towidth
andheight
and store the resized image totargetFile
. - resizeImage(File, File, ImageDimension, String...) - Static method in class org.onehippo.forge.gallerymagick.core.command.GraphicsMagickCommandUtils
-
Resize the given image
sourceFile
with resizing it towidth
andheight
and store the resized image totargetFile
, with appendingextraOptions
in the command line if provided. - resizeImage(File, File, ImageDimension, String...) - Static method in class org.onehippo.forge.gallerymagick.core.command.ImageMagickCommandUtils
-
Resize the given image
sourceFile
with resizing it towidth
andheight
and store the resized image totargetFile
, with appendingextraOptions
in the command line if provided. - resizeImage(File, File, ImageDimension, String...) - Static method in class org.onehippo.forge.gallerymagick.core.command.ScalrProcessorUtils
-
Resize the given image
sourceFile
with resizing it towidth
andheight
and store the resized image totargetFile
, with appendingextraOptions
in the command line if provided.
S
- ScalrProcessorUtils - Class in org.onehippo.forge.gallerymagick.core.command
-
Utility to identify or resize images using Scalr library.
- setHeight(int) - Method in class org.onehippo.forge.gallerymagick.core.ImageDimension
- setWidth(int) - Method in class org.onehippo.forge.gallerymagick.core.ImageDimension
- setWorkingDirectory(File) - Method in class org.onehippo.forge.gallerymagick.core.command.AbstractMagickCommand
-
Sets working directory
T
- toCommandArgument() - Method in class org.onehippo.forge.gallerymagick.core.ImageDimension
- toString() - Method in class org.onehippo.forge.gallerymagick.core.ImageDimension
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form