Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
AppleJPEG.framework - iPhone Development Wiki

AppleJPEG.framework

From iPhone Development Wiki
Revision as of 14:42, 26 December 2009 by KennyTM~ (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 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 –