Hi! I am a noob in Photoshop scripting and i'm asking Gemini for help in starting, however, gemini is not perfect. I believe it has an outdated datasource when creating a new document.
It tells me to use
, with my values of width, height and resolution being: 900px, 13000px and 300. However i end up with this screen when I run the script (image below), as you see, width and height are nowhere near the actual width and height. My guess is that the function has been updated and adds new arguments, but I haven't been able to find the new arguments needed. Any help?
It tells me to use
Code:
app.documents.add(width, height, resolution, name);