BitmapInputImage¶
-
class
toasty.pipeline.BitmapInputImage(unique_id, cachedir)[source]¶ Bases:
toasty.pipeline.InputImageAn abstract base class for an input image whose data are stored as an RGB bitmap that we will read into memory all at once using the
PILmodule.This ABC implements the
_process_image_data()method on the parentInputImageABC but adds a new abstract method_load_bitmap()