C# 클래스 SWFProcessing.SWFModeller.Characters.Images.JPEGTable

JPEGs can be stored in two parts - the tables and the image data. The key point being that multiple images in the SWF can all reference the same JPEG table to save space. There is only one of these things per SWF, so when writing images we need to take care to check that they all reference the same table. ISSUE 16: When writing, if we encounter a second table, then the image should be converted from a DefineBits to a DefineJPEG2 tag by inlining the table.
파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

메소드 설명
JPEGTable ( byte data )

메소드 상세

JPEGTable() 공개 메소드

public JPEGTable ( byte data )
data byte