UIImage-NetPGM UIImage category to open PGM image format Supports only 'P5' type (binary, .pgm extension) for now. Usage: UIImage *image = [UIImage imageFromPgmFilePath:path];