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
ImageIO.framework: Difference between revisions - iPhone Development Wiki

ImageIO.framework: Difference between revisions

From iPhone Development Wiki
m (Created page with '{{infobox Framework | vis = Private | since = 2.0 | classID = CGImage }} The '''ImageIO''' framework is a direct port of the Mac OS X's equivalent, except that it is private on …')
 
(+ fixes)
Line 5: Line 5:
}}
}}


The '''ImageIO''' framework is a direct port of the Mac OS X's equivalent, except that it is private on the iPhoneOS. Usage of this framework is clearly illustrated in this official reference:
The '''ImageIO''' framework is a direct port of the Mac OS X's equivalent, except that it is private on the iPhoneOS. Usage of this framework is clearly illustrated in this [http://developer.apple.com/graphicsimaging/workingwithimageio.html official reference]. Usually, it is unnecessary to use these functions, as {{fwlink|UIKit}}'s [[UIImage]] can read most of the formats.
* [http://developer.apple.com/graphicsimaging/workingwithimageio.html Using the ImageIO framework with Mac OS X 10.4 Tiger]
 
Usually you don't need to use these functions, as {{fwlink|UIKit}}'s [[UIImage]] can read most of the formats.


{{Navbox Frameworks}}
{{Navbox Frameworks}}

Revision as of 06:52, 21 January 2014

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


The ImageIO framework is a direct port of the Mac OS X's equivalent, except that it is private on the iPhoneOS. Usage of this framework is clearly illustrated in this official reference. Usually, it is unnecessary to use these functions, as UIKit's UIImage can read most of the formats.