tweak popperload tile size
to make it big enough for an A4 page at 300dpi
This commit is contained in:
parent
f4a3c7eb54
commit
f4cd55ddf5
@ -78,8 +78,11 @@
|
|||||||
|
|
||||||
/* Render PDFs with tiles this size. They need to be pretty big to limit
|
/* Render PDFs with tiles this size. They need to be pretty big to limit
|
||||||
* overcomputation.
|
* overcomputation.
|
||||||
|
*
|
||||||
|
* An A4 page at 300dpi is 3508 pixels, so this should be enough to prevent
|
||||||
|
* most rerendering.
|
||||||
*/
|
*/
|
||||||
#define TILE_SIZE (2000)
|
#define TILE_SIZE (4000)
|
||||||
|
|
||||||
#define VIPS_TYPE_FOREIGN_LOAD_PDF (vips_foreign_load_pdf_get_type())
|
#define VIPS_TYPE_FOREIGN_LOAD_PDF (vips_foreign_load_pdf_get_type())
|
||||||
#define VIPS_FOREIGN_LOAD_PDF( obj ) \
|
#define VIPS_FOREIGN_LOAD_PDF( obj ) \
|
||||||
|
Loading…
Reference in New Issue
Block a user