Uses of Class
org.onehippo.forge.gallerymagick.core.ImageDimension
Package
Description
-
Uses of ImageDimension in org.onehippo.forge.gallerymagick.core
Modifier and TypeMethodDescriptionstatic ImageDimension
ImageDimension.from
(int width, int height) static ImageDimension
-
Uses of ImageDimension in org.onehippo.forge.gallerymagick.core.command
Modifier 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.Modifier 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.