VOOZH about

URL: https://www.geeksforgeeks.org/node-js/node-js-gm-flop-function/

⇱ Node.js GM flop() Function - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Node.js GM flop() Function

Last Updated : 28 Apr, 2025

The flop() function is an inbuilt function in the GraphicsMagick library which is used to create a mirror image in the horizontal direction. The function returns the true value of success. 

Syntax:

flop()

Parameters: This function does not accept any parameters. 

Return Value: This function returns the GraphicsMagick object. 

Example 1: 

Output:

 👁 Image
 

Example 2: 

Output:

 👁 Image
 

Reference:

Comment

Explore