IStoredImageHandle Interface#
Definition#
Namespace: P1.CameraSdk
Lightweight representation of an image file in the camera More…
public interface IStoredImageHandle : IDisposable
Remarks#
Lightweight representation of an image file in the camera
This class is the interface to image files returned by the camera. It is lightweight and contains only a limited set of image metadata.It has no actual image bitmap data.
You use this image item ‘s id to query for extra info about an image or the fetch preview or tiles of the image.You can also request the entire IIQ file!
See also:
Properties#
Methods#
Requests a set of commonly used meta data about the image. |
|
A blocking (synchronous) version of RequestBasicImageInfoAsync |
|
Request a full IIQ file of the image |
|
Request the preview (thumbnail) for an image. |
|
A blocking (synchronous) version of RequestPreviewAsync. |
|
Request a tile : a (scaled) crop of the full image |
|
A blocking (synchronous) version of RequestTileAsync |
|
Delete an image from the camera storage. |
|
Change the star-rating of an image. |