Метод | Описание | |
---|---|---|
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 ( |
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[][] |
public static AllocJpegSamples ( int samplesPerRow, int numberOfRows ) : byte[][] | ||
samplesPerRow | int | The number of samples per row. |
numberOfRows | int | The number of rows. |
Результат | byte[][] |
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 |
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 |
public ERREXIT ( J_MESSAGE_CODE code ) : void | ||
code | J_MESSAGE_CODE | The message code. |
Результат | void |
public ERREXIT ( int code ) : void | ||
code | int | The message code. |
Результат | void |
public TRACEMS ( int lvl, J_MESSAGE_CODE code ) : void | ||
lvl | int | See |
code | J_MESSAGE_CODE | The message code. |
Результат | void |
public TRACEMS ( int lvl, int code ) : void | ||
lvl | int | See |
code | int | The message code. |
Результат | void |
public WARNMS ( J_MESSAGE_CODE code ) : void | ||
code | J_MESSAGE_CODE | The message code. |
Результат | void |
public WARNMS ( int code ) : void | ||
code | int | The message code. |
Результат | void |
public jpeg_common_struct ( |
||
errorManager | The error manager. | |
Результат | System |