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).
DrawImage with #PB_Image_Raw
- zxtunes.com
- Enthusiast
- Posts: 375
- Joined: Wed Apr 23, 2008 7:51 am
- Location: Saint-Petersburg, Russia
- Contact:
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.