Hi Tobias, > I hope to have working PDF creation code ready by tomorrow. It already works > in general, it's just super wasteful (3.2 MB JPEG turns into a 117 MB PDF > since I haven't implemented image compression yet). And I didn't look into > color profiles yet. Oh, and it is hardcoded to only support a single page > with > a single image until now. I will ping you once I have something worth looking > at.
Great news! Indeed, the resulting PDF must be huge, that's also the case for the tiff. For the image we need to set the DPI to what the printer is expecting, that is for my Epson 3880 for example I must tag the TIFF with 360 DPI and use the correct number of pixels for a proper output. Is there something similar for the PDF? Or maybe not since it's a "page" oriented output... Anyway I'll look at your code. Note that for dt we use TIFF 16-bit before applying the printer color-profile to achieve best quality. -- Pascal Obry / Magny Les Hameaux (78) The best way to travel is by means of imagination http://v2p.fr.eu.org http://www.obry.net gpg --keyserver keys.gnupg.net --recv-key F949BD3B
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________ darktable-devel mailing list darktable-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/darktable-devel