pub(crate) fn setup_component_params<T: ZReaderTrait>(
img: &mut JpegDecoder<T>,
) -> Result<(), DecodeErrors>
Expand description
Set up component parameters.
This modifies the components in place setting up details needed by other parts fo the decoder.