Skip to content

Commit

Permalink
Update src/jpeg/jpeg_read.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Siutsou <[email protected]>
Signed-off-by: Kristof Roomp <[email protected]>
  • Loading branch information
mcroomp and Melirius authored Dec 21, 2024
1 parent bd38b47 commit 5550753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jpeg/jpeg_read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ use super::jpeg_position_state::JpegPositionState;
/// is corrupt, just that it is not supported for identical reconstruction.
///
/// The function returns the image data as a vector of `BlockBasedImage`, which contain the
/// DCT coefficients for each block in the image (we do perform a DCT, this this would be lossy).
/// DCT coefficients for each block in the image (we do not perform inverse DCT, this would be lossy).
/// In addition, we return a vector of `RestartSegmentCodingInfo` which contains the information
/// need to reconstruct a portion of the JPEG file starting at the given offset. This is useful
/// for baseline images where we can split the image into sections and decode them in parallel.
Expand Down

0 comments on commit 5550753

Please sign in to comment.