image_getHeight    31 lib/python/image.h int image_getHeight(PyObject*image);
image_getHeight   608 lib/python/tags.c     ti->height = image_getHeight(image);
image_getHeight  1002 lib/python/tags.c     if(fi->stream->oheight != image_getHeight(image)) {
image_getHeight  1003 lib/python/tags.c 	PyErr_SetString(PyExc_Exception, setError("bad image width %d!=%d", image_getHeight(image), fi->stream->height));return 0;