:py:mod:`masterblaster.image` ============================= .. py:module:: masterblaster.image Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: masterblaster.image.Image .. py:class:: Image(imageType: int, imageId: str, originalImageId: str) MasterBlaster Image Object :param imageType: The type of image :param imageId: The id of the image :param originalImageId: The id of the original image :ivar type: The type of image :ivar id: The id of the image :ivar original_id: The id of the original image