atomicImage

photoshop_open_image

Open an image file as a new Photoshop document. Use when: user provides a file path to edit or no document is open yet. Do NOT use when: adding to an existing composite — use photoshop_place_image. Returns: document id, name, width, height. Preconditions: file must exist on disk. Side effects: opens document as active.

Parameters

NameTypeRequiredDescription
filePathstringyesFull path to the image file

Community recipes

Nothing here yet. Be the first to share one.

Share a recipe