Anyone know of any suitable libs?
--
VH
Have you tried Boost.GIL ? It is a header-only part of Boost that allows
importing png and jpg (provided you have libpng and libjpg installed).
The learning curve is a bit harsh but the examples should get you
started quickly for something so simple.
I have used it to generated images from topographic raw data and it
worked like a charm. A very powerful and well abstracted lib IMHO even
if the semantic is verbose and promote template programming rather than
plain use.
--
Michael