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
In ImageMagick 7, users can define a read, and write, mask image. Something like
with Image(filename="src.png") as src: with Image(filename="mask.png") as mask: src.read_mask(mask)
This is useful for compare operations.
The text was updated successfully, but these errors were encountered:
Added Image.read_mask & Image.write_mask methods. Issue #433
abe0773
No branches or pull requests
In ImageMagick 7, users can define a read, and write, mask image. Something like
This is useful for compare operations.
The text was updated successfully, but these errors were encountered: