Any suggestions for a simple C++ library I can use to create an image to a specified size, with either a fixed rgb colour value or ideally supporting gradients.
Needs to work on Windows and ideally but not required to work on OS X as well.
I've found Cairo, but just wondered if there was anything else as it seems quite simple what I require.