Adobe Photoshop · Arazzo Workflow
Adobe Photoshop Create Document and Render
Version 1.0.0
Create a new PSD from dimensions and layers, then render it to a flat image.
View Spec
View on GitHub
AI/MLCreative CloudImage EditingPhotoshopPluginsREST APIScriptingArazzoWorkflows
Provider
Workflows
document-create-and-render
Create a PSD with layers and render a flat image from it.
Submits a document creation job with a document specification and layers, polls until the PSD is written, then renders that PSD to a flat image and polls the rendition job to completion.
1
submitCreateDocument
createDocument
Create the PSD with the requested canvas specification, an image layer carrying the supplied artwork, and a text layer carrying the headline.
2
awaitCreateDocument
getPsdJobStatus
Poll the PSD service status endpoint until the document creation job completes. The submit call returns the absolute status URL in _links.self.href; the jobId this operation requires is the final path segment of that URL, so a runner takes that segment from statusHref before issuing the request.
3
submitRendition
createRendition
Render the newly created PSD to a flat JPEG sized to the document width.
4
awaitRendition
getPsdJobStatus
Poll until the rendition job reports succeeded and the flat image has been written to the output URL.