Skip to content

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

Notifications You must be signed in to change notification settings

danielsada/img2pgm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages