image_get_dimension 2575 src/image.c int desired_width = image_get_dimension (img, QCwidth), max_width; image_get_dimension 2577 src/image.c max_width = image_get_dimension (img, QCmax_width); image_get_dimension 2585 src/image.c int desired_height = image_get_dimension (img, QCheight), max_height; image_get_dimension 2587 src/image.c max_height = image_get_dimension (img, QCmax_height);