wxImage filters

Aleksey Kapkaev at yandex.ru
Wed Nov 1 12:36:56 PST 2006


Hi!
In wxWidgets 2.7.1 new wxImage filters apears: BLOCK and BICUBIC
There is not so good filters. Much better: Lanczos for downsampling
and Mitchell for upsampling.
I use wxPython, and have to use PIL (Python Image Library) because
it has Lanczos filter. And interesting, this filter works about 1.5 quicker
then wxImage BLOCK and BICUBIC.
ImageMagick uses Lanczos and Mitchell filters - may be You can
give this filters from ImageMagick?




More information about the wx-dev mailing list