Package 

Enum ExifOrientationPolicy

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      RESPECT_ALL

      Respect the EXIF orientation flag for all supported formats.

      NOTE: This policy can potentially cause out of memory errors as certain image formats (e.g. PNG) will be buffered entirely into memory while being decoded.

      RESPECT_PERFORMANCE

      Respect the EXIF orientation flag only for image formats that won't negatively affect performance.

      This policy respects the EXIF orientation flag for the following MIME types:

      • image/jpeg

      • image/webp

      • image/heic

      • image/heif

      This is the default value for ImageLoader.Builder.bitmapFactoryExifOrientationPolicy.

      IGNORE

      Ignore the EXIF orientation flag.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait