I mean resources as in books/articles/tutorials, but >>2 is a good project.
Name:
Anonymous2010-05-12 13:11
Do you have the basics of how images are stored and processed down? By that, I mean, can you parse and read in a jpg or a PNG?
If not, I recommend reading up on the PNG library, since the library allows you to access the information in an uncompressed format fairly easily, and being bitmap it doesn't force lossy compression into an image, so you have less noise issues to worry about.