ofPixelUtils
ofPixelUtils methods
cropFromTo(...)
void ofPixelUtils::cropFromTo(ofPixels &frompix, ofPixels &topix, int x, int y, int width, int height)
resize(...)
bool ofPixelUtils::resize(ofPixels &pix, int dstWidth, int dstHeight, ofInterpolationMethod interpMethod=OF_INTERPOLATE_NEAREST_NEIGHBOR)
resize(...)
bool ofPixelUtils::resize(ofPixels &pix, ofPixels &dst, ofInterpolationMethod interpMethod=OF_INTERPOLATE_NEAREST_NEIGHBOR)
