『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Master Photoshop with the help of our global community.
新着順
I purchased CS4 as an upgrade and it wants the serial number from an earlier product Photoshop 6.0, but i no longer have that product or the serial number, is their a work around to this problem?
Photoshop 2025, Windows, I can not transform objects in photoshop. The move tool is not working and everything appears to be locked. How can I fix this issue?
is there any way to Remove fringing without time consuming use of the stamp tool
Hey Adobe Forum Community,I am a student, and I have been using Adobe Photoshop CC 2018 to develop a new design for my school's assembly presentation (since their's is extremely outdated). I decided to create a typography animation gif for the project, and exported it as a gif through Save For Web (Legacy) and the result was below (notice how it flashes twice). I tried changing the resolution down/up a bit, but the issue persists. Example down below:Any help or tips are welcome.Thanks in advanceKhoi
For whatever reason, both CC and Photoshop will not open once I have originally opened them, then closed out off the app. There is no spinning wheel, no white.dark screen, just as if I hadn't tried to launch it at all.Both CC and Ps are on the latest versions and newly installed.Windows 11 Anyone else seen this and know how to resolve?
Is it possible to use my own hardware (graphics card) for AI generations in Photoshop?
Hi, I'm stuck in PS, I don't see any adjustable lines of the TILT-SHIFT(blur). How can I get those adjustable lines back? Here is a clear example below(See there are no lines to adjust).Thanks
Hi,I'm having an issue in Photoshop regarding how layer selection looks and how the app performs.When I select a layer, the borders should normally appear blue and solid. But on my system, they appear gray and dashed, and this also causes lag.The issue behaves like this:The first document or tab I open works fine. The selected layer border appears blue and there is no lag.But when I open a second document or tab, the selection border appears gray and dashed, and Photoshop starts lagging.This happens every time.Additional info:I have updated my GPU drivers to the latest version.I tested this with two different versions of Photoshop. The same problem occurs in both.The "Use Graphics Processor" option is enabled in Preferences.I have attached screenshots and videos to show the difference between the first and second tabs.Please help me understand if this is a known issue or a compatibility problem.Thanks,HASKAN
When i try to center two images that are smart objects with layer masks with the align buttons in photoshop it alignes it according to the whole image and not only my selection. How can i center only my selection to an other mask and not the whole images?
I've set up my own set of idiomatic shortcuts,But sometimes it will automatically reset to the default value when the software is started next time,I had to spend time trying to reset my shortcut key combinations,This issue has occurred many times, and I am unclear about what caused its occurrence,
Hi,Hoping someone can explain if this is correct or I have a glitch?I am saving a photo, a psd file 2 ways. As a JPG and then separately as a PDF. As a JPG, it reads 18x12, 5454x3636 pixels. Resolution: 303 ppi. as a JPGAs a PDF it reads 4.3"x2.9", 1296x864 pixels, resolution: 303 ppi. Should they print the same sharpness and quality? I do not downsample and compression is unchecked. Yet when I view them and print them, the quality/sharpenss is poor on the pdf. Is my saving as a pdf still reducing the size? I have tried all versions of settings in the pdf save sections. The high quality, the latest adobe acrobat setting, all work the same.Windows
I've been learning JS scripting in Photoshop,i need Javascript for following actions the image has to trim,then image size and Canvas size,Please Someone help me with this
I want a full refund , i wont be using this suscription , i just wanted to try it out. and i dont have the money for this.
Boa tarde pessoal.Minha especialidade é ensaio sensual e nu. Faço isso ha 25 anos.Pelo meu ponto de vista, o IA veio para agregar, mas não é isso que tem acontecido quando uso no PS.Toda vez que tento usar da IA para editar algo como alça de sutiã, por exemplo, ele diz que feri as diretrizes e que minha solicitação em usar IA não pode ser atendida.Estou sendo julgada e censurada pela IA ?? A pergunta é: isso acontece com todos ou estou fazendo algo errado???
Bonjour,Je souhaite savoir s’il est possible, avec la dernière version de Photoshop, d’utiliser les fonctionnalités d’intelligence artificielle pour générer automatiquement un décor réaliste (ex. intérieur de restaurant) et y intégrer de manière harmonieuse un objet existant avec fond transparent (dans mon cas, une poubelle au format PNG).Plus précisément, je voudrais que l’IA prenne en compte la présence de cet objet pour adapter le fond généré autour de lui (lumière, perspective, ombres, etc.) – un peu comme si la poubelle faisait partie intégrante de la scène dès le départ.Pouvez-vous me confirmer si cette manipulation est possible ? Et si oui, quelles sont les étapes précises à suivre ou les outils à utiliser dans Photoshop pour y parvenir ?
따로 손댄 부분은 없는데 마지막 사용할때까지 정상적으로 사용했던 기능이 갑자기 비활성화 상태가 됐네요.앱 재 실행도 몇번 해봤는데 그대로 입니다.같은 경험 하신분들이나 왜 이렇게 된건지 알고 계신 분, 해결법 알고 계신분 계실까요??
BonjourJe viens d'effectuer les mises à jour PS 26.5 et PS beta 26.7.Depuis la fonction ouvrir dans photoshop depuis LR Classic ne fonctionne plusPS s'ouvre mais n'ouvre pas la photoJ'ai tout redemarré PS, LR et le PCToute mes applis cloud sont à jours Merci pour votre aide
The brush I'm using is constantly in a flat 0, _ shape, and won't rotate and will only stay a single direction. Help?
I can't search image on web
hallo fehler in photoshopfehler 21: undefined ist kein Objekt. Linie: 1 Updates sind keine verfügbar.Kann jemand weiterhelfen DANKE
Bonjour,je viens de faire la mise à jour photoshop 2023.Il y a un bug sur le raccourci afficher/masquer les repères (command + : sur mac), à la place lorsque l'on utilise ce raccourci cela verrouille/déverouille le calque actif.D'ailleurs le double-clic sur un calque vérrouillé ne le dévérouille plus !J'ai essayé de voir si le raccourcis avait changé mais c'est pourtant bien le bon.Hâte d'avoir une mise à jour 🙂Myrtille.______Macos Monterey 12.4 / Photoshop 2023 (du 19/10/22) / iMac Retina 5K, 27 pouces, 2019
Looking for JS that checks whether the layer mask reveals anything.
My code cannot retrieve the font size of the text layer.#target photoshop alert(app.activeDocument.activeLayer.textItem.size);#target photoshop // Get the active document var doc = app.activeDocument; // Get the active layer var selectedLayer = doc.activeLayer; // Check if the active layer is a text layer if (selectedLayer.kind == LayerKind.TEXT) { // If it's a text layer, read the font size and alert it alert("Current font size is: " + selectedLayer.textItem.size); } else { // If it's not a text layer, alert the user alert("The active layer is not a text layer!"); } Error 8800: General Photoshop error occurred. This functionality may not be available in this version of Photoshop.- <no additional information available> Line: 12 -> alert("Current font size is: " + selectedLayer.textItem.size);
Sou fotografo baseado em cidade litoranea a 10 anos, e 90% dos meus ensaios são exatamente em praias, e minhas clientes (todas +18 claramente) usam roupa de banho (Maiôs, biquinis etc). O problema começa na edição. Paga-se um plano (caro por sinal) para usar todos os recursos do Photoshop, inclusive IA, e sempre que tento gerar QUALQUER COISA com uma foto aberta tenho erro por violação de diretrizes. Fica extremamente DIFICIL exercer minha profissão quando uma ferramenta que supostamente deveria me ajudar, acaba por DIFICULTAR a minha pós-produção. Não existe NENHUMA violação, ou sequer indícios de alguma.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.