photogrammetry_importer.file_handlers.image_file_handler

Module Contents

class photogrammetry_importer.file_handlers.image_file_handler.ImageFileHandler

Class to read and write images using Pillow.

PILImage
classmethod read_image_size(image_ifp, default_width, default_height, op=None)

Read image size from disk.