This commit is contained in:
John Cupitt 2017-06-28 09:32:30 +01:00
parent 61d5ba7b58
commit 91e52f3d36

View File

@ -341,10 +341,10 @@ vips_foreign_load_pdf_generate( VipsRegion *or,
int y; int y;
/* /*
*/
printf( "vips_foreign_load_pdf_generate: " printf( "vips_foreign_load_pdf_generate: "
"left = %d, top = %d, width = %d, height = %d\n", "left = %d, top = %d, width = %d, height = %d\n",
r->left, r->top, r->width, r->height ); r->left, r->top, r->width, r->height );
*/
/* Poppler won't always paint the background. Use 255 (white) for the /* Poppler won't always paint the background. Use 255 (white) for the
* bg, PDFs generally assume a paper backgrocund colour. * bg, PDFs generally assume a paper backgrocund colour.