TestsTested | ✗ |
LangLanguage | C++C++ |
License | MIT |
ReleasedLast Release | Dec 2015 |
Maintained by Wil Gieseler, Greg Cotten.
Easily use some OpenImageIO magic in your Cocoa apps.
oiiococoa is available through CocoaPods, to install it simply add the following line to your Podfile:
pod 'oiiococoa', :head
It's pretty simple.
// Get the URL to an image file.
NSURL *file = [[NSBundle mainBundle] URLForResource:@"dlad_1920x1080" withExtension:@"dpx"];
// Load it up.
NSImage *image = [NSImage oiio_initWithContentsOfURL:file];
Wil Gieseler (wilg)
Greg Cotten (gregcotten)
oiiococoa is available under the MIT license.
License details and the licenses for dependencies are included in LICENSE.md.