Reading a pngWould you suggest using a Bitmap? http://msdn.microsoft.com/en-us/library/system.drawing.bitmap.a...
Reading a pngDoes anyone know how to read a png file into an int array of its pixels? I've come from Java and the...
Question about classesIn the following code I have the constructor which saves certain values to the class variables. I've...
Compiling allegroI'm trying to compile a program I've just made with allegro with Dev-Cpp. At the moment I've linked ...
Memory issueI've just added destroy_bitmap(buffer) on line 28. It seems to have sorted the problem, but will thi...