Skip to content

Commit

Permalink
Revert "Jpeg draft"
Browse files Browse the repository at this point in the history
This reverts commit 764f877.
  • Loading branch information
fabiosky committed Jan 14, 2022
1 parent 764f877 commit a1c538d
Show file tree
Hide file tree
Showing 9 changed files with 115 additions and 1,276 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ 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: 0 additions & 2 deletions src/color_space.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ pub enum ColorSpace {
Bt601,
/// YCbCr, ITU-R Recommendation BT.709 (CSC systems)
Bt709,
/// YCbCr, Jpeg
Bt601Full,
}
Loading

0 comments on commit a1c538d

Please sign in to comment.