examples/input_output/imageSaverExample/README.md
This openFrameworks Example is designed to demonstrate how to save a screenshot of a specific area of your output screen.
In this example, pay attention to the following code:
ofImage imgimg.grabScreen(x, y, width, height) img.save("INSERT FILE NAME HERE") img.draw(x, y, width, height) When launching this app, you should see:
Instructions for use:
This Example uses no additional classes.