- C++ 91.7%
- CMake 8.3%
|
Mirko Adam
517abe52c0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
|---|---|---|
| .reuse | Made (Hopefully) REUSE-compliant | |
| data | Added DATA | |
| LICENSES | Added License | |
| .woodpecker.yml | Corrected test run command | |
| .woodpecker.yml.license | Made (Hopefully) REUSE-compliant | |
| CMakeLists.txt | Big Rewrite | |
| colorDistribution.h | Big Rewrite | |
| debug.cpp | Big Rewrite | |
| debug.h | Big Rewrite | |
| LICENSE | Initial commit | |
| main.cpp | Added missing semicolon | |
| README.md | Changed things that we forgot from the fork | |
Color Distribution Viewer
Just some student project that shows the distribution of the letters in a document. It also shows the entropy of the document.
Usage
color-distribution FILE [OPTIONS]
Available Options
Verbose
By adding -v as last argument, you will get additional information about what is going on in the background of the program.
Normal verbose information will be printed in blue, while warnings will be printed in yellow.
Even if verbose mode is disabled, it will still print information about errors. This information is printed in red.
Limitations of current implementation
While this program should have full unicode support, due to the incredible size of the constantly evolving Unicode standard, this cannot be guaranteed. However, in case of some unexpected behaviour warnings are displayed, if verbose mode is enabled. If you do encounter such warnings, please report them as an issue.
License
This program is Free Software! Feel Free to run, modify and share under the conditions of the AGPL!