From: chrysn Date: Mon, 7 Apr 2014 09:32:25 +0000 (+0200) Subject: add pagenumber parameter X-Git-Tag: 3.20140916~41^2~9 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/bcc209eb5acd26e3751c5869cd5c1ebe66b0bf03?hp=bcc209eb5acd26e3751c5869cd5c1ebe66b0bf03 add pagenumber parameter 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. ---