Master Photoshop with the help of our global community.
Als letztes aktiv
I have an ExtendScript script, which creates a dialog/window, where users can insert some arguments, etc. ...// This is the method that creates the window and displays it window.buttons.run.onClick = function () {window.close(1);};window.buttons.cancel.onClick = function () {window.close(2);};window.defaultElement = window.buttons.run;window.cancelElement = window.buttons.cancel;var result = window.show();return result;}// Then in the main functionvar result = createWindow();if (result !== 1) {return;}// Do some heavy workOccasionally, when I click to run the script, the photoshop hangs up for a while (as usual), but the window does not fully close. More specifically, I don’t see the window elements, like buttons, texts, etc., anymore, I see only the window with a blank/white background and the title. See the screenshot below. This blank dialog remains open all the time until I force close photoshop. The script execution continues and even finishes, but the window remain
Hey everyone, long ago I made this script with some help but right now I totally forget all about scripting and I need a little update. What it does is just combining several layers into a smart object, and rename it to the bottom layer. Now, if possible I want to copy the layer's color as well. Can someone help me achieve this? This is the script function main() {var s2t = stringIDToTypeID;(tr = new ActionReference).putProperty(s2t('property'), p = s2t('targetLayersIDs'));tr.putEnumerated(s2t('document'), s2t('ordinal'), s2t('targetEnum'));(lr = new ActionReference).putProperty(s2t('property'), n = s2t('name'));lr.putIdentifier(s2t('layer'), executeActionGet(tr).getList(p).getReference(0).getIdentifier(s2t('layerID')));var nm = executeActionGet(lr).getString(n)executeAction(s2t('newPlacedLayer'), undefined, DialogModes.NO);(r = new ActionReference()).putEnumerated(s2t("layer"), s2t("ordinal"), s2t("targetEnum"));(d = new ActionDescriptor()).putReference(s2t("null"), r);
Since last week my Design team began having issues with links they send using the Share For Review function in Photoshop. Everyone who has selected these links get a Error 404 message. We have tried clearing browser cookie cache and history with no success. I've seen other posts in Adobe Community about Illustrator users experiencing the same problem the past several days with no fix.Thank you
I frequently need to show/hide layers based on the Layer Filter. Today this workflow cannot be automated:Actions do not record the Layer Filter state (Color/Kind/Name).Scripting (DOM/Action Manager) does not provide a reliable way to read a layer’s label color or to set/read the Layer Filter programmatically.Tried stringIDToTypeID('color'), charIDToTypeID('Clr '), and variants like layerSheetColor / sheetColor; many builds return nothing, so a script can’t detect that a layer is “Green”.This would drastically speed large design/retouch pipelines (hundreds of layers). Typical need:Thank you!
I'm a heavy user of Photoshop (2023) and Lightroom Classic (12.5), running current versions of both, and also have Photoshop Beta 2024 installed. Today (September 8, 2023), the PS 2024 Beta performed an automatic update. After this, the feature to open multiple RAW files as layers in PS (open as layers in Photoshop) from Lightroom Classic is no longer working (into PS 2023). Fortunately, I still have the PS 2022 version on my Windows 10 PC and when I open that version of PS first, Lightroom can once again open multiple files as layers in Photoshop. I've been using the "open as layers" function for years. I suspect that something occurred with the 2024 Photoshop Beta that affected this feature in PS 2023. Any thoughts, solutions, or workarounds would be extremely welcome. Thank you.
The Layers menu no longer keeps Merge Down, Merge Visible, and Flatten Image in a fixed location. These options now shift based on context (active tool, layer type, visibility), breaking muscle memory and slowing down professional workflows. This behavior used to be consistent—Merge Visible was always at the bottom. Now it’s unpredictable and disruptive.Request: Please restore fixed menu positioning or add a preference to lock menu order. This is not a feature request—it’s a regression in usability.
Buenas tardes ! ojalá puedan ayudarme,no puedo hacer que la linea de tiempo en mi photoshop se active,o sea ,la selecciono desde la ventana y se me abre debajo como debe ser ,pero esta inactiva,alguien podrá decirme como lo soluciono por favor ?
I cannot open more than one image in Photoshop. If I open a second image it automatically is placed on top of the first image. How do I stop this happening?
Bonjour a tousDepuis que j'utilise windows 11 Pro, certaine des miniatures photoshop apparaissent et d'autres non,malgré tous les réglages possibles dans l'affichage des dossiers, rien n'y fait je ne peux pas afficher le contenu des miniatures, ce qui est très gênant, il faut ouvrir au hasard quand on cherche une photo. A titre indicatif, j'utise les deux versions de photoshop, classic et bêta. Quelqu'un aura-t-il une solution. Merci
Hi, since today I've been getting this error in Photoshop on many of the fonts I downloaded. The font texture has disappeared.It also freezes for a few seconds when I switch between fonts.I'm attaching a screenshot. On the left, the characters display correctly in Premiere Pro. On the right, they display correctly in Photoshop.
Currently, the swatch panel will not reduce to only show the small strip of recent colors. I prefer to remove the swatch libraries because they add no value to my work, but that leaves a large intrusive blank space. I would like to see see the ability of the swatch panel to be collapsed to only show the small strip of recently used colors.
Hi,I‘m wondering if there is a way to only show the recent swatches in Photoshop CC, and not the huge area of preloaded swatches. I just want the panel to be slim and show just the recent colours. I have deleted all the swatches from any of the swatch presets, hoping once they were all gone the swatch menu wouldn’t need to be as large and have the big empty space where the preloaded swatches (or self made swatches) would appear. It takes a big section of a panel on the side bar when it’d be much more convenient for me if the panel could be slim, allowing more room for the other panels I’d like to show. Is this possible to achieve?Thanks.
I wanted to know how to combine images to look like one solid image. I have 36 images and sized them all the same I just need the lines of the edges of the image to merge. I will include a photo of what I am wanting to do. I must add, I think the provided images might have been an overlay. I have photographed all of my subjects individualy with a physical background. Hopfully this make sence.
Bonjour,j'ai installé photoshop en langue française; c'est ok pour les écrits MAIS les vidéos sont en anglais !comment puis je avoir les tutoriels vidéos en langue francaise ?
HelloIs it possible to export a pack shot of a product in cleapr plastic packaging (plus labels) - so that when it is exported the clear packing is transparent and can be placed over different backgrounds or colours on a website etc Any advice / knowledge will be much appreciated, thanks
When working with multiple layers, it would be great if Photoshop could use AI to automatically recognize the content of each layer and rename them accordingly (for example: ‘Tree’, ‘Sky’, ‘Logo’, ‘Person’, ‘Text’, etc.).Why I need this feature:When working with complex compositions, especially those involving dozens or hundreds of layers (like composites, mockups, or UI designs), it can be extremely time-consuming to manually rename each layer for organization. Many users rely on descriptive layer names to stay efficient, but auto-generated names like ‘Layer 1 Copy 3’ make projects difficult to navigate.Having AI intelligently recognize what is on a layer, whether it is an object, a shape, a piece of text, or an imported image, and rename it accordingly would drastically improve workflow clarity, speed, and collaboration. This feature would also help teams stay consistent when sharing PSD files, reducing confusion and setup time when opening files created by others.
Bonjour á tous, en ce moment je vois beaucoup de tutos sur la fusion automatique qui se trouve apparemment dans "EDIT". Je n'ai pas cette option et pourtant mon appli est mise á jour. Pouvez-vous m'aider svp? Merci PS: je suis sur Macbook pro
Photoshop on Ipad are not useable for professional photo retouchers. I don't need PC versions of these programs because I switch to Ipad it's faster than my PC 😄 I need on Ipad: RAW upload, camera raw (the same as in 12 version with options like sharpening/noise/light corrections/color grading. sharpening tools was perfect in this version), patch, pen tool, healing brush and spot healing brush in quality as in Photoshop CC (there were problems on Ipad with clone and mix color from textures, after use healing brush these spots was in different colors than the rest of the photo near these spots) + liquify and presets and basic actions.
Hi,If I'm editing a raw file in ACR, all of my edits are recorded in the sidecar file, and can easily be returned to. If I then open that RAW file in Photoshop as a smart object, and then make more edits to the file by using the ACR filter in PS, those edits are not recorded in the original sidecar file.So my question is: Is there a way of exporting that data from PS so that ACR can use it?There's been a few occasions recently where I've opened a file as a smart object in PS, and then basically done all my editing via the ACR filter, and realized that I didn't even need to open it in PS in the first place, but now all my edits are in the PSD and not in the original RAWThanks,Stuart
Hallo,ist es möglich, wenn man das bearbeitete Bild unter Kopie speichern,dort gleich die Auswahl als Dateityp jpg speichern kommt!? DankeGünther
This might not be a unique idea. I would request if the input field in the save dialog box can be longer. I have long file names and sometime have to stick to the naming patterns which are unique. It is a cumbersome process to keep moving the cursor through the entire length of the file name to make changes in the longer file name.
Just worked on an invitation for my godson's birthday party and it was brutally slow - like working with Photoshop in the 90s. I was done and went into the Image Size to change my dimensions and it completely stalled. I'm probably going to end up getting out of it and losing most of my work because I haven't done many saves. What is going on???? Do I have to go back to the way things were where I save my work every two minutes???
I have been using photoshop on my current computer for years. Yesterday I upgraded to a newer monitor. Today I am getting a message that says photoshop no longer works with my computer and I should contact the software provider. Any suggestions?
I've already tried everything I've seen here about this error but nothing seemed to work out
Hi, Latest version of photoshop doesn't open. Any advise. I went back to the last version and it works fine.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.