info.bounds.x1,info.bounds.y1);
(void) SetImageProperty(image,"ps:HiResBoundingBox",geometry,exception);
page.width=(size_t) ceil((double) ((info.bounds.x2-info.bounds.x1)*
- resolution.x/delta.x)-0.5);
+ MagickMax(resolution.x/delta.x,0.0))-0.5);
page.height=(size_t) ceil((double) ((info.bounds.y2-info.bounds.y1)*
- resolution.y/delta.y)-0.5);
+ MagickMax(resolution.y/delta.y,0.0))-0.5);
}
fitPage=MagickFalse;
option=GetImageOption(image_info,"eps:fit-page");