C# Class Imazen.WebP.Extern.WebPBitstreamFeatures

Afficher le fichier Open project: imazen/libwebp-net Class Usage Examples

Méthodes publiques

Свойство 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_oe property

Unused for now - should be 0
public int bitstream_version
Résultat int

has_alpha public_oe property

// True if the bitstream contains an alpha channel.
public int has_alpha
Résultat int

height public_oe property

Height in pixels, as read from the bitstream.
public int height
Résultat int

no_incremental_decoding public_oe property

If true, incremental decoding is not reccomended
public int no_incremental_decoding
Résultat int

rotate public_oe property

Unused, should be 0 for now
public int rotate
Résultat int

uv_sampling public_oe property

Unused, should be 0 for now
public int uv_sampling
Résultat int

width public_oe property

Width in pixels, as read from the bitstream
public int width
Résultat int