AppleJPEG.framework

From iPhone Development Wiki

Jump to: navigation, search
AppleJPEG.framework
Private Framework
Available Since 2.0
Class Prefix JPEG

AppleJPEG is a private framework providing function to decode and transform JPEG data. Usually +[UIImage imageWithData:] is suffice.

Functions

Signature CGImageRef JPEGCreateCGImageRefFromCFData(CFDataRef jpegData, CFDictionaryRef options);
Available in 2.0 –
Signature CGImageRef JPEGCreateCGImageRefFromCFDataGeneric(CFDataRef jpegData, CFDictionaryRef options, Boolean isYUVS);
Available in 3.0 –

Personal tools