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
to_oiio_args
All operators should have access to to_oiio_args because they all need it at some point. Currently, only reposition operators provide it.
Adding the method to color operator class. Best to also add add it into BaseOperator class as @abstractmethod.
@abstractmethod
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
All operators should have access to
to_oiio_args
because they all need it at some point. Currently, only reposition operators provide it.Suggested implementation?
Adding the method to color operator class. Best to also add add it into BaseOperator class as
@abstractmethod
.Describe alternatives you've considered:
No response
The text was updated successfully, but these errors were encountered: