MediaImageExtractor

public class MediaImageExtractor extends Object

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
extract ( MlImage image)
Extracts a Image from an MlImage .

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.
Returns
Throws
if the extraction failed.
Create a Mobile Website
View Site in Mobile | Classic
Share by: