add a note about pdfium minimise
This commit is contained in:
parent
f98adc1a0a
commit
be7c1404c3
@ -39,6 +39,8 @@
|
|||||||
|
|
||||||
/* TODO
|
/* TODO
|
||||||
*
|
*
|
||||||
|
* - needs the reopen-after-minimise system that pdfload has, but we'll need
|
||||||
|
* to be able to actually build and test this before we can do that
|
||||||
* - what about filename encodings
|
* - what about filename encodings
|
||||||
* - need to test on Windows
|
* - need to test on Windows
|
||||||
*/
|
*/
|
||||||
|
@ -366,6 +366,7 @@ static void
|
|||||||
vips_foreign_load_pdf_minimise( VipsObject *object, VipsForeignLoadPdf *pdf )
|
vips_foreign_load_pdf_minimise( VipsObject *object, VipsForeignLoadPdf *pdf )
|
||||||
{
|
{
|
||||||
VipsForeignLoadPdfClass *class = VIPS_FOREIGN_LOAD_PDF_GET_CLASS( pdf );
|
VipsForeignLoadPdfClass *class = VIPS_FOREIGN_LOAD_PDF_GET_CLASS( pdf );
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
printf( "vips_foreign_load_pdf_minimise: %p\n", pdf );
|
printf( "vips_foreign_load_pdf_minimise: %p\n", pdf );
|
||||||
#endif /*DEBUG*/
|
#endif /*DEBUG*/
|
||||||
|
Loading…
Reference in New Issue
Block a user