https://bugzilla.wikimedia.org/show_bug.cgi?id=36580

--- Comment #3 from Marcin Cieślak <marcin.cies...@gmail.com> 2012-05-07 
14:47:33 UTC ---
Looks like we are doing

gs -sDEVICE=jpeg -sOutputFile=- -dFirstPage={$page} -dLastPage={$page}
  -r{$wgPdfHandlerDpi} -dBATCH -dNOPAUSE -q <sourcefile> | convert -depth 8
-resize ${width} - 

We could probably do better (get rid of convert and optimize gs JPEG output a
bit)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to