Class ExifFilterUtils
- java.lang.Object
-
- net.coobird.thumbnailator.util.exif.ExifFilterUtils
-
public final class ExifFilterUtils extends java.lang.ObjectAn utility class which returns a suitableImageFilterto perform the transformations necessary to properly orient an image according to the Exif metadata.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateExifFilterUtils()This class should not be instantiated.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImageFiltergetFilterForOrientation(Orientation orientation)Returns aImageFilterwhich will perform the transformations required to properly orient the thumbnail according to the Exif orientation.
-
-
-
Method Detail
-
getFilterForOrientation
public static ImageFilter getFilterForOrientation(Orientation orientation)
Returns aImageFilterwhich will perform the transformations required to properly orient the thumbnail according to the Exif orientation.- Parameters:
orientation- The Exif orientation- Returns:
ImageFilters required to properly orient the image.
-
-