On 2013/08/01 17:49:51, vandebo wrote:
> Should this file be name SkPDFPopplerRasterizer.h ?
I actually intended this to be for rasterizing PDF files in general, where
interfaces for multiple backends could live (even though we only use poppler
currently)
3 *
4 * Use of this source code is governed by a BSD-style license that can be
On 2013/08/01 17:49:51, vandebo wrote:
> Should it take a page number as an argument?
The problem with that then becomes that the caller to this function doesn't know
how many pages there are total, so actually using the page argument becomes a
bit difficult.
This was also based off the Mac renderer interface, which had a hardcoded page 1
as well.
It also makes sense to rasterize a whole document, since for testing purposes,
we're concerned about whole-document accuracy. Though since (I think) no GMs
actually outputs multi-page PDFs, I don't think that code has been necessary so
far.
Issue 20220002: Add libpoppler PDF rasterizer
(Closed)
Created 7 years, 5 months ago by ducky
Modified 7 years, 4 months ago
Reviewers: vandebo (ex-Chrome), edisonn, djsollen1, bungeman-chromium, open-source-third-party-reviews_google.com, Lei Zhang
Base URL: https://skia.googlecode.com/svn/trunk
Comments: 135