danielsada / img2pgm

đŸ’»Console app which converts an image to pgm (grayscale format) for machine learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img2pgm

Our image to pgm converter is perfect for transforming images to pgm files for machine learning.

We are still improving this software, but ideally it is a small tool for converting images to pgm.

Usage

Any Platform:

python img2pgm.py [-f|-u] input output

Usage example

Example:

python img2pgm.py -f wow.png wow.pgm For more examples and usage, please refer to the [Wiki][wiki].

Release History

  • 0.1.0
    • The first proper release
    • CHANGE: Rename foo() to bar()
  • 0.0.1
    • Work in progress

Meta

Your Name – @DanielSadaC – me@danielsada.mx

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/danielsada/img2pgm/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

đŸ’»Console app which converts an image to pgm (grayscale format) for machine learning.


Languages

Language:Python 100.0%