phenotypic.tools.constants_.IMAGE_TYPES# class phenotypic.tools.constants_.IMAGE_TYPES(value)[source]# Bases: Enum The string labels for different types of images generated when accessing subimages of a parent image. Attributes BASE CROP OBJECT GRID GRID_SECTION BASE = 'Image'# CROP = 'Crop'# OBJECT = 'Object'# GRID = 'GridImage'# GRID_SECTION = 'GridSection'#