Converts a special Portable GrayMap (.pgm) picture back into a text file. The needed input-picture can be created using the code from my TextToPortableGrayMap-repo.
There is no installation required. Just download the exe-file (PortableGrayMapToText.exe from Releases) or compile it yourself.
- Copy the picture with the name
input.pgminto the same folder as the exe-file and run it. - The output file will be called
output.txtand stored in the same folder.
The example files can be found in the example-folder.
- Visual Studio 2019 - IDE used for programming
Daniel Duller - dadul96
This project is licensed under the MIT License - see the LICENSE file for details

