johnnygitgud

Results 2 issues of johnnygitgud

This pull request adds documentation for the ImageMorph module For issue python-pillow/Pillow#713 ("Todo: Docs for ImageMorph"). The updated documentation has: - Overview of morphological operations in Pillow - Explanation of...

Documentation

This pull request implements the feature requested in issue #6478 by adding a new helper function compare_images to ImageChops. The function compares two images pixel-by-pixel using ImageChops.difference and returns a...