Sha256: 9843eec78139e2c25395fa6f2907c170ee9a91d202595dd3ef8eeaa172d9310f
Contents?: true
Size: 487 Bytes
Versions: 18
Compression:
Stored size: 487 Bytes
Contents
module Vips # How pixels are coded. # # Normally, pixels are uncoded and can be manipulated as you would expect. # However some file formats code pixels for compression, and sometimes it's # useful to be able to manipulate images in the coded format. # # * `:none` pixels are not coded # * `:labq` pixels encode 3 float CIELAB values as 4 uchar # * `:rad` pixels encode 3 float RGB as 4 uchar (Radiance coding) class Coding < Symbol end end
Version data entries
18 entries across 18 versions & 2 rubygems