Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spec] Add Image Processor Chaining #21

Open
SkyeHoefling opened this issue Aug 10, 2021 · 0 comments
Open

[Spec] Add Image Processor Chaining #21

SkyeHoefling opened this issue Aug 10, 2021 · 0 comments

Comments

@SkyeHoefling
Copy link
Contributor

Description

Add support to chain multiple IImageProcessor implementations together using a Chain of Responsibility or similar technique.

The API only supports one implementation of IImageProcessor to be used at once, but it is a common ask to Process a full raw image and then perform a Resize or other operation. We want to be able to link multiple processors together so all operations can be applied via image.Process() API.

API Change

TBD

Difficulty - Medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant