/UIImage-NetPGM

UIImage category to open PGM image format

Primary LanguageObjective-C

UIImage-NetPGM

UIImage category to open PGM image format

Supports only 'P5' type (binary, .pgm extension) for now.

Usage:

UIImage *image = [UIImage imageFromPgmFilePath:path];