Open ZviBaratz opened 2 years ago
The Image class, in particular, relies on properties such as is_mosaic or is_multiframe to apply various fixes and transformations. It would be preferable if factory methods were created to instantiate more specific Image or Header subclasses.
Image
is_mosaic
is_multiframe
Header
The
Image
class, in particular, relies on properties such asis_mosaic
oris_multiframe
to apply various fixes and transformations. It would be preferable if factory methods were created to instantiate more specificImage
orHeader
subclasses.