https://codereview.appspot.com/567530052/diff/549980043/scripts/build/output-distance.py
File scripts/build/output-distance.py (right):

https://codereview.appspot.com/567530052/diff/549980043/scripts/build/output-distance.py#newcode739
scripts/build/output-distance.py:739: ' -sDEVICE=png16m'
you might want to remove this and instead use -dNODISPLAY; interesting
that png16m doesn't force you to specify an output file, pdfwrite
does...

and I'd reorder the invocation to have the "generic" options -q
-dNOPAUSE -dNOSAFER -dEPSCrop at the beginning; IMHO this makes it much
easier to reason about the invocation

https://codereview.appspot.com/567530052/

Reply via email to