DrawImage with #PB_Image_Raw

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
zxtunes.com
Enthusiast
Enthusiast
Posts: 375
Joined: Wed Apr 23, 2008 7:51 am
Location: Saint-Petersburg, Russia
Contact:

DrawImage with #PB_Image_Raw

Post 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).
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Post 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.
Post Reply