C# 클래스 BitMiracle.LibJpeg.Classic.jpeg_common_struct

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
AllocJpegSamples ( int samplesPerRow, int numberOfRows ) : byte[][]

Creates 2-D sample array.

CreateBlocksArray ( int blocksPerRow, int numberOfRows ) : jvirt_array

Creates the array of blocks.

CreateSamplesArray ( int samplesPerRow, int numberOfRows ) : jvirt_array

Creates the array of samples.

ERREXIT ( J_MESSAGE_CODE code ) : void

Used for fatal errors (print message and exit).

ERREXIT ( int code ) : void

Used for fatal errors (print message and exit).

TRACEMS ( int lvl, J_MESSAGE_CODE code ) : void

Shows informational and debugging messages.

TRACEMS ( int lvl, int code ) : void

Shows informational and debugging messages.

WARNMS ( J_MESSAGE_CODE code ) : void

Used for non-fatal errors (we can keep going, but the data is probably corrupt).

WARNMS ( int code ) : void

Used for non-fatal errors (we can keep going, but the data is probably corrupt).

jpeg_abort ( ) : void

Abort processing of a JPEG compression or decompression operation, but don't destroy the object itself. Closing a data source or destination, if necessary, is the application's responsibility.

jpeg_common_struct ( ) : System

Base constructor.

jpeg_common_struct ( jpeg_error_mgr errorManager ) : System

Base constructor.

jpeg_destroy ( ) : void

Destruction of a JPEG object. Closing a data source or destination, if necessary, is the application's responsibility.

비공개 메소드들

메소드 설명
allocJpegBlocks ( int blocksPerRow, int numberOfRows ) : BitMiracle.LibJpeg.Classic.JBLOCK[][]

메소드 상세

AllocJpegSamples() 공개 정적인 메소드

Creates 2-D sample array.
public static AllocJpegSamples ( int samplesPerRow, int numberOfRows ) : byte[][]
samplesPerRow int The number of samples per row.
numberOfRows int The number of rows.
리턴 byte[][]

CreateBlocksArray() 공개 정적인 메소드

Creates the array of blocks.
public static CreateBlocksArray ( int blocksPerRow, int numberOfRows ) : jvirt_array
blocksPerRow int The number of blocks in row.
numberOfRows int The number of rows.
리턴 jvirt_array

CreateSamplesArray() 공개 정적인 메소드

Creates the array of samples.
public static CreateSamplesArray ( int samplesPerRow, int numberOfRows ) : jvirt_array
samplesPerRow int The number of samples in row.
numberOfRows int The number of rows.
리턴 jvirt_array

ERREXIT() 공개 메소드

Used for fatal errors (print message and exit).
public ERREXIT ( J_MESSAGE_CODE code ) : void
code J_MESSAGE_CODE The message code.
리턴 void

ERREXIT() 공개 메소드

Used for fatal errors (print message and exit).
public ERREXIT ( int code ) : void
code int The message code.
리턴 void

TRACEMS() 공개 메소드

Shows informational and debugging messages.
public TRACEMS ( int lvl, J_MESSAGE_CODE code ) : void
lvl int See for description.
code J_MESSAGE_CODE The message code.
리턴 void

TRACEMS() 공개 메소드

Shows informational and debugging messages.
public TRACEMS ( int lvl, int code ) : void
lvl int See for description.
code int The message code.
리턴 void

WARNMS() 공개 메소드

Used for non-fatal errors (we can keep going, but the data is probably corrupt).
public WARNMS ( J_MESSAGE_CODE code ) : void
code J_MESSAGE_CODE The message code.
리턴 void

WARNMS() 공개 메소드

Used for non-fatal errors (we can keep going, but the data is probably corrupt).
public WARNMS ( int code ) : void
code int The message code.
리턴 void

jpeg_abort() 공개 메소드

Abort processing of a JPEG compression or decompression operation, but don't destroy the object itself. Closing a data source or destination, if necessary, is the application's responsibility.
public jpeg_abort ( ) : void
리턴 void

jpeg_common_struct() 공개 메소드

Base constructor.
public jpeg_common_struct ( ) : System
리턴 System

jpeg_common_struct() 공개 메소드

Base constructor.
public jpeg_common_struct ( jpeg_error_mgr errorManager ) : System
errorManager jpeg_error_mgr The error manager.
리턴 System

jpeg_destroy() 공개 메소드

Destruction of a JPEG object. Closing a data source or destination, if necessary, is the application's responsibility.
public jpeg_destroy ( ) : void
리턴 void