initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/src/PDFDocument.cxx b/src/PDFDocument.cxx
index df5d75f..782f806 100644
--- a/src/PDFDocument.cxx
+++ b/src/PDFDocument.cxx
@@ -616,7 +616,7 @@ PDFDocument::renderPage (gint pageNum)
#if defined (HAVE_POPPLER_0_17_0)
cairo_surface_t *surface = cairo_image_surface_create_for_data (
renderedPage->getData (),
- CAIRO_FORMAT_RGB24, width, height,
+ CAIRO_FORMAT_ARGB32, width, height,
renderedPage->getRowStride ());
cairo_t *context = cairo_create (surface);
cairo_save(context);