11-12-2012 06:08 AM
Hello,
I want to create a .jpeg file to save a actual taken screenshot.
How can I create a .jpeg file to save it and take the actual timestamp as file path?
Here is my code.
I want to press the screenshot button and then save the screenshot to a jpeg file with the filename like the actual timestamp. C:\12.11.2012_11:45.jpeg
Can anybody help me?
Thx!!
11-12-2012 07:33 AM - edited 11-12-2012 07:35 AM
Is your screen shot working? Is your only problem building a file path? If so, look into the Build Path (in the File IO palette) and the Format Date/Time String (in the Timing palette).
EDIT: Looking at your code a little closer, I don't think you want to create the file in the first sequence frame. The save to jpg will do that for you. Also, you don't need the sequence structure. The error clusters are creating the data dependence for you.