C# Class Imazen.WebP.Extern.WebPBitstreamFeatures

Show file Open project: imazen/libwebp-net Class Usage Examples

Public Properties

Property Type Description
bitstream_version int
has_alpha int
height int
no_incremental_decoding int
rotate int
uv_sampling int
width int

Property Details

bitstream_version public property

Unused for now - should be 0
public int bitstream_version
return int

has_alpha public property

// True if the bitstream contains an alpha channel.
public int has_alpha
return int

height public property

Height in pixels, as read from the bitstream.
public int height
return int

no_incremental_decoding public property

If true, incremental decoding is not reccomended
public int no_incremental_decoding
return int

rotate public property

Unused, should be 0 for now
public int rotate
return int

uv_sampling public property

Unused, should be 0 for now
public int uv_sampling
return int

width public property

Width in pixels, as read from the bitstream
public int width
return int