AppleJPEG.framework: Difference between revisions

From iPhone Development Wiki
m (Created page with '{{infobox Framework | vis = Private | since = 2.0 | classID = JPEG }} '''AppleJPEG''' is a private framework providing function to decode and transform JPEG data. Usually {{ObjcC…')
 
m (fix wrong word)
 
Line 4: Line 4:
| classID = JPEG
| classID = JPEG
}}
}}
'''AppleJPEG''' is a private framework providing function to decode and transform JPEG data. Usually {{ObjcCall|UIImage|imageWithData:|ClassMethod=1}} is suffice.  
'''AppleJPEG''' is a private framework providing function to decode and transform JPEG data. Usually {{ObjcCall|UIImage|imageWithData:|ClassMethod=1}} is sufficient.


== Functions ==
== Functions ==

Latest revision as of 17:05, 13 February 2016

AppleJPEG.framework
Private Framework
Availabile 2.0 – present
Class Prefix JPEG
Headers [headers.cynder.me]

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 –