VOOZH about

URL: https://www.geeksforgeeks.org/python/pgmagick-implode-method-python/

⇱ Pgmagick implode() method - Python - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Pgmagick implode() method - Python

Last Updated : 26 May, 2020
The implode() function is an inbuilt function in the Pgmagick library which is used to implode image pixels about the center. The function returns the true value on success.
Syntax:
implode(factor)
Parameters: This function accepts single parameter as mentioned above and described below:
  • factor: This parameter is used to specify the factor by which the image need to be implode image pixels about the center.
Return Value: This function returns the Pgmagick object with image added.
Input Image: 👁 Image
Example 1: Output: 👁 Image
Example 2:
Output: 👁 Image
Comment
Article Tags: