Support for PixelFormats::Gray32Float and PixelFormats::Rgba128Float formats? #1421
Replies: 2 comments 5 replies
-
Ah, actually now I see the Rgba128Float is called "RgbaVector"... so I think it's just the Gra32Float that I'm missing? |
Beta Was this translation helpful? Give feedback.
-
Thanks @lovettchris I'm assuming you mean these pixel formats yeah? I don't think our I'm not sure what model to use to translate It's not an insignificant amount of work and we'd need assistance to get specifications mocked out for the individual formats matching our IPixel contract. One thing we'd have to also add would be some sort of |
Beta Was this translation helpful? Give feedback.
-
Description
I'm wondering if you plan to add support for more floating point image formats, along the lines of the UAP PixelFormats::Gray32Float and PixelFormats::Rgba128Float ? I see you have HalfSingle already. How hard would it be to add these missing formats?
Steps to Reproduce
Try converting a PixelFormats::Gray32Float depth map from WriteableBitmap to SixLabors.ImageSharp.Image and back.
System Configuration
Beta Was this translation helpful? Give feedback.
All reactions