Method: Vips::Image#log10

Defined in:
lib/vips8/image.rb

#log10Image

Return the log base 10 of an image.

Returns:

  • (Image)

    base 10 log of each pixel

[View source]

1139
1140
1141
# File 'lib/vips8/image.rb', line 1139

def log10
    math :log10
end