#include "cinder/cocoa/CinderCocoaTouch.h"
#include "cinder/cocoa/CinderCocoa.h"
#import <UIKit/UIKit.h>
Namespaces | |
cinder | |
cinder::cocoa | |
Functions | |
Surface8u | cinder::cocoa::convertUiImage (UIImage *uiImage, bool assumeOwnership=false) |
Converts a UIImage* into a cinder::Surface8u If assumeOwnership the result will increment the retain count on construction and decrement it upon the its own destruction. More... | |
SafeUiImage | cinder::cocoa::createUiImage (const ImageSourceRef imageSource) |
void | cinder::cocoa::writeToSavedPhotosAlbum (const ImageSourceRef imageSource) |
Writes an image to the device's Photo Album. More... | |