Crate jxl_dynlink

Source

Structs§

JxlAnimationHeader
Represents the animation header information.
JxlBasicInfo
JxlBitDepth
허용되는 입력 및 출력 픽셀 값의 범위에 따라 입력 및 출력 버퍼의 해석을 설명하는 데이터 유형입니다.
JxlBlendInfo
Represents blend information for a frame or extra channel.
JxlBoxContentSizeRaw
Represents the size of a box in the JPEG XL container.
JxlChunkedFrameInputSource
JxlCmsInterface
Represents a color management system interface.
JxlColorEncoding
Represents color encoding information.
JxlDecoder
Represents a JPEG XL decoder.
JxlEncoder
JxlEncoderOutputProcessor
JxlExtraChannelInfo
Represents extra channel information.
JxlFrameHeader
Represents a frame header in JPEG XL.
JxlFrameIndex
Represents frame index information.
JxlGainMapBundle
JxlHeaderExtensions
JxlLayerInfo
Represents layer information in a frame.
JxlMemoryManager
JxlPixelFormat
JxlPreviewHeader
Represents the preview header information.

Enums§

JxlBitDepthType
JxlBlendMode
Frame blend modes. When decoding, if coalescing is enabled (default), this can be ignored.
JxlBool
jxl_bool 열거형 정의
JxlColorProfileTarget
Represents the color profile target.
JxlColorSpace
Represents color space.
JxlDataType
JxlDecoderStatus
JxlDecoderProcessInput의 반환 값을 나타냅니다. JXL_DEC_BASIC_INFO 이후의 값들은 선택적인 정보 이벤트로, JxlDecoderSubscribeEvents로 등록된 경우에만 반환됩니다.
JxlEncoderError
JxlEncoderFrameSettingId
JxlEncoderStatsKey
JxlEncoderStatus
JxlEndianness
JxlError
Represents possible errors that can occur during JPEG XL decoding and encoding.
JxlExtraChannelType
Given type of an extra channel.
JxlOrientation
Image orientation metadata. Values 1..8 match the EXIF definitions. The name indicates the operation to perform to transform from the encoded image to the display image.
JxlPrimaries
Represents primaries.
JxlProgressiveDetail
Represents progressive detail levels.
JxlRenderingIntent
Represents rendering intent.
JxlSignature
Represents the signature check result.
JxlTransferFunction
Represents transfer function.
JxlWhitePoint
Represents white point.

Functions§

from_jxl_bool
to_jxl_bool

Type Aliases§

JpegxlAllocFunc
JpegxlFreeFunc
JxlBoxType
JxlParallelRunner
Type for parallel runner function.