Sha256: f438851e3b6ae72c88dafbab63eda8f06afee7b37b3200a2ce816a8149a05741
Contents?: true
Size: 298 Bytes
Versions: 23
Compression:
Stored size: 298 Bytes
Contents
module Vips # A direction on a compass used for placing images. See {Image#gravity}. # # * `:centre` # * `:north` # * `:east` # * `:south` # * `:west` # * `:"north-east"` # * `:"south-east"` # * `:"south-west"` # * `:"north-west"` class CompassDirection < Symbol end end
Version data entries
23 entries across 22 versions & 4 rubygems