paperback-cli
paperback-cli copied to clipboard
(C) Relatively high density file backups on paper. Cross-platform CLI port of Ollydb. This is a repo copy and fork of https://git.teknik.io/scuti/paperback-cli by Surkeh.
I ask because I see the last commits are from 2018 and there are important issues not answered: [Fix compilation under GCC 10. by 98WuG · Pull Request #4 ·...
https://gcc.gnu.org/gcc-10/porting_to.html
Don't work option -d (dpi). Any options of -d over 100 dpi don't work. The output bmp, for exp, with 150dpi and 200dpi are identical.
``` $ 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...
https://github.com/timwaters/paperback/issues/2