项目作者: dadul96

项目描述 :
Converts a special Portable GrayMap (.pgm) picture back into a text file.
高级语言: C++
项目地址: git://github.com/dadul96/PortableGrayMapToText.git
创建时间: 2020-03-08T18:05:11Z
项目社区:https://github.com/dadul96/PortableGrayMapToText

开源协议:MIT License

下载


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