Interface AMImageScaledImage
@ProviderType
public interface AMImageScaledImage
Represents an image scaled by Adaptive Media.
-
Method Details
-
getHeight
int getHeight()Returns the image height.- Returns:
- the image height
-
getInputStream
InputStream getInputStream()Returns anInputStreamwith the image data.- Returns:
- the
InputStreamwith 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
-