VOOZH about

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

⇱ Pgmagick flop() method - Python - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Pgmagick flop() method - Python

Last Updated : 26 May, 2020
The flop() function is an inbuilt function in the Pgmagick library which is used to create a mirror image in horizontal direction. The function returns the true value on success.
Syntax:
flip()
Parameters: This function does not accepts any parameter. 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: