Juicy.Pixels
Juicy.Pixels copied to clipboard
Refine(cast) DynamicImage to specific Image
Maybe I haven't read doc enough and if that's the case I'm sorry😭 but I can't find a way to refine DynamicImage to specific Image type, preferably using Lens?
I read HDR image using decodeHDR
but it returns as DynamicImage. I want to refine it to ImageRGBF
. How can I do it?
Side note: I feel bad asking trivial question in Issues. Maybe you guys should open up Github Discussion
I'm currently using constructor matching