Sha256: 668b55b30a755033ca1b4aac673ec162fbfebc26c861e8ae1312af22b5e625b7
Contents?: true
Size: 255 Bytes
Versions: 8
Compression:
Stored size: 255 Bytes
Contents
module Vips # Various types of alignment. See {Vips::Image.join}, for example. # # * `:low` Align on the low coordinate edge # * `:centre` Align on the centre # * `:high` Align on the high coordinate edge class Align end end
Version data entries
8 entries across 8 versions & 2 rubygems