saveFrameToPng() Save a Single Frame as an Image
app.project.item.saveFrameToPng(time, fileObject)
Description
Saves a single frame of a composition as a PNG image.
Parameters
time: The time in the composition, in seconds.
fileObject: The file object specifying where the image will be saved.
Example
Save the frame at 1 second of the currently active composition to the desktop:
app.project.activeItem.saveFrameToPng(1, File("~/Desktop/1.png"));
saveFrameToPng() Save a Single Frame as an Image
app.project.item.saveFrameToPng(time, fileObject)Description
Saves a single frame of a composition as a PNG image.
Parameters
time: The time in the composition, in seconds.fileObject: The file object specifying where the image will be saved.Example
Save the frame at 1 second of the currently active composition to the desktop: