Divided #83 topic into two separate.
Briefly: I can easy add AUX image support whenI will have any non iPhone image, with different auxiliary_type (e.g. non hdrgainmap)
Or when I get information from here: strukturag/libheif/issues/926
Currently we can not determine image mode, and I need to know, can all aux images be decoded as grayscales ones or not.
Cause if not, then algorithm will be a little bit weird, need first to try to decode as Greyscale and if decodes fails, then decode it as RGB/RGBA...
Divided #83 topic into two separate.
Briefly: I can easy add AUX image support whenI will have any non iPhone image, with different
auxiliary_type(e.g. nonhdrgainmap)Or when I get information from here: strukturag/libheif/issues/926
Currently we can not determine image mode, and I need to know, can all aux images be decoded as grayscales ones or not.
Cause if not, then algorithm will be a little bit weird, need first to try to decode as Greyscale and if decodes fails, then decode it as RGB/RGBA...