ofxiPhoneImagePicker

ofxiPhoneImagePicker methods

ofxiPhoneImagePicker()

ofxiPhoneImagePicker::ofxiPhoneImagePicker()

~ofxiPhoneImagePicker()

ofxiPhoneImagePicker::~ofxiPhoneImagePicker()

openCamera(...)

bool ofxiPhoneImagePicker::openCamera(int camera=0)

openLibrary()

bool ofxiPhoneImagePicker::openLibrary()

openSavedPhotos()

bool ofxiPhoneImagePicker::openSavedPhotos()

setMaxDimension(...)

void ofxiPhoneImagePicker::setMaxDimension(int _maxDimension)

getOrientation()

int ofxiPhoneImagePicker::getOrientation()

saveImage()

void ofxiPhoneImagePicker::saveImage()

loadPixels()

void ofxiPhoneImagePicker::loadPixels()

ofxiPhoneImagePicker variables

bool cameraIsAvailable

bool ofxiPhoneImagePicker::cameraIsAvailable

bool photoLibraryIsAvailable

bool ofxiPhoneImagePicker::photoLibraryIsAvailable

bool savedPhotosIsAvailable

bool ofxiPhoneImagePicker::savedPhotosIsAvailable

bool imageUpdated

bool ofxiPhoneImagePicker::imageUpdated

int width

int ofxiPhoneImagePicker::width

int height

int ofxiPhoneImagePicker::height

int type

int ofxiPhoneImagePicker::type

int glType

int ofxiPhoneImagePicker::glType

int texType

int ofxiPhoneImagePicker::texType

int bpp

int ofxiPhoneImagePicker::bpp

bool pixelsAllocated

bool ofxiPhoneImagePicker::pixelsAllocated

int maxDimension

int ofxiPhoneImagePicker::maxDimension

unsigned char * pixels

unsigned char * ofxiPhoneImagePicker::pixels