CLI-only (someone can wrap the program with a GUI if they like)
No printer/scanner integration; Arbitrary data in, bitmap out, vica versa
No encryption (recommend compression, zip if needed, and gpg on input files)
No BZLIB integration
After looking at the code a little more thoroughly, I see we still need the Printer.cpp and Scanner.cpp code but we can get rid of the calls to TWAIN (scanner driver) and calls to print.
We can also cut unneeded features like opening and processing 5 input files in any order. This might simplify nasty sections like Fileproc.cpp.
- CLI-only (someone can wrap the program with a GUI if they like)
- No printer/scanner integration; Arbitrary data in, bitmap out, vica versa
- No encryption (recommend compression, zip if needed, and gpg on input files)
- No BZLIB integration
After looking at the code a little more thoroughly, I see we still need the Printer.cpp and Scanner.cpp code but we can get rid of the calls to TWAIN (scanner driver) and calls to print.
We can also cut unneeded features like opening and processing 5 input files in any order. This might simplify nasty sections like Fileproc.cpp.
After looking at the code a little more thoroughly, I see we still need the Printer.cpp and Scanner.cpp code but we can get rid of the calls to TWAIN (scanner driver) and calls to print.
We can also cut unneeded features like opening and processing 5 input files in any order. This might simplify nasty sections like Fileproc.cpp.