[Gimp-developer] Bicubic scaling routines in GIMP

2004-08-16 Thread Michael Thaler
Dear GIMP developers, I want to implement a bicubic scaling routine for Krita, a painting and image processing application for KDE. As a proof of concept I coded a bilinear scaling routine this morning which does work quite well if the scale factor is not too small or too large (e.g. in the

Re: [Gimp-developer] Bicubic scaling routines in GIMP

2004-08-16 Thread Simon Budig
Michael Thaler ([EMAIL PROTECTED]) wrote: As a long-time GIMP user, I know that the GIMP scaling algorithms are really good and I would like to have a look on the algorithms and maybe use them for scaling in Krita. I looked at the GIMP source code but I could not find the relevant parts of