PyErr_SetString(PyExc_TypeError,"saveAsJPEG expects a string and a unsigned 8-bit int");
PyErr_SetString(PyExc_TypeError,"PtLoadJPEGFromDisk expects a string and two unsigned shorts");
PYTHON_RETURN_ERROR;
}
}
PYTHON_GLOBAL_METHOD_DEFINITION(PtLoadPNGFromDisk,args,"Params: filename,width,height\nThe image will be resized to fit the width and height arguments. Set to 0 if resizing is not desired.\nReturns a pyImage of the specified file.")