Imaging.Heif
Imaging.Heif copied to clipboard
Constructor to read file from bytes
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>)
?
@suou-ryuu this is a great recommendation. I believe the best overall solution here would be to allow you to pass a Stream as that matches the typical structure.
Let us review
@mitchelsellers Sorry to pester, is there any update on this?
I will look at addressing this in the coming week
Brilliant, thank you. And sorry for being pushy
@mitchelsellers Sorry to bug you again. Is there any update on this?
(I've tried to get the library set up locally (I figured I'd implement it myself and submit a PR) but I'm having compilation issues with CMAKE)