functions
edit functions on GitHub
bool ofLoadImage(ofPixels &pix, string path)
bool ofLoadImage(ofPixels &pix, const ofBuffer &buffer)
bool ofLoadImage(ofTexture &tex, string path)
bool ofLoadImage(ofTexture &tex, const ofBuffer &buffer)
void ofSaveImage(ofPixels &pix, string path, ofImageQualityType qualityLevel=OF_IMAGE_QUALITY_BEST)