try withou;compession

main
Matthew Butterick 5 years ago
parent 15ab49c740
commit 29f63be3e6

@ -10,6 +10,6 @@
(displayln (path->string name))
(check-pdfs-equal? (time (parameterize ([quadwriter-test-mode #t]
[current-output-port (open-output-nowhere)])
(render-pdf (dynamic-require test-path 'doc) pdf-path test-path)
(render-pdf (dynamic-require test-path 'doc) pdf-path test-path #:compress #false)
pdf-path))
(test-pdf-name test-path)))

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -6,4 +6,4 @@
(define-values (dir name _) (split-path test-path))
(displayln (path->string name))
(time (parameterize ([quadwriter-test-mode #t])
(render-pdf (dynamic-require test-path 'doc) (test-pdf-name test-path) test-path))))
(render-pdf (dynamic-require test-path 'doc) (test-pdf-name test-path) test-path #:compress #false))))
Loading…
Cancel
Save