Sha256: 38d9c203b098cb3904b9205f4a64e79a79bb6b535bc664eafde4f585dc5c56d6
Contents?: true
Size: 258 Bytes
Versions: 18
Compression:
Stored size: 258 Bytes
Contents
module Vips # Various types of alignment. See {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 < Symbol end end
Version data entries
18 entries across 18 versions & 2 rubygems