.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. .TH FABIO-CONVERT "1" "November 2022" "fabio-convert 0.14.0" "User Commands" .SH NAME fabio-convert \- Portable image converter based on FabIO library. .SH DESCRIPTION usage: fabio\-convert [\-h] [\-V] [\-v] [\-\-debug] [\-l] [\-o OUTPUT] [\-F FORMAT] .TP [\-f] [\-n] [\-\-remove\-destination] [\-u] [\-i] [\-\-dry\-run] [IMAGE ...] .PP Portable image converter based on FabIO library. .SS "positional arguments:" .TP IMAGE Input file images .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-V\fR, \fB\-\-version\fR output version and exit .TP \fB\-v\fR, \fB\-\-verbose\fR show information for each conversions .TP \fB\-\-debug\fR show debug information .SS "main arguments:" .TP \fB\-l\fR, \fB\-\-list\fR show the list of available formats and exit .TP \fB\-o\fR OUTPUT, \fB\-\-output\fR OUTPUT output file or directory .TP \fB\-F\fR FORMAT, \fB\-\-output\-format\fR FORMAT output format .SS "optional behaviour arguments:" .TP \fB\-f\fR, \fB\-\-force\fR if an existing destination file cannot be opened, remove it and try again (this option is ignored when the \fB\-n\fR option is also used) .TP \fB\-n\fR, \fB\-\-no\-clobber\fR do not overwrite an existing file (this option is ignored when the \fB\-i\fR option is also used) .TP \fB\-\-remove\-destination\fR remove each existing destination file before attempting to open it (contrast with \fB\-\-force\fR) .TP \fB\-u\fR, \fB\-\-update\fR copy only when the SOURCE file is newer than the destination file or when the destination file is missing .TP \fB\-i\fR, \fB\-\-interactive\fR prompt before overwrite (overrides a previous \fB\-n\fR option) .TP \fB\-\-dry\-run\fR do everything except modifying the file system .PP return codes: 0 means a success. 1 means the conversion contains a failure, 2 means there was an error in the arguments