Method: Vips::Image#exp10

Defined in:
lib/vips8/image.rb

#exp10Image

Return 10 ** pixel.

Returns:

  • (Image)

    10 ** pixel

[View source]

1153
1154
1155
# File 'lib/vips8/image.rb', line 1153

def exp10
    math :exp10
end