Currently the only constructor is new HeifImage(<someFilePath>) however my use-case is to process an image downloaded via HTTP, so I only have access to the image bytes.
Would it be possible to add a constructor to the effect of new HeifImage(<someByteArray>)?