Does RGB565 support exist in ImageSharp? #1826
-
Does ImageSharp have support for RGB565 colours? |
Beta Was this translation helpful? Give feedback.
Answered by
brianpopow
Nov 12, 2021
Replies: 1 comment 1 reply
-
No, the ImageSharp main project does not have RGB565, but i have implemented this format for the ImageSharp.Texture project. We have released a early alpha version You could alternatively just copy the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ThinkLoog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, the ImageSharp main project does not have RGB565, but i have implemented this format for the ImageSharp.Texture project. We have released a early alpha version
ImageSharp.Texture
which you could use (from our MyGet feed), but the project is still in an very early stage and i would not recommend using this in production.You could alternatively just copy the
RGB565
source from there to your project and use it that way.