Method: Vips::Image#log

Defined in:
lib/vips8/image.rb

#logImage

Return the natural log of an image.

Returns:

  • (Image)

    natural log of each pixel

[View source]

1132
1133
1134
# File 'lib/vips8/image.rb', line 1132

def log
    math :log
end