Super Simple Image Manipulation

Hey guys, all that I need is a very simple image manipulation library that will let me save an image file, and write pixels too it.

Thanks for the help. :)

I am looking for something like this:
1
2
3
4
loadImage("image.bmp");
//x and y are the coordinates of the pixel in the image.
//The following numbers are the RGB value of the pixel.
setPixel[x][y]=[0,0,0];
Google says "Devil library". Completely off topic.
Topic archived. No new replies allowed.