Sha256: f36356bcb9357c4eb63126ad523902357aa1350f9fe8288f449bd9103567d676
Contents?: true
Size: 463 Bytes
Versions: 21
Compression:
Stored size: 463 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
21 entries across 21 versions & 3 rubygems