Questions
Als letztes aktiv
This is such a weird bug, I don't even know if this occurs with other people. I have exceptionally good hearing when it comes to high pitched noises. Like I can hear a dog whistle good. So anyone who tries to test this might not even hear the sound I'm talking about. I've noticed yesterday that while painting in photoshop that a high pitched sound would come out of my speakers on my laptop which is muted. This only occurs while painting. I can click and drag somewhere off the canvas and the sound won't happen. The sound won't happen when using a different tool like hand tool or something else. I have a Wacom tablet connected, but the sound occurs with the tablet and with the mouse. I've also noticed the sound is louder with higher pressure on the tablet. The sound also won't occur until photoshop has been running for a little bit, I can restart my computer and the sound would disappear momentarily but then come back later. I'm running p
Hello! I am desperate to figure this out, since I need these brushes for my job. I recently updated PS through Creative Cloud, and lost all of the Kyles Megapack brushes. When I go to sign in in order to download the Megapack brushes--I am just taken back to the sign-in page. Over and over. How do I get around this? I must be signed in already, because my name shows up on the home page. Thanks!
I'm a subscriber and the PS software broke itself and won't reboot. I hate paying for something that doesn't work and I have to fix. So where do we start? I'm thinking quit the account and start a new one. Is there a better way to solve this problem? To fix it and get the program back onscreen working normaly again without losing work?
I just installed Adobe DNG Converter but still can't open Canon CR3 files on my new iMac. Camera Raw and Photoshop are the latest versions because I have a Creative Cloud subscription.
I am having trouble exporting from Photoshop as a PDFAfter I have exported the PDF from Photoshop and go to view it, there are elements missing from the file. The file looks fine in Photoshop with everything there, it's just after it's been exported as a PDF that things are missing. I have tried viewing it in Acrobat as well as a browser and they view the same. I have used the Save As option as well as the Export Artboards to PDF. The file prints correctly and it even exported with the same elements missing on someone else's computer. It saves as a JPG just fine. This issue also did not resolve when I installed past versions of Photoshop and I wasn't having this issue a little over a week ago.If anyone knows any way to fix this please help!
Hello! Since updating to Sonoma (14.3.1) I'm having trouble with my cursor in Photoshop when using my Intuos 24" tablet. With any tool I select, if the cursor is still, it shows the symbol for that brush, but as soon as I move the cursor, it turns into the black arrow cursor.All my Wacom drivers are updated, as well as the OS. Restarting doesn't help and I've turned off "Enable Generator", turned off "Spring-loaded Tool Shortcuts" and turned off Enable Flick Panning. Wondering if anyone has experienced this? I'm thinking of I can't fix it, I might revert back to Ventura...
My AI assistant tool I subscribed in is not working on any I pad I followed all the instructions including update adobe to let version nothing work
I recently updated my MAC operating system and now the printer options have changed. I want to select "printer manages colors" as well as my preferred printer profile for the paper I use. However, the printer profile drop down menu is grayed out unless I choose "photoshop manages colors", which I don't want. Is there a way to select "Printer manages colors" AND my preferred printer profile for my specific paper? Thank you for any help!!
I do most of my editing in LRC and finish in PS. Recently I have been unable to open PS from LRC when using the command "edit in" consistently. If PS does open I am unable to save or close it. I can open PS directly or from the Creative Cloud app and it doesn't seeem to be having difficulty with that. My version of PS is 26.8.1. on Windows 11 on a desktop. Any help would be appreciated.
Pretty new to JSX, but I have a specific need I can't find an example of. For an active layer, I want to toggle the visibility of the fx effects (Blending Options / Layer Style). I can do it via an eyeball in the UI, just want to be able to do it in JSX. I don't see any such property in Layers?
Hi all -- I'm trying to create an action that incorporates a neural filter. When I play the action, it keeps getting stuck at that step, and I get an error message that says "Neural filters has exceeded the timeout limit." Setting aside the question of whether it should instead read "Neural filters have," what does it mean? Do I need to change a setting somewhere? Can we include neural filters in actions? Scott
Windows 11 laptop with the most current version of Photosop.This is mostly for bird images when the sky is most of the background. After all the ACR and photoshop tweaks, in photoshop, often the sky is undesirable. Auto contrast when applied without any masks often does a wonderful job of fixing it, but I don't want it affecting the subject. Unfortunatedly, if I select sky or inverse of subject, after I apply auto-contrast, the result is comically bad.I know this can be accomplished with layers, but I'm having a hard time with this. At some point, ChatGPG got me in the right place, and I got what I wanted in Photoshop, but when I exported the jpg, the change was lost. Can somebody please simply explain the right steps to get what I want? To be clear, I want the sky to look exactly how it looks when I apply auto-contrast to the entire image, but I don't want the subject affected, and I of course then need to export a jpg with the change app
See the 2 vertical lines, I want the exact px of that distance.How do you do it?
Good evening everyone. I've just started using generative fill in Photoshop for the first time today. All seemed to be going well to start with. I then uninstalled both Photoshop and the beta version I installed a few weeks ago because the beta version was my only option when moving a photo from lightroom to Photoshop. I then reinstalled Photoshop (but not beta). However since then, every selection I make for the generative fill tool is removing objects with no problem, but is leaving a feint outline of the selection I made. It's feint but clearly visible so is obviously a problem. I'm sure this is something really basic and I'm not very proficient with Photoshop. Any help in removing these selection outlines would be very much appreciated. Thank you.
In Photoshop 26 per Windows i tasti Maiuscole+Ctrl+S non aprono il pannello relativo, devo scegliere "salva col nome" dal menù con il mouse. Come posso risolvere?Grazie.
After upgrading to version 26.8.1 the preview window in Navigator blacks out when the slider is moved. The preview reappears when the slide motion ends.
estoy presentando problemas casa vez que trabajo en photoshop, me reinicia el pc mandandome un patallazo azul. a que se deba ?ya hice testeo de diferentes apliaciones trabajando con ellas y todo me va bien hasta que abro phososhop todo error
Hi everyone,I'm trying to automate applying a 3D LUT (.cube file) to a Color Lookup adjustment layer in my UXP plugin.I am able to create the Color Lookup layer itself via batchPlay without any issue: await action.batchPlay([{ _obj: "make", _target:[{ _ref: "adjustmentLayer" }], using: { _obj: "adjustmentLayer", name: layerName, type: { _class: "colorLookup" } } }], { synchronousExecution: true });However, applying an external 3D LUT file after that has not been successful.I tried using batchPlay to set lookupFile, lookupType, and related properties — the batchPlay call completes without errors, but the LUT is not applied. The UI still shows "None", and the image appearance does not change.Here is one of the batchPlay patterns I tried (called after creating the Color Lookup layer):await action.batchPlay([{ _obj: "set", _target: [{ _ref: "adjustmentLayer", _enum: "ordinal", _value: "targetEnum" }], to: { _obj: "adjustmentLayer", type: { _obj:
I often work with multiple files that I need to see side by side and it's best to work with them undocked. The problem is I always end up loosing some of the file windows and they end up being behind the photoshop application frame - completely behind the photoshop application. As sugested by others, I've tried turning off the application frame as work-around and as someone who often works between Illustrator and Photoshop at the same time, it's equally frustrating but for different reasons. With the application frame turned off, photoshop ends up on top of Illustrator and with no application frame you end up with your lllustrator work and tools (or whatever) in the background which is visually annoying but the main problem is you often end up clicking on the Illustrator tools accidentally instead of photoshop and then it flips out of the application you're trying to work in and completely breaks your workflow. I could never get used to this and it drove me crazy. Ultimately,
「手」ツールが無いので、使いにくいこと使いにくいこと。改善を望みます。
Hello Adobe Team,I would like to report a black screen bug that occurs in Photoshop when using an NVIDIA RTX 5070 graphics card.System Information:Photoshop Version: in Photoshop Beta (26.8/26.9) and Photoshop (26.8/26.8.1)Operating System: Windows 11 Pro 24H2Graphics Card (GPU): NVIDIA GeForce RTX 5070NVIDIA Driver Version: in 576.52 and 576.80Bug Description: The issue occurs in two specific situations:When using the Remove Tool. After painting over an area and releasing the mouse button, the screen turns black for a moment.After generating a Generative Fill, when clicking on one of the variations to improve its detail, the screen also turns black.Steps to Reproduce the Bug:Ensure that in Edit > Preferences > Image Processing, the "Remove Tool Processing" option is set to "Faster".Open an image and use the Remove Tool on any element.Upon releasing the mouse for Photoshop to process the removal, the screen momentarily turns black.Workaround Found: The bug is completely reso
Hola qué tal! Soy usuario frecuente de Firefly ya que como pate de los beneficios con el pago de mi licencia de Adobe tengo acceso a ella, sin embargo me ha confundido mucho el hecho de que de repente veo que ahora sólo tengo derecho a 25 créditos por mes, cuando anteriormente me parece que eran muchos más... ojalá pudiera haber una explicación más clara de eso puesto que pasé de ver en mi panel que contaba con más de 200 créditos a contar sólo con 25 y eso realmente es casi nada. Por otra parte me causa mucho descontento el que firefly al ser una IA de generación de gráficos se vea tan limitada de manera constante por la falta de interacción con la IA, en la que no es posible interacturar con ella para pulir por ejemplo los detalles de una imagen de las que otorga en los resultados... me parece inaceptable que una IA que deriva del software de creación gráfica profesional más importante y reconocido del mundo no esté al nivel de la interacción que está por ejemplo ChatGPT o
Trying to widen the artboard but keep everything centered?? Or... scale artboard using the fields to input size but want it to scale from center not left edge!!!!!!!!!!
I’m wondering if anyone can help with the following. I want to remove the graffiti from an image and was using Clone Stamp. But ideally, I’d like to not replace pixels and want to use Blend If to retain them while matching the color of the graffiti to the wall. I lassoed a section of graffiti and used Select>Color Range to select the graffiti. I’m assuming I need to make my selection of graffiti (1) its own layer and (2) transparent in the main layer because otherwise pixels might appear through the Blend If layer. But since completing the actions for both results in a deselection of the graffiti, I don’t know how to achieve both. Put another way, it seems I have to go back in my History to access the selection, but that undoes the action of either creating the Layer or masking the selection in the underlying layer. I hope this is clear. The screenshots show the graffiti selection (screenshot 1); and the selection masked (scr
Is there any way to export?
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.