C# 클래스 Imazen.WebP.Extern.WebPBitstreamFeatures

파일 보기 프로젝트 열기: imazen/libwebp-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bitstream_version int
has_alpha int
height int
no_incremental_decoding int
rotate int
uv_sampling int
width int

프로퍼티 상세

bitstream_version 공개적으로 프로퍼티

Unused for now - should be 0
public int bitstream_version
리턴 int

has_alpha 공개적으로 프로퍼티

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

height 공개적으로 프로퍼티

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

no_incremental_decoding 공개적으로 프로퍼티

If true, incremental decoding is not reccomended
public int no_incremental_decoding
리턴 int

rotate 공개적으로 프로퍼티

Unused, should be 0 for now
public int rotate
리턴 int

uv_sampling 공개적으로 프로퍼티

Unused, should be 0 for now
public int uv_sampling
리턴 int

width 공개적으로 프로퍼티

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