Game Development Community

Shrinking screenshot size

by Keith Johnston · in Torque Game Engine · 01/04/2004 (1:13 pm) · 1 replies

Does anyone have a good way to take a screenshot but have it write out as a smaller image than the actual screen size? I'm looking at possibly using the GD graphics library to shrink the PNG down, but it seems like there should be a trick to use OpenGL to do this.

Thanks,
Keith

#1
01/04/2004 (1:44 pm)
Hm looks like glCopyTexImage2D will do the trick...