Method: Vips::Image#imag
- Defined in:
- lib/vips8/image.rb
#imag ⇒ Image
Return the imaginary part of a complex image.
1045 1046 1047 |
# File 'lib/vips8/image.rb', line 1045 def imag complexget :imag end |
Return the imaginary part of a complex image.
1045 1046 1047 |
# File 'lib/vips8/image.rb', line 1045 def imag complexget :imag end |