Page 1 of 1

smooth ResizeImage() - Which algorithmus ?

Posted: Fri May 28, 2010 8:04 pm
by c4s
Using ResizeImage() with the #PB_Image_Smooth mode which algorithmus is used then?

The help file doesn't have much information on this...

Re: smooth ResizeImage() - Which algorithmus ?

Posted: Sun May 30, 2010 3:30 pm
by c4s
Through comparisons I've found out that it has to be "(sharpened) bicubic".
At least on Windows XP. I don't know what role GDI plays here or is it something custom? Please enlighten me.

By the way: Will more methods come in future releases?