Uses of Class
org.onehippo.forge.gallerymagick.core.ImageDimension
Packages that use ImageDimension
Package
Description
-
Uses of ImageDimension in org.onehippo.forge.gallerymagick.core
Methods in org.onehippo.forge.gallerymagick.core that return ImageDimensionModifier and TypeMethodDescriptionstatic ImageDimension
ImageDimension.from
(int width, int height) static ImageDimension
-
Uses of ImageDimension in org.onehippo.forge.gallerymagick.core.command
Methods in org.onehippo.forge.gallerymagick.core.command that return ImageDimensionModifier and TypeMethodDescriptionstatic ImageDimension
GraphicsMagickCommandUtils.identifyDimension
(File sourceFile) Executeidentify
sub-command and return anImageDimension
instance from the output.static ImageDimension
ImageMagickCommandUtils.identifyDimension
(File sourceFile) Executeidentify
sub-command and return anImageDimension
instance from the output.static ImageDimension
ScalrProcessorUtils.identifyDimension
(File sourceFile) Detects thesourceFile
and returns the size dimension from it.Methods in org.onehippo.forge.gallerymagick.core.command with parameters of type ImageDimensionModifier and TypeMethodDescriptionstatic void
GraphicsMagickCommandUtils.resizeImage
(File sourceFile, File targetFile, ImageDimension dimension) Resize the given imagesourceFile
with resizing it towidth
andheight
and store the resized image totargetFile
.static void
GraphicsMagickCommandUtils.resizeImage
(File sourceFile, File targetFile, ImageDimension dimension, String... extraOptions) Resize the given imagesourceFile
with resizing it towidth
andheight
and store the resized image totargetFile
, with appendingextraOptions
in the command line if provided.static void
ImageMagickCommandUtils.resizeImage
(File sourceFile, File targetFile, ImageDimension dimension) Resize the given imagesourceFile
with resizing it towidth
andheight
and store the resized image totargetFile
.static void
ImageMagickCommandUtils.resizeImage
(File sourceFile, File targetFile, ImageDimension dimension, String... extraOptions) Resize the given imagesourceFile
with resizing it towidth
andheight
and store the resized image totargetFile
, with appendingextraOptions
in the command line if provided.static void
ScalrProcessorUtils.resizeImage
(File sourceFile, File targetFile, ImageDimension dimension) Resize the given imagesourceFile
with resizing it towidth
andheight
and store the resized image totargetFile
.static void
ScalrProcessorUtils.resizeImage
(File sourceFile, File targetFile, ImageDimension dimension, String... extraOptions) Resize the given imagesourceFile
with resizing it towidth
andheight
and store the resized image totargetFile
, with appendingextraOptions
in the command line if provided.