Sha256: 3ba9f21f6040f67c1023e4be22641244123283417c094b803895b961cdca471d
Contents?: true
Size: 238 Bytes
Versions: 18
Compression:
Stored size: 238 Bytes
Contents
module Vips # The type of complex projection operation to perform on an image. See # {Image#complexget}. # # * ':real' get real part # * ':imag' get imaginary part class OperationComplexget < Symbol end end
Version data entries
18 entries across 18 versions & 2 rubygems