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
- Host: GitHub
- URL: https://github.com/nextfaze/jng-image
- Owner: NextFaze
- Created: 2010-12-02T13:04:47.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-05T23:26:07.000Z (over 15 years ago)
- Last Synced: 2025-06-25T18:47:15.454Z (about 1 year ago)
- Language: C
- Homepage: https://github.com/2moro/jng-image
- Size: 724 KB
- Stars: 4
- Watchers: 19
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
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];