Method: Vips::Image#fliphor

Defined in:
lib/vips8/image.rb

#fliphorImage

Flip horizontally.

Returns:

  • (Image)

    image flipped horizontally

[View source]

1160
1161
1162
# File 'lib/vips8/image.rb', line 1160

def fliphor
    flip :horizontal
end