Page 1 of 1

DrawImage with #PB_Image_Raw

Posted: Tue Aug 04, 2009 7:22 pm
by zxtunes.com
I have pixel screen 256x192 and need print this with max resolution (4800x6000).

IF use DrawImage that the picture turns out greased (smoothed) that for pixelart is not comprehensible.

I am compelled to do ImageResize (), but it slowly and eats a lot of memory (more 115Mb).

Posted: Wed Aug 05, 2009 11:55 am
by djes
Why would you want to send to the printer a bitmap this size? Why don't you send it vector graphics? All printers (or pilots) have a builtin rasteriser, it's why text are always perfectly printed, at the native printer resolution (far higher than screen!)... When you're using GDI (and postscript), this is automatic.