-
|
When I try to implement the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thanks for the feedback! In the upcoming release, I plan to expose many classes that are currently
However, I still need to decide whether it should be exposed directly, or whether this should be handled through a factory API or a separate image/pixel-buffer system with clearer BGRA/RGBA interop. Creating images directly from decoded pixel data is a valid use case, and I will consider this while refining the public image-related APIs. |
Beta Was this translation helpful? Give feedback.
I added a new raw-pixel path for this case in
ImageSource.FromBgraPixels:MewUI/src/MewUI/Resources/ImageSource.cs
Lines 162 to 190 in 48de17f