Master Photoshop with the help of our global community.
Recently active
Hi Adobe Team,My name is Aniu. I’m an artist and animator who has been working with Adobe software for over 15 years. Photoshop has been my primary tool for animation for the past 10 years.I’ve been meaning to share this feedback for a while, and I’m finally gathering the courage to write to you.Recently, I’ve felt that there haven’t been many updates to the video timeline features in Photoshop, especially for those of us who use it extensively for frame-by-frame animation. My workflow has remained almost exactly the same for years, and I believe there are opportunities to improve the experience for animators. Here are a few challenges I’ve been experiencing: It would be incredibly helpful to move to the next frame and start drawing immediately without having to manually click the frame each time. The cut tool in the timeline feels unintuitive. I haven’t found a smooth way to use it efficiently. The bucket fill tool can be difficult when filling areas that are not fully closed. Oth
Hello, is anyone else experiencing a major slowdown with the Select Subject tool after the latest Photoshop update? It now takes much longer than it should. Before the recent update (and even earlier ones), I could select anything quickly in less than 3 seconds. But now it takes way too long, around 20 to 50 seconds just to select something simple, like a picture of a person standing against a white background. Doesn’t that seem a bit strange for such a simple task to take that long? Is there any fix for this? Thanks.
The newly added modern user interface does not preview when using “apply image”. It also does not save the last known state/settings of apply image like it has in the past. This means if you are doing multiple apply images you have to select your settings every single time which is a huge pain. Please fix this so preview works and last used state/settings is saved or keep this options in the preferences so I can turn off modern user interfaces. It’s great Adobe wants to modernize the UI. Just make sure it works the same as before. To replicate the issue: Step 1. Open an RGB image.Step 2. Duplicate Red channel and Green ChannelStep 3: Select duplicated green copy channelStep 4. Go to image - apply image and select these optionsLayer: mergedChannel: Red copyBlending Mode: AddOpacity 100%Check invert boxTurn on and off preview Issue: The image will not show the preview of what is being applied when checking and unchecking the box. Only hitting ok shows what apply image will do. I have GP
I want to make sure a user has its ruler origin reseted to document top/left.But I can't reset it by script.
I was resizing a smart object layer (imported logo file) and hit undo when Photoshop instantly reverted back to a much earlier state and lost all steps in the history panel.
Alt + Spacebar that make brush opacity 40% … I never ever had this issue before … then about a month ago I updated after a long time to 2025 & 2026. This is issue is with both. Again this was never a thing before.Is it a Bug or a supposed to be "new feature"? If so, is there any way to disable it, what is it, why is it so?No where can I find any mention of Alt + Spacebar making brush opacity 40% … so why is it so?I need spacebar to navigate finely & obviously need Alt as well, it’s become a nightmare trying to work this way with everytime having to turn opacity Back to 100%I tried using “H” Hand tool instead, but then it gives me the “Bird’s eye view” which is not suitable for fine navigation where I do not want to zoom out … is there any way to disable the “Birds Eye View”?
I’m on photoshop for web and tried to edit the brightness of the image. When I click and drag the slider, the slider starts to jump around randomly without me moving my cursor. Once it starts glitching, I’m not able to reset the brightness. I had to refresh the page for the issue to go away. I was able to replicate the issue multiple times in a row.
I have a small, 128 Pixel, Square image (PSD) that will not save as a BMP file. The image has been flattened. RGB, 8 bits/channel, and the only channels besides those are a solitary Alpha channel which is necessary for the image to display correctly in the application that I plan to use it in.. I’ve been working on similar projects since PS2, and have never had an issue. I’ve googled all the Help articles, and checked to see that nothing has changed. The worrisome issue is that I build these images off of one ”Base” file, changing the portions of the image that need to be changed and saving the PSD file. Some of these images will save as a BMP, while others will not. When attempting to save the BMP, the save box comes up, I select BMP files, click Save, and nothing happens… no dialog box asking whether I want 24 or 32 bit, etc I’m not changing anything in the file structure in between. The changes are basically a “redesigned” image and a new title. I just opened a psd and save
I have had this problem before but now it’s cropped up again. I’m running PS 27.4.0 on Windows 10. I have done this before, because old droplets work. But now I can’t seem to get new droplets to work. my steps: Create droplet and save it to a dir that’s executable (/documents/adobe/droplets) Right click, go to properties, click on “compatibility tab”. Click on Run program as administrator. Then click on “Change settings for all users”.I used to be able to get the admin icon attached to the droplet icon, like this: Now when I do this with a new droplet, it just never runs. I keep getting the error: I can’t for the life of me get it to work anymore and can’t get any new droplets to run.
When editing a text layer that has layer effects applied (specifically Gradient Overlay with “Align with Layer” enabled), intermittent rendering glitches occur. While modifying the text content, the entire layout may flicker.Steps to Reproduce: Place any background image on the canvas. A detailed image makes the glitches more visible compared to a solid color fill. Select any font and type some text. Interestingly, the appearance of the glitch depends on the chosen font. Apply a Gradient Overlay as a Layer Style to the text layer and enable the “Align with Layer” checkbox. Now try moving, scaling, or duplicating the text layer before double-clicking it to edit the text. 😅You will notice visual glitches. If no glitches appear, change the font and repeat step 4.
I am able to get CMY color from RBG color by using Lighten Blend Mode. How can I get RBG from CMY?
While using the Gradient Tool (PS 27.3.0) on a Layer Mask, Mode set to Multiply, this doesn't work properly now.The work around- I have to create a new Group of my layer then add a layer mask and set Gradient Mode to Normal in order to for this to work. This bug is new since I updated PS to 27.3.0
I cannot understand this. “For Windows users, do not select the C drive”. Could you?6 Photoshop Settings That Make Your Workflow SmoothTime 3.14
Dragging a photo from outside the window into an object frame in Photoshop will default to whatever the top layer aligns with the cursor rather than the layer that is currently selected. If two object frames are overlapping and I want to drag an image into the lower one, this will not work. If I attempt to drop an image into the 3x4 group frames, my image will instead be placed inside the 1x2 group frames that overlap. I cannot get my image into my desired frames without moving my 1x2 group beneath my 3x4 group.
Hi everyone, thank you for taking you time to consinder my problem.I have a single raster layer in Photoshop with a transparent background that contains multiple separate white shapes (not touching each other).Is it possible to use ExtendScript to automatically detect each individual shape and create a point text layer (e.g. “Lorem Ipsum”) at the each shape? Before After
Since I’ve spent far to much time than is actually healthy working out why using myTypeRef.leading = 12;just doesn’t work...(On it’s own) - ya gotta turn out auto leading off at the same time!So, for my future self and frustrated others I give you: // Add a new layer in the new document var artLayerRef = app.activeDocument.artLayers.add(); // Specify that the layer is a text layer artLayerRef.kind = LayerKind.TEXT; //Get a reference to the text item so that we can add the text and format it a bit textItemRef = artLayerRef.textItem; textItemRef.contents = "Gwen Stefani is bananas!"; textItemRef.size = 10; // Adjust the leading // Pour the lead, Ripley! Pour it! textItemRef.useAutoLeading = false; textItemRef.leading = 12;To create text and give it a custom leading value.
I tried to use some very old Topaz plug-Ins. After running the installation script from Topaz they were added to the drop down photoshop filters drop down. These Topaz add ins did not work and hung photoshop.So,I’m trying to remove then. I have deleted then from the addin folder, ran the Topaz uninstall script.They have been removed from the system.The problem is that they still show up in the photoshop filters drop down. Should you try to use them photoshop hangs, How can they be removed from the photoshop filters drop down.Dave
I used to use feathering to fix bad pixelated cut out edges, by using a feather radius of around 3 pixels and creating a mask to feather the edge, now it just seems to still show the hideous pixelated edge - is there a way I can get a better result? Usually the edge would disappear with the feather.
Title says it all. Please give the ability to ease transitions on keyframes in Photoshop Timeline editing. While we're at it, make it possible to edit the length of multiple layers selected at once.
Suddenly today when I try to change the line spacing of text in Photoshop, it doesn't do it and gives me wild range errors. For instance, trying to set the line spacing to 40pt, I'll get a pop up that says "A value between 65.16 Points and 21474836.47 Points is required." Any idea how to fix this? Resetting the character, rebooting the program, etc has not helped.
There’re a black layer on the web. So I cannot click anything on my photoshop screen
Ich hoffe, hier kann mir jemand bei folgendem Problem weiterhelfen – leider konnte mir selbst der Adobe-Support bisher keine Lösung bieten.Photoshop-Version: v27.4Fehler seit ca. 2 Wochen:„Der Grafikprozessor ist auf einen nicht behebbaren Fehler gestoßen. Die GPU-Beschleunigung wird für den Rest der Sitzung deaktiviert.“Der Fehler tritt in der Camera Raw-Bearbeitung auf, genauer gesagt bei folgendem Ablauf:Bild in Camera Raw öffnen → Presets → Adaptiv Landschaft → Winter01Mein System (ca. 6 Monate alt):Prozessor: Intel® Core™ i7-14700K (3.40 GHz) RAM: 64 GB Betriebssystem: Windows 11 64-Bit Grafikkarte: NVIDIA GeForce RTX 3050 (8 GB) mit aktuellem Studio-TreiberAlle Windows-Updates sowie Treiber sind auf dem neuesten Stand.Bereits versucht (ohne Erfolg):NVIDIA-Treiber inklusive Registry vollständig entfernt und neu installiert Photoshop komplett deinstalliert und sauber neu installiert Neue Grafikkarte eingebaut (gleicher Fehler tritt auf) GPU-Beschleunigung in Photoshop deaktiviert (
how to make such design in photoshopany guidance to make designs like this
Hi everyone!Currently, I have 24+ static photoshop artboards. These are 24 banners with different resolutions.For now I needed to create animated banners, but while I export it (ctrl+shift+alt+s) I have no options to choose artboards to export and it gives me one output file. The examples I put below.Please, could someone help me with that issue or maybe advice another method to create animated banners.This is what it looks like, full canvas has been exported as animated gif.Photoshop v19.0 (en x64);Windows 10 (updated)
I am in update hell between adobe and windows. I am fully updated everywhere, all hardware is new and functioning perfectly elsewhere.It is just doing the same filtering layer I've done in my workflow for years. No AI is involved, ACR just stops responding after a few gradient masks. I have spent more time trouble shooting adobe issues in the last six months than I have actually using the products.Do they not realize professionals use their software and need reliability?
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.