Join our global community of Photoshop developers.
Recently active
Hi, I am using the create document endpoint to pass in 6 images of size ~400 kb each and the psd file I get back is about 34 mb. Any ideas why this is happening and how can I control it? I tried to read the documentation and searched the internet but found nothing that could help me. My function to create psd is as follows. Width is always 1920, height is 1000 and resolution is 72I have also attached my input files and the resulting psd async function createPsdWithMultipleLayers(srcUrls, headers, outputUrl, width, height) { try { const api_url = 'https://image.adobe.io/pie/psdService/documentCreate'; const inputs = srcUrls.map((url, index) => ({ type: "layer", input: { storage: "external", href: url }, name: `Layer ${index + 1}` })); const payload = { options: { document: {
I don't know where else to ask this question but I'm following the guide for creating an extension from this link: https://github.com/Adobe-CEP/Getting-Started-guides/tree/master/Package%20Distribute%20Install It says to download ZXPSignCmd from the git repo and install the .dmg. I'm using the 4.1.2 folder on MacOs. The other folders don't seem to have working MacOs downloads. This one downloads and runs and something executes because I get a message like this: /Volumes/ZXPSignCmd-64bit/ZXPSignCmd-64bit ; exit;Usage: ZXPSignCmd -sign <inputDirectory> <outputZxp> <p12> <p12Password> [options]options:-tsa <timestampURL> - will attempt to timestamp the ZXP using supplied timestamp server. For example, https://timestamp.geotrust.com/tsa ZXPSignCmd -sign <inputDirectory> <outputZxp> -s <identity> [options]options:-keychain <filename> - identity is only looked-for in the specific keychain giv
Bug issue: API with layer edit cannot work properly suddenly today to edit the type='textLayer', https://developer.adobe.com/photoshop/photoshop-api-docs/api/#tag/Photoshop/operation/documentOperationsError message like following: 'status': 'failed', 'created': '2023-12-05T08:29:28.412Z', 'modified': '2023-12-05T08:41:28.436Z', 'errors': {'code': 500, 'details': [{'name': 'Unknown Error', 'reason': 'Something went wrong, please try your request again. If you continue to experience issues please reach out to psdservices@adobe.com for support.'}], 'title': 'Internal Service Error', 'type': 'InternalServiceError'}}], Expected: it can be fixed as soon as possible, as we are paid user to use this service for our production environment.
I found a buffer overrun risk in C++ SDK (PIutilities.cpp) code, but can I report it here?at years before there is a forum to discuss the C++ SDK. but several years later now I can not find it. I donot know if it is appropriate to discuss it here. Can anyone have any suggestions?
Hi,I've been attempting to utilize the Photoshop API to execute certain actions but have encountered an obstacle related to storing the output.My intention is to use Dropbox for storing my outputs. However, I am encountering challenges when trying to run the actions.I have experimented with Photoshop actions files and actionJson, but unfortunately, I've encountered the same issue with both methods.Here is my request array:2 [ "headers" => [ "Authorization" => "my_auth" "x-api-key" => "my_key" ] "json" => [ "inputs" => [ 0 => [ "storage" => "external" "href" => "https://this_is_my_image_file_and_it_is_reachable.jpg" ] ] "options" => [ "actionJSON" => // My actions ] "outputs" => [ 0 => [ "storage" => "external" "href" => "https://content.dropboxapi.com/apitul/1/my_dropbox_temp_link" "type" => "image/jpeg" "embedColorProfile" =>
Please provide a solution to our error: Error message: “The metascopes in the JWT are not a subset of the metascopes in the binding.. invalid_scope.” We're working to resolve an scope error that is thrown each time we provide credentials from the Adobe Developer Console. Credentials needed include Client ID, Client Secret, Technical account ID, and generated public/private keypair. We were given documentation ITAM documentation to resolve make the API connection although we're constantly received the same error. Even with all the necesarry requirements. Please assist, Thank you.
Differences when modifying a smart object with the API and the desktop version of PhotoshopChanging a layer through the API does not change the linked layers.I edit a layer with a name:IMG HERE | right-click > edit contentsI've used two methods (Apply psd edits, Replace Smart Object), but I still can't insert the image inside the smart object so that all the linked layers are the same.I attach a screenshot from the desktop version PS and a screenshot of the results of the API:
{ "jobId": "70c3b8af-d5d6-460d-b618-0e716752f9fe", "created": "2023-04-14T12:02:33.933Z", "modified": "2023-04-14T12:02:36.733Z", "_links": { "self": { "href": "https://image.adobe.io/lrService/status/70c3b8af-d5d6-460d-b618-0e716752f9fe" } }, "outputs": [ { "input": "https://adobe-image-store.s3.us-east-2.amazonaws.com/1681473753289.jpeg", "status": "failed", "_links": { &
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.