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 ImageDimensionImageDimension.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 ImageDimensionGraphicsMagickCommandUtils.identifyDimension(File sourceFile) Executeidentifysub-command and return anImageDimensioninstance from the output.static ImageDimensionImageMagickCommandUtils.identifyDimension(File sourceFile) Executeidentifysub-command and return anImageDimensioninstance from the output.static ImageDimensionScalrProcessorUtils.identifyDimension(File sourceFile) Detects thesourceFileand returns the size dimension from it.Methods in org.onehippo.forge.gallerymagick.core.command with parameters of type ImageDimensionModifier and TypeMethodDescriptionstatic voidGraphicsMagickCommandUtils.resizeImage(File sourceFile, File targetFile, ImageDimension dimension) Resize the given imagesourceFilewith resizing it towidthandheightand store the resized image totargetFile.static voidGraphicsMagickCommandUtils.resizeImage(File sourceFile, File targetFile, ImageDimension dimension, String... extraOptions) Resize the given imagesourceFilewith resizing it towidthandheightand store the resized image totargetFile, with appendingextraOptionsin the command line if provided.static voidImageMagickCommandUtils.resizeImage(File sourceFile, File targetFile, ImageDimension dimension) Resize the given imagesourceFilewith resizing it towidthandheightand store the resized image totargetFile.static voidImageMagickCommandUtils.resizeImage(File sourceFile, File targetFile, ImageDimension dimension, String... extraOptions) Resize the given imagesourceFilewith resizing it towidthandheightand store the resized image totargetFile, with appendingextraOptionsin the command line if provided.static voidScalrProcessorUtils.resizeImage(File sourceFile, File targetFile, ImageDimension dimension) Resize the given imagesourceFilewith resizing it towidthandheightand store the resized image totargetFile.static voidScalrProcessorUtils.resizeImage(File sourceFile, File targetFile, ImageDimension dimension, String... extraOptions) Resize the given imagesourceFilewith resizing it towidthandheightand store the resized image totargetFile, with appendingextraOptionsin the command line if provided.