Replies: 1 comment 2 replies
-
I could add a |
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.
-
I have this pretty simple code:
As can be seen in the method signature i accept a CancellationToken, but i don't see a way of actually either passing it to Magick actively canceling either the write or resize operations. I can always do a check between the different method calls, but that can still be many seconds between if i'm resizing a large image. Is there a way to cancel the job?
Beta Was this translation helpful? Give feedback.
All reactions