Replies: 1 comment 2 replies
-
Can’t help you if you don’t provide the image |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The following is the test code:
Here is the result after saving it as a file. You can see that the size of the file saved by ImageSharp is about 4 times that of the other one. Is this normal?
EDIT:
By using the binary tool to compare the generated files, I found that the default format of Bitmap.Save is PNG, and when it is changed to Bmp format, the file size is the same. This explains why the above code has different file sizes.
Hope it's all helpful for others 😊
Beta Was this translation helpful? Give feedback.
All reactions