Question

Heads starting to hurt. I think I dropped into this too fast... Perhaps someone could help me visualize how these (excluding OpenGL ES) high level drawing libraries fit together - or point me to some high level docs. For example I see "context" and "view" used interchangeably in some cases but a view has one (only one?) context while a context doesn't have a view?!?

Nothing too elaborate just need help visualizing their differences and their boundaries (when to use one as opposed to the other).

Was it helpful?

Solution

Here's a document with a graphic showing the relationship between these technologies, and an explination of contexts:

It's under the "Core Image Programming Guide" overview if the link breaks again.

http://developer.apple.com/mac/library/documentation/GraphicsImaging/Conceptual/CoreImaging/ci_concepts/ci_concepts.html#//apple_ref/doc/uid/TP30001185-CH202-TPXREF101

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top