Scroll to navigation

FABIO-CONVERT(1) User Commands FABIO-CONVERT(1)

NAME

fabio-convert - Portable image converter based on FabIO library.

DESCRIPTION

usage: fabio-convert [-h] [-V] [-v] [--debug] [-l] [-o OUTPUT] [-F FORMAT]

[-f] [-n] [--remove-destination] [-u] [-i] [--dry-run]
[IMAGE ...]

Portable image converter based on FabIO library.

positional arguments:

Input file images

options:

show this help message and exit
output version and exit
show information for each conversions
show debug information

main arguments:

show the list of available formats and exit
output file or directory
output format

optional behaviour arguments:

if an existing destination file cannot be opened, remove it and try again (this option is ignored when the -n option is also used)
do not overwrite an existing file (this option is ignored when the -i option is also used)
remove each existing destination file before attempting to open it (contrast with --force)
copy only when the SOURCE file is newer than the destination file or when the destination file is missing
prompt before overwrite (overrides a previous -n option)
do everything except modifying the file system

return codes: 0 means a success. 1 means the conversion contains a failure, 2 means there was an error in the arguments

November 2022 fabio-convert 0.14.0