AI-generated Key Takeaways
-
MediaImageExtractor is a utility for extracting Image from MlImage.
-
It currently only supports MlImage with MlImage.STORAGE_TYPE_MEDIA_IMAGE.
-
The extract method can be used to get an Image from an MlImage.
Utility for extracting Image from
MlImage.
Currently it only supports MlImage with
MlImage.STORAGE_TYPE_MEDIA_IMAGE,
otherwise IllegalArgumentException
will be thrown.
Public Method Summary
| static Image |
Inherited Method Summary
Public Methods
public static Image extract (MlImage image)
Extracts a Image from an
MlImage.
Currently it only works for MlImage that
built from MediaMlImageBuilder.
Notice: Properties of the image like rotation will not take
effects.
Parameters
| image | the image to extract Image
from. |
|---|
Throws
| IllegalArgumentException | if the extraction failed. |
|---|