pouët.net

Writing PNG's in partial bits on weak hardware in C#

category: code [glöplog]
I think it's been suggested before but, if you can do HTML, you could render all your slices independantly and put them together in html
<img/><br/>
<img/><br/>
<img/><br/>
it's not elegant but if all you want to do is print it, it's enough.

(If you want selectable text and don't care for the layout, putting the text as text in the html would indeed be better.)
added on the 2012-12-19 19:37:24 by BarZoule BarZoule
Any reason to use such a high resolution? 300dpi is not perfect, but it is definitely good I believe for normal scenarios. I believe you are using something around 480dpi, that is around 2.5 times more pixels than 300dpi.
added on the 2012-12-20 04:48:43 by texel texel

login