Skip to content

Commit

Permalink
Jpeg draft
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosky committed Jan 14, 2022
1 parent b7c5ea6 commit 764f877
Show file tree
Hide file tree
Showing 9 changed files with 1,276 additions and 115 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ The supported color models are:

* YCbCr, ITU-R Recommendation BT.601 (standard video system)
* YCbCr, ITU-R Recommendation BT.709 (CSC systems)
* YCbCr, Jpeg

## Requirements

Expand Down
2 changes: 2 additions & 0 deletions src/color_space.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ pub enum ColorSpace {
Bt601,
/// YCbCr, ITU-R Recommendation BT.709 (CSC systems)
Bt709,
/// YCbCr, Jpeg
Bt601Full,
}
Loading

0 comments on commit 764f877

Please sign in to comment.