『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hey everyone,I’m building a web app that needs to merge 3 bracketed RAW images (dark, normal, and bright) into a single HDR image, similar to Photoshop’s “Merge to HDR Pro” feature on desktop.Does anyone know if the Photoshop API supports this functionality, or if there’s any endpoint that can combine exposures into a 32-bit or tone-mapped HDR image?If not, is Adobe planning to add HDR merge support in a future API update?Thanks,Amin Bulaqi
Hello everyone,I'm a Photoshop plugin developer currently adapting my product for the native ARM64 version of Photoshop on Windows.I'm trying to determine the best practice for an installer to handle the architecture choice correctly. The SDK documentation doesn't seem to cover this installation strategy in detail.The Core Problem:Even on an ARM64 Windows machine, a user could have either:The native ARM64 version of Photoshop.The x64 version of Photoshop, running through emulation.This is especially relevant when installing to the common Program Files or AppData plugins directory, which might be shared.I've researched this and received a suggestion (from an AI, to be transparent) about a potential method. It claims that the solution is to install both the x64 and ARM64 versions of the plugin into a specific folder structure, and Photoshop will silently load the correct architecture version while ignoring the incompatible one.The proposed structure would lo
Hello, I am developing a Photoshop UXP plugin.Our plugin requires complex vector shape editing in canvas, so we are using a webview.On Windows OS, when the webview is clicked, all keyboard shortcuts stop working. This issue is not fixed even if I click outside the UXP panel. The shortcuts only start working again if I click inside the document’s image. On macOS, this problem does not occur.Is there a way to return the keyboard focus to the document with code?
Hello Adobe Photoshop Team, I am actively using Photoshop scripting (ExtendScript/UXP) to automate printing of labels. At the moment, the scripting API provides two methods for printing: document.print() – opens the print dialog, where the user can manually set the number of copies.document.printOneCopy() – sends one copy directly to the printer. However, there is no way to programmatically specify the number of copies (for example, 40 copies) without repeating the print command multiple times. This makes large print runs inefficient and slow. Feature request:Could you please consider adding an optional parameter for the number of copies to the Photoshop Print API, e.g.:document.print ( { copies: 40 } );document.printOneCopy ( { copies: 40 } ); This would significantly improve automation workflows for professional users who need to print batches of designs (such as product labels, tickets, packaging, etc.) directly from Photoshop. Thank you very much for c
Photoshop 26.9.0 release on osx 14.4.1 const inPixels = await imaging.getPixels({ documentID: doc.id, layerID: layer.id });const inBuffer = await inPixels.imageData.getData(); this code works with document.mode grayscale, rgb, and labit fails gracefully with an error popup with bitmap, index, and multichannelbut it crashes photoshop with CMYK
i try to make tool for me just simple 1 maybe more advace in future but so far dont have much luck. simple idea change brush size with script(dont ask way to this point) but i fund the size{ _obj: "brush", masterDiameter: { _unit: "pixelsUnit", _value: size } } and it work can change throw my panel and can see live change on brush setting. but try with spacing or something else dont work or at last not well. its any way have document for for this thing or at last what is for spacing and direction.what i try{ _obj: "brush", spacing: spacing }
I tried creating a new plugin using UXP Developer Tools. When I click on "Select Folder", I create a new folder and save it there. Then I get an error message "Invalid Directory Permissions". This message still pops up when I change the permissions of the folder to read & write for everyone. I don't know what else to do to make this work.
HiWhat is the best approach to retrieving the BrushTip preview from an ABR file.I have some coding from an open source, but implementing it has not resulted in getting the image, just a blank white box 😞ThanksRob
OK, so I am trying to develop a plugin that I have always hoped would be made, but as it hasn't I am attempting to do it myself. I have the basic husk done, but now looking at functionality (this is where it gets harder). First step, I have been trying to get a action on a button click which seems to be possible based on ressearch, but I can't achieve yet.I want the on click to have a function auto search and select the presets/brush folder.All my attempts have resulted in this:✗ Access failed for /Applications/Adobe Photoshop 2025.app/Presets/Brushes: Could not find an entry of 'file:///Applications/Adobe%20Photoshop%202025.app/Presets/Brushes'How can I resolve this?thanks in advanceRob
Hello, let me introduce myself, I'm Antonio, a Spaniard who has been using Photoshop [inappropriate language removed] for more than 20 years. I'm not an expert, because I always repeat the same 4 things I do, but I'm attentive to all your comments and at some point I'd like to help you. A small question, is anyone creating tools with Python? I would like to solve a major problem, I have scanned more than 100 letter-sized sheets where there are 3 or 4 or 5 images, I want to separate each image and save them with a new name, I think the only way would be to create an order that separates by layers and saves the spaces with the image and distinguishes the empty spaces, any help would be very grateful. Greetings from Spain.
Hello, I should apply a effect simular as the image on a other image I'm working on. Would anyone know a link of a simular photoshop action effect like this? I already searched in Envato but no result yet. Many thanks for the 'golden tip'😊
Hello Adobe Team and Community,I am developing a UXP plugin for Photoshop and have encountered a critical issue where I cannot access pixel data from layers. This issue is occurring in both Photoshop Stable version 26.7.0 and Photoshop Beta version 26.8.0.Problem Description:For any standard pixel layer (including newly created documents with a single painted layer), the UXP API reports:layer.type as undefined.layer.pixelMap as undefined.This prevents my plugin from using layer.pixelMap.read() to access pixel data, which is essential for its functionality (a waveform monitor). Consequently, my plugin's panel menu item ("ColorScope Panel") is grayed out and unclickable in Photoshop's "Plugins" menu in both versions.Steps to Reproduce (in both Photoshop 26.7.0 and Beta 26.8.0):Create a UXP plugin with the manifest.json provided below.Use JavaScript code within the plugin (relevant waveform.js snippet also below) to attempt to access layer details and pixel data.In Photoshop: a. Create a
Hello, I'm looking to get into photoshop scripting but was curious if my ideas are even possible to begin with.What I'd like to make:- a hotkey for a specific brush- a hotkey for alternating between two brush flow settings (e.g. press once = brush flow 20%, press twice = 80%, press again = back to 20%)Thank you!
Hi everyone,I’m working on a commercial project that requires the ability to generate PSD files programmatically, with full control over layers and design elements.I’d like to understand how to get access to the Adobe Photoshop API for this purpose.Specifically:What is the process to request API access?Are there any requirements, costs, or approval steps for commercial use?Where can I find relevant documentation or contact someone directly?Thanks in advance for your help!
I am looking for a developer to build a solution.It's a simple repetative task but I need the solution to recognize people in the image and according to predetermined acceptable parameters, rotate and or crop using content aware fill to neaten the edges of an outfit or fill in the backdrop. I understand that it appears simple but is complex at the same time and am open to accepting all proposals.
Any recomendations on how to log the timestamp of a selected layer in photoshops video timeline?For example: After clicking a layer in the layer panel, photoshop highlights the layer in the video timeline. Is there a way to log the JSX were that layer is in the timeline? (screen shot attached of a selected layer in the layer panel and the layer highlighted in the timeline)PSD with timline setup: https://drive.google.com/file/d/1XZAU3Pxb6RtSuplL_rfsmh1KY7BHBbG1/view?usp=sharing
Hi community,I am a FileMaker database developer and have my archive of over 100thousand pictures set up in a custom FileMaker database solution. Up to a couple of years ago, I had no issues opening a .JPG or RAW file directly from FileMaker, based on a hard-coded path.Right now, this feature is failing. Has been for quite a while. And I do not understand why that is. Is there anybody out there who can help me with this? There is another complication. Due to repeatedly failing external memory devices, I have decided to store my originals in the Cloud. This introduces a new issue. The two platforms I am considering, allow for placeholders of files in the Cloud file structure. Which means I can double click on such a placeholder and it will then download in its correct location and open. I am a Mac user and double clicking as described above works well and the file will open immediately in Photoshop. Pointing to the file in the placeholder location has proven to be imposs
I need help creating an automation solution within Photoshop that is beyond my grasp of actions / automation API. The functions are basic - light cropping to correctly center and straighten heads, slight color correction, a touch of sharpening and vignetting. The client works with a jpeg workflow. I am already semi-automated with actions that fulfil all needs with manual input for the crop. Is there a way around this inside Photoshop? My understanding is that I would probably need a developer to create a solution using of Python / PIL / Mediapipe.
Hi all, I have a question regarding running ExtendedScript files via Python in Photoshop 2025: Has something changed under the hood that does impact this? Thing is, I have various scripts in .jsx file format that run perfectly fine when I run them from Python + COM in Photoshop 2024 via Visual Studio Code, but when I run the exact same scripts in Photoshop 2025 Visual Studio Code they always give exactly the same error: pywintypes.com_error: (-2147352567, 'Exception occurred.', (0, 'Adobe Photoshop', 'Illegal argument - argument 1\n- Required value is missing', None, 0, -2147220262), None) Even a .jsx only containing a very simple alert("Hello from Photoshop");will give exactly the same error in Photoshop 2025 but not in Photoshop 2024 (Visual Studio Code). Now, when I run all these scripts directly inside Photoshop (2024/2025) via the scripts menu, they also work. So the issue seems to be specifically when sending the scripts to Photoshop via P
Hello, I followed the official documents scattered across the Internet and finally wrote this code. But for some reason, even I used the exactly same name with the plugin, the log wrote “Failed to retrive plugin.” here, which means gPluginSuite→GetNamedPlugin() didn’t work out and no plugin reference has been retrieved so that I couldn’t use it on sUxpProcs→SendUXPMessage(gPlugInRef, UXP_MANIFEST_ID, desc); Can anyone help me?c.f. From the log file, I confirmed this function has been automatically called when I open up my plugin. (Because this is not the automation plugin nor the filter plugin so I couldn’t use any examples on the example code on the website.)#include <exception> #include <stdexcept> #include <string> #include <fstream> #include "utilities/UxpAddon.h" #include "utilities/UxpTask.h" #include "utilities/UxpValue.h" #include "SPBasic.h" #include "SPPlugs.h" // Required for SPPlugins suite #include "SPProps.h" // Required for accessing plugin prop
From what I’ve been reading here, Adobe allows us to make HTTP requests to their cloud services (specifically, their Photoshop APIs) in order to process PSD files and certain images. However, these cloud services have limitations. In particular, we can run locally recorded actions in the cloud, but I’ve not yet found any information about running scripts in the cloud, which is strange. I understand that scripts might have some nasty code, but you can always execute them in isolated environments. So, is it correct that these Adobe services still don’t allow us to run scripts? My use case is that I have many PSD files, which we usually process with a script. Each of them can take several hours to finish, which means that processing these scripts can take days. Moreover, we ofen need to process these PSD files again, which is a huge setback for productivity. Ideally, we’d like to run the scripts for each PSD file in parallel, in this way processing all of them should not take more th
I have it on the list in the ESTK: I've found all three copies - and renamed them in the hope, that ESTK will download them again (like it has done for InDesign and InCopy): But no luck ... yet, as per 1st screenshot - it still sees it and displays something in DataBrowser - bottom-right corner - so this OMV file must be somewhere?? No - I don't need it for writing scripts in JS - I need this OMV file to extract data for my VB6 application.
exportSelectionAsFileTypePressed seems to be asynchronous. I hope that after this method is executed, the image is generated and the byte data is completely written, and then the subsequent code is executed.
I am a solo-developer that has been working on an application over the last couple of years that is completely dependant on the Photoshop API. I took a break from this project for about a year, and recently completed and am ready to publish. I have been using the Photoshop API free credits for development, and now that I am ready to publish I see that it has been completely restricted to Enterprise customers (my remaining credits and credentials still work though). Of course, it is my fault for creating something dependant on a third-party service, but I just want to rant. I have absolutely no problem paying for the service and always had expected to, but now I'm not even allowed to. Enterprise requires a company with at least 50 employees and minimum three-year contract. They allowed us free trials to create on the platform then pull it out from under us.
I want to use applescript to open each file in a particular folder into PHOTOSHOP, resize it, and overwrite the original file. I can't actually OPEN the files. I've got to be missing something basic.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.