Dev:AppleJPEG.framework

From The Apple Wiki
AppleJPEG.framework
Private Framework
Availabile2.0 – present
Class PrefixJPEG

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

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 –