Package 

Interface ImageInfo

  • All Implemented Interfaces:
    com.facebook.imagepipeline.image.HasImageMetadata

    
    public interface ImageInfo
     implements HasImageMetadata
                        

    Interface containing information about an image.

    • Method Summary

      Modifier and Type Method Description
      abstract int getWidth()
      abstract int getHeight()
      int getSizeInBytes()
      abstract QualityInfo getQualityInfo()
      • Methods inherited from class com.facebook.imagepipeline.image.HasImageMetadata

        getExtras
      • Methods inherited from class java.lang.Object

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