An open API service indexing awesome lists of open source software.

https://github.com/nextfaze/jng-image

JNG image reader for iOS
https://github.com/nextfaze/jng-image

Last synced: 10 months ago
JSON representation

JNG image reader for iOS

Awesome Lists containing this project

README

          

= JNGImage

https://github.com/2moro/jng-image

== DESCRIPTION

JNGImage reads images in JNG format, and converts them to a UIImage.

- http://en.wikipedia.org/wiki/JPEG_Network_Graphics
- http://www.libpng.org/pub/mng/spec/jng.html

== SYNOPSIS

#import "JNGImage.h"

...
JNGImage *jng = [JNGImage imageNamed:@"filename.jng"];
UIImage *img = [jng image];