Skip to content

Commit

Permalink
Some clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Oct 29, 2024
1 parent f400ce8 commit d305c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/codecs/avif/decoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ fn get_matrix(
// This matrix significantly differs from others because linearize values is required
// to compute Y instead of Y'.
// Actually it is almost everywhere is not implemented.
// Libavif + libheif missing this also so actually AVIF images
// with CL BT.2020 might be made only by mistake
Err(ImageError::Unsupported(
UnsupportedError::from_format_and_kind(
ImageFormat::Avif.into(),
Expand Down

0 comments on commit d305c0d

Please sign in to comment.