table of contents
other versions
- experimental 0.10.3-4
DJPEGLI(1) | User Commands | DJPEGLI(1) |
NAME¶
djpegli - djpegli
SYNOPSIS¶
djpegli INPUT OUTPUT [OPTIONS...]
DESCRIPTION¶
- INPUT
- The JPG input file.
- OUTPUT
- The output can be PNG, PFM or PPM/PGM/PNM
--disable_output
- No output file will be written (for benchmarking)
--bitdepth=8|16
- Sets the output bitdepth for integer based formats, can be 8 (default) or 16. Has no impact on PFM output.
--num_reps=N
- Sets the number of times to decompress the image. Used for benchmarking, the default is 1.
--quiet
- Silence output (except for errors).
-h, --help
- Prints this help message. All options are shown above.
AUTHOR¶
This manual page was written by Mathieu Malaterre <malat@debian.org> for the Debian GNU/Linux system (but may be used by others).
July 2024 | djpegli 0.10.3 |