[][src]Crate jpegxl_rs

A safe JPEGXL Decoder wrapper.

Structs

JpegxlBasicInfo

Basic image information. This information is available from the file signature and first part of the codestream header.

JpegxlDecoder

JPEG XL Decoder

ParallelRunner

Example implementation of a multithread runner

Enums

JpegxlError

Errors derived from JpegxlDecoderStatus

Traits

JpegXLParallelRunner

JPEG XL Parallel Runner

Type Definitions

JpegxlParallelRetCode

Return code used in the JpegxlParallel* functions as return value. A value of 0 means success and any other value means error. The special value JPEGXL_PARALLEL_RET_RUNNER_ERROR can be used by the runner to indicate any other error.