I have some TIF files which are CMYK with embedded ICC profiles.
Q1) does Prince care if graphics are CMYK or RGB encoded? Does one give a better result?
Q2) does Prince preserve graphic's ICC profiles and incorporate them into the PDF or do they get discarded?
Q3) Concerning handling of tif and jpg files. Prince renders the following xhtml file into pdf
<html>
<body>
<img style="width: 100%;" src="earache_04.tif"/>
</body>
</html>
using a 957x816 4MB TIF into a 476KB PDF
Prince renders the following xhtml file into pdf
<html>
<body>
<img style="width: 100%;" src="earache_04.jpg"/>
</body>
</html>
using a dimensions 957x816 99KB JPG into a 641KB PDF.
So using a 30x smaller JPG results in a 1.5 times file size increase in the resultant pdf.
Could you please assist me in understanding how graphic embedding works in Prince/ PDF?
Thanks
David
Q1) does Prince care if graphics are CMYK or RGB encoded? Does one give a better result?
Q2) does Prince preserve graphic's ICC profiles and incorporate them into the PDF or do they get discarded?
Q3) Concerning handling of tif and jpg files. Prince renders the following xhtml file into pdf
<html>
<body>
<img style="width: 100%;" src="earache_04.tif"/>
</body>
</html>
using a 957x816 4MB TIF into a 476KB PDF
Prince renders the following xhtml file into pdf
<html>
<body>
<img style="width: 100%;" src="earache_04.jpg"/>
</body>
</html>
using a dimensions 957x816 99KB JPG into a 641KB PDF.
So using a 30x smaller JPG results in a 1.5 times file size increase in the resultant pdf.
Could you please assist me in understanding how graphic embedding works in Prince/ PDF?
Thanks
David