diff options
| author | Clement Sibille <clements+git@lisible.xyz> | 2024-03-05 19:20:30 +0900 |
|---|---|---|
| committer | Clement Sibille <clements+git@lisible.xyz> | 2024-03-05 19:20:30 +0900 |
| commit | 7d5613f1e16430fcfc8ddb843be9435e10879bc0 (patch) | |
| tree | 8260886d632bb63565d7d5d31d549d05163fa293 /README.md | |
| parent | 4f36f9c7294fee4935ab9f787ee7738635038bf5 (diff) | |
Add lisiblepng-bin informations to README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -19,3 +19,11 @@ Alpha channels, interlacing, paletted images and non-mandatory chunks are not su meson setup <builddir> meson compile -C <builddir> ``` + +## CLI + +``lisiblepng-bin`` is a program that decodes a PNG and outputs it as a PPM image to stdout. +Usage is as follow: +```bash +lisiblepng <image_path> +``` |
