Namespace BitMiracle.LibJpeg.Classic
Classes
JBLOCK
One block of coefficients.
JHUFF_TBL
Huffman coding table.
jpeg_common_struct
Base class for both JPEG compressor and decompresor.
jpeg_component_info
Basic info about one component (color channel).
jpeg_compress_struct
JPEG compression routine.
jpeg_decompress_struct
JPEG decompression routine.
jpeg_destination_mgr
Data destination object for compression.
jpeg_error_mgr
Contains simple error-reporting and trace-message routines.
jpeg_marker_struct
Representation of special JPEG marker.
jpeg_progress_mgr
The progress monitor object.
jpeg_source_mgr
Data source object for decompression.
JpegConstants
Defines some JPEG constants.
JQUANT_TBL
DCT coefficient quantization tables.
jvirt_array<T>
JPEG virtual array.
Enums
DensityUnit
The unit of density.
J_COLOR_SPACE
Known color spaces.
J_COLOR_TRANSFORM
Supported color transforms.
J_DCT_METHOD
Algorithm used for the DCT step.
J_DITHER_MODE
Dithering options for decompression.
J_MESSAGE_CODE
Message codes used in code to signal errors, warning and trace messages.
JPEG_MARKER
JPEG marker codes.
ReadResult
Describes a result of read operation.
Delegates
jpeg_decompress_struct.jpeg_marker_parser_method
The delegate for application-supplied marker processing methods.