image_getWidth     30 lib/python/image.h int image_getWidth(PyObject*image);
image_getWidth    607 lib/python/tags.c     ti->width = image_getWidth(image);
image_getWidth    999 lib/python/tags.c     if(fi->stream->owidth != image_getWidth(image)) {
image_getWidth   1000 lib/python/tags.c 	PyErr_SetString(PyExc_Exception, setError("bad image width %d!=%d", image_getWidth(image), fi->stream->width));return 0;