Juicy.Pixels icon indicating copy to clipboard operation
Juicy.Pixels copied to clipboard

Refine(cast) DynamicImage to specific Image

Open ingun37 opened this issue 3 years ago • 1 comments

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

ingun37 avatar Oct 24 '21 05:10 ingun37

I'm currently using constructor matching

ingun37 avatar Oct 24 '21 06:10 ingun37