ImageLibrary¶
- class ImageLibrary[source]¶
Bases:
objectMethods Summary
add_item(imageitem[, overwrite_on_export])Add image item to the list as a dictionary.
delete_item(imageitem)find_imageitem(imageitem)product_in_list(imageitem)Methods Documentation
- add_item(imageitem, overwrite_on_export=True)[source]¶
Add image item to the list as a dictionary. If overwrite_on_export is True, only the last image of multiple ones originating from the same data selection is exported in h*_exportdata. If the parameter is set to False, each of these images is being exported individually, discriminating between them with a version suffix.