Skip to content

Implementing custom processor method without forking #1514

Answered by antonfirsov
Luko6 asked this question in Q&A
Discussion options

You must be logged in to vote

We don't have extension points for processors, but instead of forking I would strongly recommend to copy the code of ResizeProcessor and ResizeProcessor<T> and use imageProcessingContext.ApplyProcessorn(new MyResizeProcessor(...)).

Out of curiosity: why do you want to replace ParallelRowIterator ? Is there anything we can improve there instead?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Luko6
Comment options

Answer selected by Luko6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants