[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] hq3x magnification algorithm



"hq3x" is the name of a very cool algorithm for enlarging low-color (cartoonish) low-resolution images.

Check out this link: http://www.hiend3d.com/hq3x.html

I think it would be pretty nifty to implement this in pygame...but I really know nothing at all about linking C or ASM code with Python. Does anyone have an opinion (educated or otherwise) on how difficult it would be to integrate these two?

-Eric