Method: Vips::Image#!
- Defined in:
- lib/vips8/image.rb
permalink #! ⇒ Image
Equivalent to image ^ -1
825 826 827 |
# File 'lib/vips8/image.rb', line 825 def ! self ^ -1 end |
Equivalent to image ^ -1
825 826 827 |
# File 'lib/vips8/image.rb', line 825 def ! self ^ -1 end |