Open In App

Pgmagick equalize() method - Python

Last Updated : 04 Oct, 2021
Comments
Improve
Suggest changes
Like Article
Like
Report

The equalize() function is an inbuilt function in the Pgmagick library which is used to perform histogram equalization to the image.

Syntax: 

equalize()

Parameters: This function does not accept any parameters.
Return Value: This function returns the Pgmagick object with image added.

Input Image:  

Example 1:  

Output: 

Example 2: 

Output: 


 


Practice Tags :

Similar Reads