Skip to content

Commit

Permalink
Updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Apr 10, 2023
1 parent 1742659 commit b768c2a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.6.0

- [Added] WebP decoding and encoding
- [Bugfix] Fixed typo in logs

## v0.5.1

- [Added] Logging of errors and info
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude = ["tests/*", ".*"]
repository = "https://github.com/SalOne22/rimage"
license = "MIT OR Apache-2.0"

version = "0.5.1"
version = "0.6.0"
edition = "2021"

[profile.release]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![License](https://img.shields.io/crates/l/rimage?style=flat-square)](https://github.com/SalOne22/rimage)

This is CLI tool inspired by [squoosh!](https://squoosh.app/)
Rimage currently supports two codecs, mozjpeg and oxipng, and aims to add support for AVIF and WebP in the future.
Rimage currently supports three codecs, mozjpeg, oxipng and webp, and aims to add support for AVIF and JPEG XL in the future.

## Installation

Expand All @@ -25,7 +25,7 @@ rimage -q 75 *.jpg
```

- Quality: `-q 0` through `-q 100`, higher is better
- Output format: `-o png`, currently supported only jpg, png and oxipng
- Output format: `-o png`, currently supported only jpg, png, oxipng and webp
- Suffix for output: `-s _updated`, adds suffix in file name ("input.jpg" -> "input_updated.jpg")
- Info: `-i`, flag used to get info about images (size and data length)
- Threads: `-t 4`, number of threads to use
Expand All @@ -38,7 +38,7 @@ rimage -q 75 *.jpg

## To-Do

- Support for AVIF, JPEG XL and WebP
- Support for AVIF and JPEG XL
- And allot of bugfixes and optimizations

## Changelog
Expand Down

0 comments on commit b768c2a

Please sign in to comment.