diff options
author | yzrh <yzrh@noema.org> | 2022-12-29 00:18:07 +0000 |
---|---|---|
committer | yzrh <yzrh@noema.org> | 2022-12-29 00:40:14 +0000 |
commit | 8083b30530a37d3529d453515465a00aac74a154 (patch) | |
tree | 0390c6550f642c96ad0f4b40aab949d1e120ffd0 /README.md | |
parent | abce2fd2e4f8089779fb9b1dce94133716b0bb39 (diff) | |
download | melon-8083b30530a37d3529d453515465a00aac74a154.tar.gz melon-8083b30530a37d3529d453515465a00aac74a154.tar.zst |
Add JPEG 2000 support.
Signed-off-by: yzrh <yzrh@noema.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -9,8 +9,6 @@ Development Currently, CAJ, KDH, and HN can be converted. Please report any failures with a sample that can reproduce the behaviour. -HN support does not support JPEG 2000 yet. - Dependency ---------- @@ -19,6 +17,7 @@ Dependency 3. zlib 4. jbig2dec 5. libjpeg-turbo +6. openjpeg Usage ===== @@ -36,7 +35,7 @@ Options Specify output file -b, --buffer -Set buffer size (default 512k) +Set input buffer size (default 512k) -v, --verbose Print more information (twice for even more, three times for HN image processing information as well) |