You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 toImageRGBF
. How can I do it?Side note: I feel bad asking trivial question in Issues. Maybe you guys should open up Github Discussion
The text was updated successfully, but these errors were encountered: