how does IOS decode an image(JPEG or PNG) by CGImage ? Is this the most efficient way? -


We image an image (JPEG / PNG) in bitmap on iOS, generally, decoded by CGImage . Now I want to know whether it is the most efficient way to decode an image?

Or can anyone tell me that any API for us to decode an image by itself on iOS?

You can use to decode PNG files, but I do not know how much more Will be efficient. Apart from this you will not be able to use it with UIKit without making UI or CGI image, so what's the matter?

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -