Interface ImageServiceAsync
-
public interface ImageServiceAsyncImage services (async version)- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetImageOrientation(String imagePath, com.google.gwt.user.client.rpc.AsyncCallback<Orientation> callback)Retrieve the image orientation (EXIF)
-
-
-
Method Detail
-
getImageOrientation
void getImageOrientation(String imagePath, com.google.gwt.user.client.rpc.AsyncCallback<Orientation> callback)
Retrieve the image orientation (EXIF)- Parameters:
imagePath-callback-
-
-