]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
add pagenumber parameter
authorchrysn <chrysn@fsfe.org>
Mon, 7 Apr 2014 09:32:25 +0000 (11:32 +0200)
committerchrysn <chrysn@fsfe.org>
Mon, 7 Apr 2014 09:32:25 +0000 (11:32 +0200)
this allows picking a page from a pdf. also, this enhances performance
greatly when rendering pdfs, as only the first page is rasterized.
(otherwise, imagemagick would treat the pdf as a list of images, work
with all of them, until finally only the first page gets saved). the
default parameter of 0 will select the single image contained in typical
image files anyway, so no specialcasing between single- and multifile
containers is needed.


No differences found