Hi everyone!
I looking for FAST library (the best with hardware acceleration) for manipulation on 2D graphic (load image, change value of pixels, change all R/G/B layer from one image to another, save, show effects).
I work with Visual Studio 2008/2010 IDE, and programing in C++ so I need lib worked with that. I have experience with SDL, and allegro. I think that SDL is a bit slow, allegro isn't good idea for this kind of thing.
I need also GUI lib, which will work with this graphic lib (I used SDL_GUI, but I couldn't find good tutorials for that and my program looked bad).
I thought about SDL + MFC, but their are problem with this couple, so maybe SDL+WxWindows, but in this option's still is speed problem. Direct2D is quite new and a can't find good tutorial. I reed also about graphicsmagic API - but i didn't find a lot about GUI which cooperate with GM's API.
I will be grateful for each answer! Regards!