Interface ImageHeaderParser

All Known Implementing Classes:
DefaultImageHeaderParser, ExifInterfaceImageHeaderParser

public interface ImageHeaderParser
Interface for the ImageHeaderParser.
  • Field Details

    • UNKNOWN_ORIENTATION

      static final int UNKNOWN_ORIENTATION
      A constant indicating we were unable to parse the orientation from the image either because no exif segment containing orientation data existed, or because of an I/O error attempting to read the exif segment.
      See Also:
  • Method Details