ofImage

ofImage functions

ofLoadImage(...)

bool ofLoadImage(ofPixels &pix, string path)

ofLoadImage(...)

bool ofLoadImage(ofPixels &pix, const ofBuffer &buffer)

ofLoadImage(...)

bool ofLoadImage(ofTexture &tex, string path)

ofLoadImage(...)

bool ofLoadImage(ofTexture &tex, const ofBuffer &buffer)

ofSaveImage(...)

void ofSaveImage(ofPixels &pix, string path, ofImageQualityType qualityLevel=OF_IMAGE_QUALITY_BEST)