Home | History | Annotate | Download | only in coders

Lines Matching refs:image_height

2550     image_height,
2742 image_height = image_height_inch * resolution_y;
2765 ddata->scale_y = (image_height/bounding_height);
2771 ddata->scale_y = (-image_height/bounding_height);
2797 " Image size: %gx%g",image_width,image_height);
2848 image->rows=(unsigned long) ceil(image_height);