|
Scanbot SDK
|
This is the complete list of members for ImageRef, including all inherited members.
| __enter__(self) | ImageRef | |
| __exit__(self, Any exc_type, Any exc_val, Any exc_tb) | ImageRef | |
| __init__(self, bytes unique_id) | ImageRef | |
| encode(self, Optional[EncodeImageOptions] options=None) | ImageRef | |
| from_encoded_buffer(cls, bytes buffer, Optional[BufferImageLoadOptions] options=None) | ImageRef | |
| from_ndarray(cls, np.ndarray image, RawImageLoadOptions options) | ImageRef | |
| from_path(cls, Union[str, Path] path, Optional[PathImageLoadOptions] options=None) | ImageRef | |
| info(self) | ImageRef | |
| release(self) | ImageRef | |
| release_all_images() | ImageRef | static |
| save_image(self, Union[str, Path] path, Optional[SaveImageOptions] options=None) | ImageRef | |
| to_ndarray(self) | ImageRef |