Sha256: a590c0b2df2704b220572f5615f894f2a956d170a362b8d06dffa0abd0607efc
Contents?: true
Size: 271 Bytes
Versions: 18
Compression:
Stored size: 271 Bytes
Contents
module Vips # The type of complex operation to perform on an image. See # {Image#complex}. # # * ':polar' to polar coordinates # * ':rect' to rectangular coordinates # * ':conj' complex conjugate class OperationComplex < Symbol end end
Version data entries
18 entries across 18 versions & 2 rubygems