View Single Post
Old 06-13-2019, 10:32 PM   #11
MarjaE
Guru
MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.
 
Posts: 940
Karma: 53902736
Join Date: Jun 2015
Device: multiple
One big difference is that I compress images with k2pdfopt, but due to various bugs, I no longer compress images with ghostscript. If image compression is the biggest difference, then

(1) I can compare the sizes of

(compressed) k2pdfopt -ui -mode copy -dev dx -o %_k2opt\ dx

with

(uncompressed) k2pdfopt -ui -mode copy -o %_k2opt\ copy

using the relative sizes as a rough proxy for the relative delays. But I've got some with a 4.0:1 ratio and no trouble, and others with a 2.4:1 ratio and freezes.

(2) I can use

(uncompressed) k2pdfopt -ui -mode copy -p 1-10 -o %_k2opt\ test

using the sizes as a rough proxy for the delays. But I've got some freeze-prone files at the 2.2 MB range and tolerably fast ones at 4.4 MB.
MarjaE is offline   Reply With Quote