SkiaSharp encode to byteArray result is not the same as System.Drawing.Image.Save #2570
Unanswered
WillisLiou
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Have you checked, for example, with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am now trying to upgrade my project from .net framework 4.7.2 to .net Standard 2.0. Since my project also need to run in Linux, for image processing (ex. Bitmap), I choose SkiaSharp which was also recommended in MSDN.
My question now is that when I trying to save bmp as different format (ex. Png or Jpeg) and get byte array, byte array result is different.
Since compatibility issue, is it possible that the output byte array can be the same?
Code used Syste.Drawing
Code used SkiaSharp
Beta Was this translation helpful? Give feedback.
All reactions