==Command description==
This operating will convert a dump from one image format to another.
==Command usage==
Aaru convert-image -c --comments= --creator= -d [true/false] --drive-manufacturer= --drive-model= --drive-revision= --drive-serial= -f [true/false] -i --media-barcode= --media-lastsequence= --media-manufacturer= --media-model= --media-partnumber= --media-sequence= --media-serial= --media-title= -O -o -p -r -v [true/false] -x -c, --count= how many sectors to convert at once ''(default 64)'' --comments= image comments --creator= who (person) created the image? -d, --debug=[true/false] shows debug output from plugins ''(default false)'' --drive-manufacturer= manufacturer of the drive used to read the media represented by the image --drive-model= model of the drive used to read the media represented by the image --drive-revision= firmware revision of the drive used to read the media represented by the image --drive-serial= serial number of the drive used to read the media represented by the image -f, --force=[true/false] continue conversion even if sector or media tags will be lost in the process ''(default false)'' -i, --input= input image --media-barcode= barcode of the media represented by the image --media-lastsequence= last media of the sequence the media represented by the image corresponds to ''(default 0)'' --media-manufacturer= manufacturer of the media represented by the image --media-model= model of the media represented by the image --media-partnumber= part number of the media represented by the image --media-sequence= number in sequence for the media represented by the image ''(default 0)'' --media-serial= serial number of the media represented by the image --media-title= title of the media represented by the image -O, --options= comma separated name=value pairs of options to pass to output image plugin -o, --output= output image -p, --format= format of the output image, as plugin name or plugin id. If not present, will try to detect it from output image extension -r, --resume-file= take list of dump hardware from existing resume file -v, --verbose=[true/false] shows verbose output ''(default false)'' -x, --cicm-xml= take metadata from existing CICM XML sidecar
==Example==
Aaru convert-image -c 32 --comments="My converted image" --creator="Jane Doe" --drive-manufacturer="LG" --drive-model="CD-RW 1234" --drive-revision="1.0" --drive-serial="AABBCCDDEEFF01" -i dd_dump.iso --media-lastsequence=2 --media-sequence=1 --media-title="Important software" -O "deduplicate=true,nocompress=false" -o dump.dicf -r dd_dump.resume.xml -x dd_dump.cicm.xml