Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C++ Image Handling

Name: Anonymous 2009-05-11 16:00

How do I display images in C++?

Name: Anonymous 2009-05-11 16:20

imagestream s;
image<RGBA> i("image.bmp");
i.x = 100 = i.y = 100;
s << image;
dout << s;

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List