From ch-lisp at bobobeach.com Mon Sep 29 00:58:20 2008 From: ch-lisp at bobobeach.com (Cyrus Harmon) Date: Sun, 28 Sep 2008 17:58:20 -0700 Subject: [cl-typesetting-devel] make-image vs. make-jpeg-image in cl-typesetting Message-ID: <8CAA8030-F652-4320-83C8-6F028F38FC8F@bobobeach.com> In graphics.lisp/stroke there's a call to pdf:make-jpeg-image that could just as easily (and better yet) be call to pdf::make-image, which unfortunately isn't exported. This would allow me to embed PNGs in my pdfs. Any chance of seeing this changed to make-image and exporting make-image from cl-pdf? thanks, Cyrus