Lines Matching full:image
15 #include <poppler-image.h>38 poppler::image image = renderer.render_page(page.get());40 if (!image.is_valid() || image.format() != poppler::image::format_argb32) {44 int width = image.width(), height = image.height();45 size_t rowSize = image.bytes_per_row();46 char *imgData = image.data();