Version: 1.0

Posted: 2009-07-01

Build Requirements: Mac OS X v10.6 Xcode v3.2

Runtime Requirements: Mac OS X v10.6

View Source Code:

Download Sample Code (“From_A_View_To_A_Picture.zip”, 1.28M)



Description

This application demonstrates hardware accelerated method of taking a view snapshot and saving the results as image files.

The contents are 3D animated objects generated using OpenGL, and captured as a snapshot using pixel buffer objects. The images can then be saved as tiff, pdf, bmp, pict, png, gif, jpeg, or jp2 files using Image I/O. The application also manages and stores properties of OpenGL shader uniforms as well as image file authoring preferences.

Document Revision History

Date Notes
2009-07-01Demonstrates hardware accelerated technique of taking a view snapshot and authoring them using Image I/O.