Sha256: 899ca329985c3ee08aaf388f5668da6e2ae8705c9f5f67b83a6d556767d997e5

Contents?: true

Size: 478 Bytes

Versions: 8

Compression:

Stored size: 478 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
    end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
ruby-vips-1.0.6 lib/vips/coding.rb
ruby-vips-1.0.5 lib/vips/coding.rb
ruby-vips-1.0.4 lib/vips/coding.rb
ruby-vips-1.0.3 lib/vips/coding.rb
ruby-vips-1.0.2 lib/vips/coding.rb
ruby-vips-1.0.1 lib/vips/coding.rb
ruby-vips-1.0.0 lib/vips/coding.rb
ruby-vips8-0.1.0 lib/vips8/coding.rb