This commit is contained in:
John Cupitt 2017-06-28 09:32:30 +01:00
parent 61d5ba7b58
commit 91e52f3d36
1 changed files with 1 additions and 1 deletions

View File

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