Much larger filesize compared to the command line #928
-
920px.jpg is 281k command line:
results in a 40k file, which is ideal for my purposes. Magick.Net with the same size and quality values:
results in a 224k file, which is too big for my purposes. I would have thought the result should be the same? Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you share your input image? And why are you setting |
Beta Was this translation helpful? Give feedback.
-
The size of |
Beta Was this translation helpful? Give feedback.
The size of
image.ToByteArray().Length
is40211
when I test this with the latest version of Magick.NET. Don't know why you are getting a different result. And you will need tosize.Less
totrue
if you want to enable that option.