Oke! I know Webp are higher compress format and cost time much better.
Would U like suggest me format with high compress rate and cost time lower. Input bitmap image is desktop screen capture. What I can do to increase performance ( lower than 100ms)?
I changed source to test convert to Jpg format
Read: 6185
To byte array: 5168
Would U like suggest me format with high compress rate and cost time lower. Input bitmap image is desktop screen capture. What I can do to increase performance ( lower than 100ms)?
I changed source to test convert to Jpg format
// bytes = mImage.ToByteArray(MagickFormat.WebP);
bytes = mImage.ToByteArray(MagickFormat.Jpg);
and result:Read: 6185
To byte array: 5168