Pixmap Resize

BlitzMax Forums/BlitzMax Programming/Pixmap Resize

jsp(Posted 2012) [#1]
Does someone have a better algo/function than the built in pixmap.resize method which has a bit low quality?

I like to resize (downscale) pixmaps from 1500x1500 to approx. 150x150 pixel or lower.
Unfortunately bah.FreeImage is huge and I would like to avoid it for this task although the quality is just nice.
Also DrawImage and GrabImage is not really an option.

Is there may another module which offers this functionality, but is a lot smaller?