- com.mortennobel.imagescaling - package com.mortennobel.imagescaling
-
- com.mortennobel.imagescaling.experimental - package com.mortennobel.imagescaling.experimental
-
- convert(BufferedImage, int) - Static method in class com.mortennobel.imagescaling.ImageUtils
-
- copyJpegMetaData(byte[], byte[]) - Static method in class com.mortennobel.imagescaling.ImageUtils
-
Copy jpeg meta data (exif) from source to dest and save it to out.
- copyJpegMetaData(InputStream, InputStream, ImageOutputStream) - Static method in class com.mortennobel.imagescaling.ImageUtils
-
Copy jpeg meta data (exif) from source to dest and save it to out
- createAbsolutionDimension(int, int) - Static method in class com.mortennobel.imagescaling.DimensionConstrain
-
Used when the destination size is fixed.
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.mortennobel.imagescaling.AdvancedResizeOp
- createMaxDimension(int, int) - Static method in class com.mortennobel.imagescaling.DimensionConstrain
-
Forces the image to keep radio and be keeped within the width and height
- createMaxDimension(int, int, boolean) - Static method in class com.mortennobel.imagescaling.DimensionConstrain
-
Forces the image to keep radio and be keeped within the width and height.
- createMaxDimensionNoOrientation(int, int) - Static method in class com.mortennobel.imagescaling.DimensionConstrain
-
Forces the image to keep radio and be keeped within the width and height.
- createMaxDimensionNoOrientation(int, int, boolean) - Static method in class com.mortennobel.imagescaling.DimensionConstrain
-
Forces the image to keep radio and be keeped within the width and height.
- createRelativeDimension(float) - Static method in class com.mortennobel.imagescaling.DimensionConstrain
-
Used when the destination size is relative to the source.
- createRelativeDimension(float, float) - Static method in class com.mortennobel.imagescaling.DimensionConstrain
-
Used when the destination size is relative to the source.