An IImageWebProcessor that always runs #133
Unanswered
cosullivan
asked this question in
Ideas
Replies: 1 comment
-
Sorry @cosullivan I just saw this.
You have two options. Use or Inherit the |
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
-
Hi,
We have the requirement to do some default processing on all images regardless of whether any commands have been specified. At the moment the processors will only get executed when there is at least one command that has been specified.
The only way I can see to achieve this at the moment is via the OnProcessedAsync callback but then I would have to read and write the image again.
If the IWebImageProcessor included something like a CanProcess(...) method that was called then the processors could the determine for themselves whether they can operate on the image as opposed to only operating if their command has been specified.
I am happy to help out with the development if required.
Thanks, Cain.
Beta Was this translation helpful? Give feedback.
All reactions