-
-
Notifications
You must be signed in to change notification settings - Fork 888
Closed
Labels
Description
Prerequisites
- I have written a descriptive issue title
- I have verified that I am running the latest version of ImageSharp
- I have verified if the problem exist in both
DEBUGandRELEASEmode - I have searched open and closed issues to ensure it has not already been reported
Problem
At the moment it's not possible to pass Configuration instances to image processors. We can't do this without changing the public API which means we need to act before RC1 is out.
Suggestion:
IImageProcessor<T>.Apply()needs aConfigurationargumentIImageProcessingContext<TPixel>should hold aConfigurationinstead ofMemoryAllocator- We need overloads for
Mutate()andClone()taking aConfiguration