Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 255 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 255 Bytes

UIImage-NetPGM

UIImage category to open PGM image format

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

Usage:

UIImage *image = [UIImage imageFromPgmFilePath:path];