Skip to content

Commit

Permalink
chore: added alpha premultiply to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Mar 26, 2024
1 parent db20c8c commit d845a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ For library usage check [Docs.rs](https://docs.rs/rimage/latest/rimage/)

- Resize
- Quantization
- Alpha premultiply

## Known bugs

Expand Down
3 changes: 2 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ pub fn cli() -> Command {
List of supported preprocessing options
- Resize
- Quantization"#})
- Quantization
- Alpha premultiply"#})
.codecs()
}

Expand Down

0 comments on commit d845a2d

Please sign in to comment.