Interface ImageService
-
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
ImageOrientationServicesImpl
@RemoteServiceRelativePath("imageservices") public interface ImageService extends com.google.gwt.user.client.rpc.RemoteServiceImage services- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrientationgetImageOrientation(String imagePath)Retrieve the image orientation (EXIF)
-
-
-
Method Detail
-
getImageOrientation
Orientation getImageOrientation(String imagePath)
Retrieve the image orientation (EXIF)- Parameters:
imagePath-- Returns:
-
-