Master Photoshop with the help of our global community.
Actividad reciente
I'm using Windows 11, latest updates. Since Photoshop 26.11, I'm getting an embedded color profile mis-match opening an image (raw or dng) from ACR into Photoshop. The color workspace is set to ProFoto RGB in LRC and Phototshop. This happens when I load an image from Bridge into ACR. When opening the image from ACR into Photoshop I it claims that the embedded color workspace is "Display P3", which I believe is some sort of Apple thing. This isn't just with recent images - any raw or dng file from say five years ago. Very annoying, and needless converting of color workspace is not desirable. Anybody have any idea what's going on? Thanks, JW
Updated to latest photoshop version, windows 11 version and GPU driver.Crash every single time. Even tried restoring to 25.12.4, sometimes it works, most of the time it doesn't work. Here's the log. What can I do?
Bonjour,Depuis la mise à jour vers Photoshop 2025, le logiciel plante systématiquement au démarrage si ma connexion Internet est activée.En revanche, si je coupe Internet, Photoshop démarre normalement et fonctionne sans problème. Voici ma configuration : PC : ASUS ProArt Station D940MX GPU : NVIDIA Quadro RTX 4000 (drivers à jour) OS : Windows 11 Pro 64 bits Version de Photoshop : 2025 (v26.x.x) Creative Cloud : dernière version Aucun plug-in tiers actif J’ai déjà tenté : Réinstallation complète de Photoshop Nettoyage du cache Adobe et réinitialisation des préférences Démarrage sans Internet → OK Démarrage avec Internet → crash instantané Le problème semble lié à un service en ligne (peut-être la vérification de licence ou Adobe Sync).Merci de votre aide ou d’un correctif éventuel.
While i have active selection i can not change size of brush and sometimes i can not choose the tool i need, as soon as i deactivate selection everything works perfectly.
I'm trying to do a simple sky replacement in photoshop, but my masks are blurry when I select and mask and not sharp at all. I am not feathering, but just using quick selection, select and mask. as seen in image:1 I make the selection with quick select2. I check the selection (in Lumenzia) and appears sharp just as I need3. when I select mask I get a blurred/feathered mask as seen in image 44. The mask itself5. result of the effect. No sharp crispy lines between sky and mountain, but feathered. It drives me nuts. I cannot figure it out why it does not give me the mask as in image 2.Thank you for your help! 🙂
When I draw in Photoshop, the paint doesn’t blend smoothly, it leaves a sharp edge in the middle of the brush stroke instead of a soft transition. Everything just ends up looking rough and patchy. (see images)-I’m working in 8-bit sRGB and have tried both a mouse (MX Master 3s) and a tablet (XP-Pen Deco 01 v2), but the results are the same.I’ve reinstalled Photoshop, updated to the 2024 and 2025 versions, and even downgraded to 2017, 2018, 2019, 2020, 2021, and 2022, same issue everywhere. It’s still happening even with 16/32-bit files.blending mode is set to Normal, the brush is default soft brush.I'VE ALSO RE-INSTALLED WINDOWS BUT THE ISSUE IS STILL THERE.
I am at my wits' end, I keep getting this save for error message in Photoshop I have tried older versions of os and Photoshop and looked at the compatibility chart https://helpx.adobe.com/ie/download-install/apps/system-requirements/apps-compatible-macos.html but to no avail! And yes, I have given Photoshop full disk access. What is going on? Losing hope
Using Ai to click on a text and select a subject and be able to dictate if the words warp around, repeat itself, attaches itself to a shirt, things like this.
In an instruction video, Matt Kosklowski points the cursor to a color in the Library, and automatically, the color picker is set to that color. When I do the same, nothing happens. He is using a beta version, and I have version 26.9.0. Is this version related, or is it a bug? Rolf Södergren
I ran into an issue a week or two ago that I think was triggered by a storage problem. While I was screen sharing with a client and showing a Photoshop document, an error popped up, something about disk space or storage. Since I was mid-session, I closed the message quickly without reading it properly. Later that day, I had Photoshop, Premiere, and After Effects all open at once, hopping back and forth. I noticed my storage was almost full, so I started cleaning up space on my PC while those apps were still running, which in hindsight was probably a bad idea and probably caused this issue. During that cleanup, some temporary files were deleted (which I suspect contributed to the problem), and shortly after that, my PC blue-screened. After restarting my PC, I realized I could no longer open the Photoshop cloud document that had been open during the crash. Now when I try to open it in Photoshop desktop, I get this error:“Couldn’t open filename.psdc because the file is
I’m experiencing the exact same issue. Everything is fully updated and running properly, but the Generative Fill AI simply doesn’t work anymore. No matter the approach — smaller selections, very specific prompts, minimal prompts, or even just using a period — the results are completely unrealistic. Textures, lighting, and structure all look artificial and oversharpened. What used to be a reliable two-second fix is now unusable. The issue clearly isn’t on the user’s side; it’s with the new Firefly AI system itself. It’s a real step backward for Photoshop.
The Vertical Type Tool has quietly disappeared from the toolbar in Photoshop 2025.For Japanese and other East Asian users, vertical text isn’t a niche feature — it’s the foundation of how we write.Having to dig into “Type → Convert to Vertical Text” for something so fundamental feels like a step backward in usability.A tool this essential deserves a visible place on the toolbar, just as it always had.I’m not asking for an extra feature — I’m asking for something that was already essential.Please bring the Vertical Type Tool back to the toolbar.Respectfully,Strong Ninja(who moves silently, but types vertically)
Does anyone know how to clear the clipboard history? I go to expert bring the pic. up go to edit then clear history or all and it come up can not be undone.
Hello,In photoshop french version, I don't find "unsharp mask" in this menu. Where is it ?
Hi, I just started animating with photoshop and I was wondering if there was a way to only activate the onion skin mode on specific layers? When I activate it, it always shows all layers and I couldn't figure anything out in the options either.
So I just updated from 24.0 to 24.5 and I am immediately having issues with being able to hold the spacebar to pan while I work. Previously if I hold space I could click and drag to pan, and then when I let go of the mouse it would stop panning. Now however it seems that if I let go it will continue to pan until I click again once or twice. This is agitating and is slowing down my workflow.I do not have gestures, flick panning, or overflow enabled and this is still happening.I'm using windows 10 build 19044.2965
I am trying to get a script that selects the background of a layer and fills it with green. This is repeated for all layers. There might well be more than one error, but so far, it is erroring out "doc.selection.load(layer transparency = false);" #target photoshop app.activeDocument.suspendHistory("Fill Background Green All Layers", "main()"); function main() { var doc = app.activeDocument; var originalLayer = doc.activeLayer; for (var i = 0; i < doc.layers.length; i++) { var layer = doc.layers[i]; if (layer.kind == LayerKind.NORMAL && layer.visible) { doc.activeLayer = layer; // Select transparent areas (background) doc.selection.selectAll(); doc.selection.load(layer transparency = false); doc.selection.invert(); // Set green color var fillColor = new SolidColor(); fillColor.rgb.red = 0; fillColor.rgb.green
Photoshop version v 26.11 was working fine until 1 week ago, when it suddenly wouldn't open, so I uninstalled (select keep pref and delete old versions(none were installed) ) and then I get this issie : I tried everything I found online but nothing worksAdobeCreativeCloudCleanerTool didn't solve the problembiggest issue is that I am unable to manually delete the Photoshop folder even in safe modethe only version that I was able to finally install was v 25.12.4please help asapps. I'm on windows 11
Another Idea that Adobe can do thats unique is making an AI brush. Theres already realtime AI that fixes peoples drawings if they cant draw , well what if you use the same realtime technology but in a brush that can benefit those who do have artistic skills or anyone really. So Instead of just making an entire image for you, this tool can help in tedious task for special EFX giving artist quicker workflows.Let me explain:Say you are trying to paint fire and as you paint (or after you release your stroke) it makes the fire look real/more finished. For making special EFX this could be super helpful even as a base. It Can be used for paintingGrass, leaves, fire, snow, dust, wind, branches, wood carvings, windows, hair, sparks, glows, energy beams, ect. instead of just using a normal brush that just gives you stamp info only. Can see this being something unique and helpful. You could even make it an AI layer that enables you to edit the context already made or rasterize it like you d
I need some help, i just trying to open my photoshop but everytime, it is opening and closing/crashing, but, if i try to use photoshop beta it is working perfectly fineSome things i already tried- Clean preferences and Creative cloud cleaner- update my graphics cards- set the photoshop to admin preferences- unistall and install a previous version- reinstall everything, adobe apps, etcI can't figure out what is happening.
Hello, I am experiencing a very annoying colour shift in my photos after Airdropping them from my Apple Macbook (Air 2023) to my Apple Iphone 14 Pro. After playing around it seems there is a colour tint shift towards a green tint. Adding some Magenta back into the image using the in-Iphone Image Editor brings it someway back but its still not perfect. There could be slight shift in White Balance too. To be specific I am working with 16-Bit files in Photoshop on Macbook Air with colour profile: LCD. I am exporting at PNG24 or JPEG 100% (Tried both) with both colour space settings "Convert to SRGB" and "Embed Colour Profile" ticked. Airdropping to Iphone 14 Pro. On both Mac and Iphone I have True Tone and Auto-Brightness turned off. Thinking its an export or colour space issue i tried searching online and found to my amazement this topic has been raised hundreds of times across various platforms (Apple Community, Adobe Community, Photoshop Community) yet no commu
DearIn Adobe Photoshop 2025 there a menu name Window. Submenu is Channels. Inside of channel menu there 4 sub menu. CMYK section Cyan = Crtl+2, Magenta = Crtl+4, Yellow = Crtl+5, Black = Crtl+6. I want to change that sub menu command. Plz help me.Note : I want CMYK= Crtl+` section Cyan = Crtl+1, Magenta = Crtl+2, Yellow = Crtl+3, Black = Crtl+4Jahidur Rahmanittefaq@gmail.com
Whenever I resize text, my entire pc crashes completely, I have tried practically every troubleshooting attempt under the sun thanks to copilot. I have narrowed it down to photoshop's text rendering engine. I have deleted font caches, disabled the graphics processor, editing preference, put my preferences to default, changed scratch disks. Moved the file being worked on to a different drive, looked at task manager seeing that it was whatever disk that had the file on it go to 100% whenever it crashes. Sometimes it wont crash, itll freeze. I can see on my 2nd monitor the movements of task manager still active and my live wallpaper still moving. I made another post before this and the person responded once asking for the version then never responded after that so here it is again.down below is one of the UXPlogs, and my photoshopp info. it can also be downloaded for convienence: If this doesnt get solved im getting rid of my photoshop subscription.
My Photoshop (version 26.1.1) won’t start on Windows. I’ve tried everything, reinstalling, installing older versions, updating drivers and Windows, etc. But nothing works. I really need help!
I am having a bunch of problems out of the blue: 1. There is a weird visualization issue on the right and bottom of the imported image when you go close to those areas. 2. The brush does not paint where I want, it paints many pixels on the left. 3. I can;t access some of the tabs on the menu as the mause is like pointing on the left. I can solve the 2 and 3 issues by setting my screen to 100% on the windows display settings. The problem is that I have a 4K window so if I do that, anything on my pc is very tiny and I can't work like that. I can also solve the 1 issue by unclick Using Graphic Processor on the preferences but that creates a nasty lag and problems with zooms. Does anyone have a solution for this?Thanks!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.