Method: Vips::Image#imag

Defined in:
lib/vips8/image.rb

#imagImage

Return the imaginary part of a complex image.

Returns:

  • (Image)

    imaginary part of complex image


1045
1046
1047
# File 'lib/vips8/image.rb', line 1045

def imag
    complexget :imag
end