Creating an automation plugin and selling batches of runs
Adobe Creative Cloud Developer Forums » Photoshop
by Dan
3d ago
Hello! A client has asked me to develop an automation plugin for use in Photoshop. I’ve done lots of automation work but this will be my first PS Plugin. The actual plugin is not a problem – but I am not sure where to start with setting up a protected licensing system where they pay-per-run. I would like to let them purchase batches of, say, 100, or 1,000 runs of the plugin. (I may implement an option to run for free with watermarks or something like that.) Does anyone have a boilerplate or a tutorial or a starting point to implement this? The plugin would have a thing that says “You have x ru ..read more
Visit website
Inputs and Vue3. Troubles with v-model, event.target.value
Adobe Creative Cloud Developer Forums » Photoshop
by blackRGB
3d ago
Help me please! How to work with inputs in Vue3, with reactivity? v-model - not work, event.target.value - undefined I’m try to refactor my CEP panel with new technology, but I encounter UXP flaws again and again. How do you guys work with this? Or am I missing something? 2 posts - 2 participants Read full topic ..read more
Visit website
Big problem: When using Ai Masking in Camera raw filter
Adobe Creative Cloud Developer Forums » Photoshop
by HimagenesPrint
3d ago
The code generated by Alchemist does have the same problem-error as when creating an action in Photoshop. When it is invoked with a new image, the mask comes with the parameter of the old created image and does not update to the new image. This is a big problem. 4 posts - 4 participants Read full topic ..read more
Visit website
Save and open cloud document (psdc)
Adobe Creative Cloud Developer Forums » Photoshop
by sttk3
6d ago
Is it possible to do the following using Photoshop and UXP? Create a new document and save it as a cloud document Open a cloud document that a user owns, specifying it by name 1 post - 1 participant Read full topic ..read more
Visit website
Strange behaviour in photoshopActions REST API
Adobe Creative Cloud Developer Forums » Photoshop
by karanag
1w ago
Hello, I’m encountering an issue when trying to execute a custom Photoshop action through the Adobe Photoshop API. My action set is named Merge, and it contains a single action named Merge Layer. When I specify the actionName as "string" in my payload, the code executes without errors, and the output file is uploaded to my S3 bucket, but the action does not seem to be applied. However, if I change actionName to the exact name of my action, "Merge Layer", the code fails to execute - no file gets uploaded, and I receive no specific error message from the API. Here’s the relevant part of my code ..read more
Visit website
Prompt/alert no longer working?
Adobe Creative Cloud Developer Forums » Photoshop
by samg
1w ago
Hi all. I have noticed since updating to the 25.6.0 release of Photoshop (and possibly earlier than that as well) that prompts and alerts are no longer working. Wondering if anyone has run into this issue or has possible alternatives/solutions? 5 posts - 2 participants Read full topic ..read more
Visit website
JSDoc for "uxp".storage.localFileSystem functions
Adobe Creative Cloud Developer Forums » Photoshop
by harmonjeff
1w ago
I have been trying to figure out how I can get VSCode to show me the JSDoc for “uxp”.storage.localFileSystem functions. Right now I have: const lfs = require('uxp').storage.localFileSystem; which allows me to make calls to get files/folders using something like: const folder = await lfs.getFolder() Floating over the getFolder in that code just shows “Any” right now. Do those functions have JSDoc? 3 posts - 2 participants Read full topic ..read more
Visit website
Photomerge two documents with API
Adobe Creative Cloud Developer Forums » Photoshop
by karanag
1w ago
Hi, I read the documentation and I know it is explicitly mentioned that working with multiple documents is not supported currently. But usually, when things are not natively supported - there are some workarounds and I was wondering if there is any workaround for this? I just want to automate a process where I can pass in two images via API and get a single photomerged image back. Any way this could be possible? 1 post - 1 participant Read full topic ..read more
Visit website
Confused about PathItems output with BatchPlay and DOM
Adobe Creative Cloud Developer Forums » Photoshop
by kritskiy
1w ago
Hello, I’m trying to log a path I made. Initially those were 2 subpaths with 4 points each, I deleted 1 point in the lower subpath: I would expect those to become 3 subpaths. However if I log it via DOM here’s what I’m getting: app.activeDocument.pathItems[0].subPathItems.forEach(el => { console.log(Array.from(el.pathPoints)); }) (4) [PathPoint, PathPoint, PathPoint, PathPoint] (2) [PathPoint, PathPoint] // the third point is missing completely? If I try to get the path via BatchPlay, the object contains two pathComponent-s, and the second path component has two subpathListKey-s, one ..read more
Visit website
Is --uxp-host-text-color not available in React?
Adobe Creative Cloud Developer Forums » Photoshop
by harmonjeff
1w ago
In my React plugin I have a style sheet where I am trying to make sure my border color is theme aware. Using the “–uxp-host-text-color” that is supposed to be available doesn’t seem to be found. While debugging it looks like the only variables set are: –uxp-host-font-size: 13px; –uxp-host-font-size-smaller: 12px; –uxp-host-font-size-larger: 14px; Do I need an include or something? 1 post - 1 participant Read full topic ..read more
Visit website

Follow Adobe Creative Cloud Developer Forums » Photoshop on FeedSpot

Continue with Google
Continue with Apple
OR