Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Log in or create an account to edit The Apple Wiki.

Dev:ImageIO.framework

From The Apple Wiki
ImageIO.framework
Public Framework
Available2.0 – present
Class PrefixCGImage

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