Sha256: 4fa48d3e70413ae258d9381e45681477087b5558a5e3cddb176153052e9a0eb2
Contents?: true
Size: 213 Bytes
Versions: 21
Compression:
Stored size: 213 Bytes
Contents
module Vips # Operations like {Image#flip} need to be told whether to flip # left-right or top-bottom. # # * `:horizontal` left-right # * `:vertical` top-bottom class Direction < Symbol end end
Version data entries
21 entries across 21 versions & 3 rubygems