Method: Vips::Image#real

Defined in:
lib/vips8/image.rb

#realImage

Return the real part of a complex image.

Returns:

  • (Image)

    real part of complex image

[View source]

1038
1039
1040
# File 'lib/vips8/image.rb', line 1038

def real
    complexget :real
end