How to improve the speed of opening image #892
Unanswered
jueqing1015
asked this question in
Help
Replies: 1 comment
-
The reason that |
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.
-
Sometimes it takes a long time to open an image. I use the same image
FileStream pFileStream = new FileStream(Url, FileMode.Open , FileAccess.Read );
It's much faster than that MAGICK.NET It's much faster. Is there any way to improve its opening speed?
Beta Was this translation helpful? Give feedback.
All reactions