image_get_dimension 2396 src/image.c      int desired_width = image_get_dimension (img, QCwidth), max_width;
image_get_dimension 2398 src/image.c        max_width = image_get_dimension (img, QCmax_width);
image_get_dimension 2406 src/image.c      int desired_height = image_get_dimension (img, QCheight), max_height;
image_get_dimension 2408 src/image.c        max_height = image_get_dimension (img, QCmax_height);