We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DEBUG
RELEASE
Title says it all. The OnFrameApply method in QuantizeProcessor does not use the sourceRectangle it gets.
OnFrameApply
sourceRectangle
To resolve this the following methods need to support a sourceRectangle:
IFrameQuantizer<TPixel>.QuantizeFrame
FrameQuantizerBase<TPixel>.FirstPass
SecondPass
The text was updated successfully, but these errors were encountered:
I forgot we'd added this functionality. Closing now.
Sorry, something went wrong.
No branches or pull requests
Prerequisites
DEBUG
andRELEASE
modeDescription
Title says it all. The
OnFrameApply
method in QuantizeProcessor does not use thesourceRectangle
it gets.To resolve this the following methods need to support a
sourceRectangle
:IFrameQuantizer<TPixel>.QuantizeFrame
FrameQuantizerBase<TPixel>.FirstPass
andSecondPass
System Configuration
The text was updated successfully, but these errors were encountered: