dadul96 / PortableGrayMapToText

Converts a special Portable GrayMap (.pgm) picture back into a text file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PortableGrayMapToText

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.

Installation

There is no installation required. Just download the exe-file (PortableGrayMapToText.exe from Releases) or compile it yourself.

How to use

  • Copy the picture with the name input.pgm into the same folder as the exe-file and run it.
  • The output file will be called output.txt and stored in the same folder.

Example

The example files can be found in the example-folder.

Screenshot of the input-picture:

Screenshot of the output-textfile:

Built With

Author

Daniel Duller - dadul96

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Converts a special Portable GrayMap (.pgm) picture back into a text file.

License:MIT License


Languages

Language:C++ 100.0%