Class ExifFilterUtils


  • public final class ExifFilterUtils
    extends java.lang.Object
    An utility class which returns a suitable ImageFilter to perform the transformations necessary to properly orient an image according to the Exif metadata.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ExifFilterUtils()
      This class should not be instantiated.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ImageFilter getFilterForOrientation​(Orientation orientation)
      Returns a ImageFilter which will perform the transformations required to properly orient the thumbnail according to the Exif orientation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExifFilterUtils

        private ExifFilterUtils()
        This class should not be instantiated.
    • Method Detail

      • getFilterForOrientation

        public static ImageFilter getFilterForOrientation​(Orientation orientation)
        Returns a ImageFilter which 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.