Sha256: 626869596a8c6b038962a90f5e7427f36aa698c453b1f0c71fc264c92aebc2f8
Contents?: true
Size: 222 Bytes
Versions: 24
Compression:
Stored size: 222 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
24 entries across 23 versions & 4 rubygems