Performance in Writing to Stream / Bytes #1665
Unanswered
Workaholic01
asked this question in
Help
Replies: 1 comment
-
There is not much you can do about this. For a lot of formats the encoding takes more time than decoding. It is also possible that it takes longer because of this input image. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi Everyone,
I have recently started using Magick.Net and I like it so far. I am facing a performance issue while converting an image format to AVIF. It is taking too much time to write it back to stream.
I am converting a jpeg image to avif format and applying watermark on it. Below is my code.
And here is my Apply Watermark Method
I took around 12s at this image.Write(resultStream, MagickFormat.Avif);
Any help would be appreciated. Attaching the sample Image I am trying to use as well.

Beta Was this translation helpful? Give feedback.
All reactions