Interface AMImageScaledImage


@ProviderType public interface AMImageScaledImage
Represents an image scaled by Adaptive Media.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the image height.
    Returns an InputStream with the image data.
    Returns this image's mime type
    long
    Returns this image's size in bytes.
    int
    Returns the image width.
  • Method Details

    • getHeight

      int getHeight()
      Returns the image height.
      Returns:
      the image height
    • getInputStream

      InputStream getInputStream()
      Returns an InputStream with the image data.
      Returns:
      the InputStream with the image data
    • getMimeType

      String getMimeType()
      Returns this image's mime type
      Returns:
      this image's mime type
    • getSize

      long getSize()
      Returns this image's size in bytes.
      Returns:
      this image's size in bytes
    • getWidth

      int getWidth()
      Returns the image width.
      Returns:
      the image width