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