Skip to content

Commit 2c6e2a2

Browse files
committed
Bump version to 1.0.3 in pyproject.toml and clarify PSNR parameter description in README.md for improved user understanding
1 parent 5812d58 commit 2c6e2a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ imgdiet --source <input_path> --target <output_path> [--psnr <value>] [--verbose
5656

5757
- `--source`: Path to an image or a directory containing images.
5858
- `--target`: Path to the output directory or a single WebP file.
59-
- `--psnr`: Target Peak Signal-to-Noise Ratio (default: 40.0). Use `0` for lossless compression.
59+
- `--psnr`: Target Peak Signal-to-Noise Ratio (default: 40.0). Use `0` for lossless compression. Higher values mean better quality but larger file size.
6060
- `--verbose`: Enable detailed logging for the process.
6161

6262
#### Examples:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "imgdiet"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "A Python package for minimizing file size of images with minimal quality loss"
55
readme = {file = "README.md", content-type = "text/markdown"}
66
authors = [ { name="Yonghye Kwon", email="developer.0hye@gmail.com" } ]

0 commit comments

Comments
 (0)