Method: Vips::Image#log10
- Defined in:
- lib/vips8/image.rb
permalink #log10 ⇒ Image
Return the log base 10 of an image.
1139 1140 1141 |
# File 'lib/vips8/image.rb', line 1139 def log10 math :log10 end |
Return the log base 10 of an image.
1139 1140 1141 |
# File 'lib/vips8/image.rb', line 1139 def log10 math :log10 end |