mdbloice / Augmentor

Image augmentation library in Python for machine learning.
https://augmentor.readthedocs.io/en/stable
MIT License
5.08k stars 866 forks source link

PGM images #167

Closed ghost closed 5 years ago

ghost commented 5 years ago

Augmentor.Pipeline() can not detect pgm images. But PIL.Image is able to read the images.

mdbloice commented 5 years ago

Hi @jahongir7174, thanks I was totally unaware of that format, if PIL can read it then it is an easy fix in the code for Augmentor to support it. I'll make that change for the next version. M.