Where can I get this code (as I am interested in implementing it into my browser)?
Thanks, Donald "Logan Shaw" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Paul Reger wrote: > > Is there a way to stretch or squeeze a bitmap with 'good' quality results? > > > > On Microsoft, there is something called StretchBLT() that I believe supports this. > > > > I believe I need a 3,5,7 Tap Filter. Does anyone know where I can get one of these? > > When we needed to shrink or grow bitmaps by arbitrary amounts, I found some > old public domain code on the net and ported it to the Palm. It takes one > BitmapRsrc bitmap as input and creates another of the desired size. > > It wasn't extremely difficult, but it was definitely time-consuming. I > ended up making a PNO version of it because doing all that in emulated > 68k code is just too slow, which made it more time-consuming. > > - Logan > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
