Method: Vips::Image#~
- Defined in:
- lib/vips8/image.rb
permalink #~ ⇒ Image
Equivalent to image ^ -1
832 833 834 |
# File 'lib/vips8/image.rb', line 832 def ~ self ^ -1 end |
Equivalent to image ^ -1
832 833 834 |
# File 'lib/vips8/image.rb', line 832 def ~ self ^ -1 end |