paperback-cli icon indicating copy to clipboard operation
paperback-cli copied to clipboard

Add hint for users of ImageMagick regarding conversion to bmp

Open jose1711 opened this issue 5 years ago • 0 comments

$ convert scan.png scan.bmp
$ paperback-cli --decode -i scan.bmp -o /tmp/myfile
Decoding scan.bmp into /tmp/myfile
Reading scan.bmp...
Unsupported bitmap type: scan.bmp

it would be useful to read in README that BMP3 format is the one that is supported:

$ convert scan.png BMP3:scan.bmp

jose1711 avatar Dec 14 '19 14:12 jose1711