Carson Jones
Participant
Carson Jones
Participant
Activity
Jan 22, 2025
09:17 AM
Yes you're right. I run this script as a tool out of Bridge. It serves the same function and behaves almost identically (no option to 'Attempt to Automatically Align Source Images' and 'Create Smart Object after Loading Layers'.).
... View more
Jan 22, 2025
06:39 AM
I'm referring to the native tool (i.e. script) in PS and Bridge.
... View more
Jan 16, 2025
07:07 AM
2 Upvotes
Would love to see the option to drop the file extension from the layer name when loading files into Photoshop layers. The extensions often aren't needed and take up valuable UI space. Also, if users are running scripts that pull the layer name to use elsewhere, the included file extension can create problems. A simple checkbox in preferences would do the trick. It's quality of life request. This would be needed when running the script from within PS and Bridge.
... View more
Jan 13, 2025
07:35 AM
If anyone is interested, I have written a script that will save open documents as PSB files to a folder location of your choosing. It runs as a batch script meaning it will run on all open PS documents. It also names the file based on the name of the active layer selected when you run the script. Handy for those who Load Files as Photoshop Layers out of Bridge and then want to use a layer name as the main file name. I use this regularly in my pipeline and it's fantastic. CJI_SAVE AS PSB_LYR NAME.jsx // Adobe Photoshop script to save all open documents as .PSB files using the selected layer name try { // Prompt the user to select a destination folder var destinationFolder = Folder.selectDialog("Select a folder to save .PSB files"); // Check if the user canceled the dialog if (destinationFolder == null) { throw new Error("No folder selected. Script canceled."); } // Function to get the name of the selected layer function getSelectedLayerName() { var activeLayer = app.activeDocument.activeLayer; return activeLayer.name.replace(/[^a-zA-Z0-9-_]/g, "_"); // Clean the layer name to be file-system friendly } // Function to save the document as .PSB using Action Descriptor function savePSB(saveFile) { var desc1 = new ActionDescriptor(); var desc2 = new ActionDescriptor(); desc2.putBoolean(stringIDToTypeID('maximizeCompatibility'), true); desc1.putObject(charIDToTypeID('As '), charIDToTypeID('Pht8'), desc2); desc1.putPath(charIDToTypeID('In '), new File(saveFile)); desc1.putBoolean(charIDToTypeID('LwCs'), true); executeAction(charIDToTypeID('save'), desc1, DialogModes.NO); } // Function to save the document as a .PSB file using the selected layer name function saveAsPSB(doc, folder) { var layerName = getSelectedLayerName(); var savePath = folder + "/" + layerName + ".psb"; var filePath = new File(savePath); // Convert to PSB format if not already set if (!doc.bigDocument) { doc.bigDocument = true; } // Use the Action Descriptor method to save as .PSB savePSB(filePath); } // Get the list of open documents var openDocs = app.documents; // Check if there are any open documents if (openDocs.length === 0) { alert("No open documents found."); } else { // Save each open document as a .PSB file with the selected layer name for (var i = 0; i < openDocs.length; i++) { var doc = openDocs[i]; app.activeDocument = doc; // Make the document active saveAsPSB(doc, destinationFolder); } alert("All open documents have been saved as .PSB files using the selected layer name."); } } catch (e) { alert("Error: " + e.message); }
... View more
Jan 13, 2025
07:25 AM
2 Upvotes
Putting in a request for Adobe to invest some time in to creating a native and robust Layer Renaming tool. It's long overdue. Enough with the AI features please and lets get back to implementing foundational tools that improve workflow. While scripts exist, they're tedious to find and must be updated manually by the users. Not great. A simple example of where a Layer Renaming tool would be very useful is in removing the included file extension in the layer name when we Load Files in to Photoshop Layers from Bridge. File exensions often aren't wanted in the layer name. A tool in PS that would eliminate this would be great. Again, this is all doable using 3rd party scripts but it should be a native feature of PS.
... View more
Nov 28, 2024
11:32 AM
So the median blur is now behaving correctly in the action after updating to the latest Nvidia Studio driver. What I'm still experiencing is issues with actions that work perfectly in the previous version of PS but not in the latest version. The Image Processor also will not save and cycle to the next image when an action is active in the Image Processor window. Bottom line is there definitely have been changes in how PS is handling actions and it's broken things.
... View more
Nov 20, 2024
06:36 AM
1 Upvote
Update: I've reinstalled PS Version 25.12.0 and everything is working perfectly. Clearly there's a bug or issue in the latest release when it comes to how Actions are being handled.
... View more
Nov 18, 2024
03:13 PM
I think this is, again... another issue with 2025 and Actions. When an Action is active Image Processor freezes at the first image. There must have been some kind of change to what's happening with Actions in PS in the latest release. It's super buggy with actions that have been working perfectly for many years now and in a production environment. If I have to recreate every action I've made over the past 20+ years that's going to be a huge annoyance. Screen capture for reference...
... View more
Nov 18, 2024
02:11 PM
Adobe Photoshop Version: 26.0.0 20240927.r.26 a733fda x64 Number of Launches: 1065 Operating System: Windows 11 64-bit Version: 11 or greater 10.0.22631.4391 System architecture: AMD CPU Family:15, Model:1, Stepping:0 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, AVX, AVX2, HyperThreading Physical processor count: 32 Logical processor count: 64 Processor speed: 3700 MHz Built-in memory: 130937 MB Free memory: 83997 MB Memory available to Photoshop: 103725 MB Memory used by Photoshop: 70 % Crash Handler: Adobe DCX Version: 7.24.8 SAM SDK Version: 9.1.0.1-fio ACP.local Status: - SDK Version: 4.0.0.5 - Core Sync Status: Reachable and compatible - Core Sync Running: 7.2.0.58 - Min Core Sync Required: 4.3.66.28 Live Edit Client SDK Version: 4.0.4 OpenColorIO version: 2.3.2 C2PA library version: adobe_c2pa/0.12.2 c2pa-rs/0.32.5 NGL Version: 1.38.0.10 Chalkboard: Disabled. Chalkboard Doc Create: Disabled. D3D12Warp renderer: Disabled. Alias Layers: Disabled. Highbeam: Disabled. Wintab Digitizer Services Spec Version 1.4 Impl Version 1.39 Num Devices 1 Image tile size: 1028K Image cache levels: 4 Font Preview: Medium HarfBuzz Version: 7.3.0 TextEngine: Unified Text Engine ======= GPU Native API stable: True OpenGL API stable: True OpenCL API stable: True GPUDeny: 0 GPUForce: 0 useGPU: 1 useOpenCL: 1 isGPUCapable: 1 isGPUAllowed: 1 GPUName: NVIDIA GeForce RTX 3090 GPUVendor: NVIDIA NVIDIA GeForce RTX 3090 UNKNOWN, NVIDIA NVIDIA GeForce RTX 3090 UNKNOWN, NVIDIA IsNativeGPUCapable: 1 IsOpenGLGPUCapable: 1 IsOpenCLGPUCapable: 1 HasSufficientRAM: 1 GPU accessible RAM: 24,325 MB Required GPU accessible RAM: 1,500 MB UseGraphicsProcessorChecked: 1 UseOpenCLChecked: 1 Windows remote desktop: 0 Windows available feature level: 12.2 Windows required feature level: 12.0 Windows has required feature level: 1 Display: 1 Display Bounds: (0, 0) -> (3840, 2160) Display scale: 1.25 Main Display Display Type: SDR Display Profile: PA329_24-03-05_LEFT_GOOD.icc Display: 2 Display Bounds: (-1920, 477) -> (0, 1557) Display scale: 1 Display Type: SDR Display Profile: VP16_OLED_24-03-23_GOOD.icc Display: 3 Display Bounds: (3840, 0) -> (7680, 2160) Display scale: 1.25 Display Type: SDR Display Profile: PA329_24-03-05_RIGHT_GOOD.icc ------- Sniffer output [0 ms] Launch GPUSnifferThread [0 ms] Start RunAllAPIs [0 ms] "C:\\Program Files\\Adobe\\Adobe Photoshop 2025\\sniffer.exe" -baseTimeMS=26990921 -comment=Photoshop Version: Adobe Photoshop 26.0.0 20240927.r.26 a733fda x64 [1 ms] Start GetSnifferResult [966 ms] Start sniffer 2024-11-18 16:30:33 # Photoshop Version: Adobe Photoshop 26.0.0 20240927.r.26 a733fda x64 C:\Program Files\Adobe\Adobe Photoshop 2025\sniffer.exe -baseTimeMS=26990921 -comment=Photoshop Version: Adobe Photoshop 26.0.0 20240927.r.26 a733fda x64 {49 ms} Start platform native # displays: 3 Display 0 Display: \\.\DISPLAY1 Main: TRUE Built in: FALSE Stereo: FALSE Bounds: (0, 0) -> (3,840, 2,160) Dimensions: (3,840 2,160) Display scale: 1.25 Physical size: (0 0) Pixel size: (0 0) Dynamic range: (0 1) Attached Device: (DeviceID name=NVIDIA GeForce RTX 3090 index=0) Display 1 Display: \\.\DISPLAY2 Main: FALSE Built in: FALSE Stereo: FALSE Bounds: (-1,920, 477) -> (0, 1,557) Dimensions: (1,920 1,080) Display scale: 1 Physical size: (0 0) Pixel size: (0 0) Dynamic range: (0 1) Attached Device: (DeviceID name=NVIDIA GeForce RTX 3090 index=0) Display 2 Display: \\.\DISPLAY3 Main: FALSE Built in: FALSE Stereo: FALSE Bounds: (3,840, 0) -> (7,680, 2,160) Dimensions: (3,840 2,160) Display scale: 1.25 Physical size: (0 0) Pixel size: (0 0) Dynamic range: (0 1) Attached Device: (DeviceID name=NVIDIA GeForce RTX 3090 index=0) # devices: 2 Device 0 Name: NVIDIA GeForce RTX 3090 Preferred: TRUE Power Envelope: UNKNOWN Attachment: UNKNOWN # attached displays: 3 \\.\DISPLAY1 \\.\DISPLAY2 \\.\DISPLAY3 GPU accessible RAM: 24,325 MB VRAM: 24,325 MB Dedicated System RAM: 0 MB Shared System RAM: 68,648 MB API version: 12.2 (12.2) Device version: 12.0 (12.0) Vendor name: NVIDIA Driver date: 2024-09-26 000000.000000-000 Driver age: 2 months Driver version: 32.0.15.6590 Supports UMA: UNSUPPORTED D3D-ID: 8708 Device 1 Name: NVIDIA GeForce RTX 3090 Preferred: FALSE Power Envelope: UNKNOWN Attachment: UNKNOWN # attached displays: 0 GPU accessible RAM: 24,326 MB VRAM: 24,326 MB Dedicated System RAM: 0 MB Shared System RAM: 68,648 MB API version: 12.2 (12.2) Device version: 12.0 (12.0) Vendor name: NVIDIA Driver date: 2024-09-26 000000.000000-000 Driver age: 2 months Driver version: 32.0.15.6590 Supports UMA: UNSUPPORTED D3D-ID: 8708 End platform native {343 ms} {343 ms} Start platform OpenCL # displays: 0 # devices: 2 Device 0 Name: NVIDIA GeForce RTX 3090 Preferred: TRUE Power Envelope: DISCRETE Attachment: UNKNOWN # attached displays: 0 GPU accessible RAM: 25,769 MB VRAM: 25,769 MB Dedicated System RAM: 0 MB Shared System RAM: 0 MB API version: 3.0 (OpenCL 3.0 CUDA) Device version: 3.0 (OpenCL 3.0 CUDA) Vendor name: NVIDIA Driver date: UNKNOWN Driver age: UNKNOWN Driver version: UNKNOWN Bandwidth: 752 GB / s Compute score: 17,020.7 Device name string: NVIDIA GeForce RTX 3090 Device vendor string: NVIDIA Corporation Platform name string: NVIDIA CUDA Platform vendor string: NVIDIA Corporation Device 1 Name: NVIDIA GeForce RTX 3090 Preferred: FALSE Power Envelope: DISCRETE Attachment: UNKNOWN # attached displays: 0 GPU accessible RAM: 25,769 MB VRAM: 25,769 MB Dedicated System RAM: 0 MB Shared System RAM: 0 MB API version: 3.0 (OpenCL 3.0 CUDA) Device version: 3.0 (OpenCL 3.0 CUDA) Vendor name: NVIDIA Driver date: UNKNOWN Driver age: UNKNOWN Driver version: UNKNOWN Bandwidth: 744 GB / s Compute score: 16,946.9 Device name string: NVIDIA GeForce RTX 3090 Device vendor string: NVIDIA Corporation Platform name string: NVIDIA CUDA Platform vendor string: NVIDIA Corporation End platform OpenCL {860 ms} Exit code kExitNormal End sniffer 2024-11-18 16:30:34 [kStatusNormal, kExitNormal] [967 ms] Finish RunAllAPIs [970 ms] Finish GetSnifferResult ------- Sniffer output ======= GPU License Type: Subscription Serial number: 96740778436669863397 GUIDBucket: Composite Core GPU (comp_core_gpu): on Composite Core Threads (MultithreadedCompositing): on Composite Core UI (CompositingDocumentTabUI): off Composite Core Feature Prefs (CompCoreFeaturePrefs): off Application folder: C:\Program Files\Adobe\Adobe Photoshop 2025\ Temporary file path: C:\Users\carso\AppData\Local\Temp\ Photoshop scratch has async I/O enabled Scratch volume(s): G:\, 931.5G, 214.5G free Required Plugins folder: C:\Program Files\Adobe\Adobe Photoshop 2025\Required\Plug-ins\ Primary Plugins folder: C:\Program Files\Adobe\Adobe Photoshop 2025\Plug-ins\ Installed components: ACE.dll ACE 2024/09/03-10:20:40 79.b57869a 79.b57869a act_tracing.dll Copyright (c) 2021 Adobe. All Rights Reserved 1.0.58 AdobeLinguistic.dll Adobe Linguistic Library 1d87f11 AdobeOwl.dll Adobe Owl 5.5.0 AdobePDFL.dll PDFL 2024/07/16-07:59:40 79.ffbeabe 79.ffbeabe AdobePIP.dll Adobe Product Improvement Program 8.2.0.16 AdobeSVGAGM.dll AdobeSVGAGM 79.6336193 79.6336193 AdobeXMP.dll Adobe XMP Core 2024/07/16-07:59:40 79.b7c64cc 79.b7c64cc AdobeXMPFiles.dll Adobe XMP Files 2024/07/16-07:59:40 79.b7c64cc 79.b7c64cc AdobeXMPScript.dll Adobe XMP Script 2024/07/16-07:59:40 79.b7c64cc 79.b7c64cc AGM.dll AGM 2024/09/03-10:20:40 79.b57869a 79.b57869a AID.dll AID DLL 1.0.0.58 AIDE.dll AIDE 2024/08/15-06:27:58 79.4e19081 79.4e19081 aifm.dll AIFM 1.0 23.68434 AILib.dll Adobe Illustrator 2024 29.0.0 aiport.dll AIPort 1.0 23.68434 ARE.dll ARE 2024/09/03-10:20:40 79.b57869a 79.b57869a AXE8SharedExpat.dll AXE8SharedExpat 2024/05/17-16:39:40 79.c6ae425 79.c6ae425 AXEDOMCore.dll AXEDOMCore 2024/05/17-16:39:40 79.c6ae425 79.c6ae425 BIB.dll BIB 2024/09/03-10:20:40 79.b57869a 79.b57869a BIBUtils.dll BIBUtils 2024/09/03-10:20:40 79.b57869a 79.b57869a CoolType.dll CoolType 2024/09/03-10:20:40 79.b57869a 79.b57869a CRClient.dll Adobe Crash Reporter Client DLL 16.7.0.202408221003_c7c60a5 DirectML.dll DirectML Redistributable Library 1.13.1+240111-2204.1.dml-1.13.9b0890f dnssd.dll Bonjour 3,0,0,2 dvaaccelerate.dll Adobe DVA 2024 24.2.0 dvaadameve.dll Adobe DVA 2024 24.2.0 dvaappsupport.dll Adobe DVA 2024 24.2.0 dvaaudiodevice.dll Adobe DVA 2024 24.2.0 dvaaudiodsp.dll Adobe DVA 2024 24.2.0 dvacore.dll Adobe DVA 2024 24.2.0 dvacrashhandler.dll Adobe DVA 2024 24.2.0 dvaeve.dll Adobe DVA 2024 24.2.0 dvaevefactory.dll Adobe DVA 2024 24.2.0 dvamarshal.dll Adobe DVA 2024 24.2.0 dvamediatypes.dll Adobe DVA 2024 24.2.0 dvametadata.dll Adobe DVA 2024 24.2.0 dvametadataapi.dll Adobe DVA 2024 24.2.0 dvametadataUI.dll Adobe DVA 2024 24.2.0 dvanet.dll Adobe DVA 2024 24.2.0 dvaplayer.dll Adobe DVA 2024 24.2.0 dvascripting.dll Adobe DVA 2024 24.2.0 dvatemporalxmp.dll Adobe DVA 2024 24.2.0 dvatexteditor.dll Adobe DVA 2024 24.2.0 dvatransport.dll Adobe DVA 2024 24.2.0 dvaui.dll Adobe DVA 2024 24.2.0 dvavulcansupport.dll Adobe DVA 2024 24.2.0 dvaworkspace.dll Adobe DVA 2024 24.2.0 dynamic-torqnative.dll Unified Extensibility Platform uxp-8.0.1-release dynamiclink.dll Adobe DVA 2024 24.2.0 ExtendScript.dll ExtendScript 2022/08/18-12:50:45 82.4 82.4 filterport.dll FilterPort 1.1 O icucnv74.dll International Components for Unicode Build 14.0.1.04ee3a5 icuin74.dll International Components for Unicode Build 14.0.1.04ee3a5 icuuc74.dll International Components for Unicode Build 14.0.1.04ee3a5 ippcc.dll ippCC. Intel(R) Integrated Performance Primitives. Color Conversion. 2021.6 (r0xbffe3c5b) ippcck0.dll ippCC. Intel(R) Integrated Performance Primitives. Color Conversion. 2021.6 (r0xbffe3c5b) ippccl9.dll ippCC. Intel(R) Integrated Performance Primitives. Color Conversion. 2021.6 (r0xbffe3c5b) ippccy8.dll ippCC. Intel(R) Integrated Performance Primitives. Color Conversion. 2021.6 (r0xbffe3c5b) ippcore.dll core. Intel(R) Integrated Performance Primitives. Core Library. 2021.6 (r0xbffe3c5b) ippcv.dll ippCV. Intel(R) Integrated Performance Primitives. Computer Vision. 2021.6 (r0xbffe3c5b) ippcvk0.dll ippCV. Intel(R) Integrated Performance Primitives. Computer Vision. 2021.6 (r0xbffe3c5b) ippcvl9.dll ippCV. Intel(R) Integrated Performance Primitives. Computer Vision. 2021.6 (r0xbffe3c5b) ippcvy8.dll ippCV. Intel(R) Integrated Performance Primitives. Computer Vision. 2021.6 (r0xbffe3c5b) ippi.dll ippIP. Intel(R) Integrated Performance Primitives. Image Processing. 2021.6 (r0xbffe3c5b) ippik0.dll ippIP. Intel(R) Integrated Performance Primitives. Image Processing. 2021.6 (r0xbffe3c5b) ippil9.dll ippIP. Intel(R) Integrated Performance Primitives. Image Processing. 2021.6 (r0xbffe3c5b) ippiy8.dll ippIP. Intel(R) Integrated Performance Primitives. Image Processing. 2021.6 (r0xbffe3c5b) ipps.dll ippSP. Intel(R) Integrated Performance Primitives. Signal Processing. 2021.6 (r0xbffe3c5b) ippsk0.dll ippSP. Intel(R) Integrated Performance Primitives. Signal Processing. 2021.6 (r0xbffe3c5b) ippsl9.dll ippSP. Intel(R) Integrated Performance Primitives. Signal Processing. 2021.6 (r0xbffe3c5b) ippsy8.dll ippSP. Intel(R) Integrated Performance Primitives. Signal Processing. 2021.6 (r0xbffe3c5b) ippvm.dll ippVM. Intel(R) Integrated Performance Primitives. Vector Math. 2021.6 (r0xbffe3c5b) ippvmk0.dll ippVM. Intel(R) Integrated Performance Primitives. Vector Math. 2021.6 (r0xbffe3c5b) ippvml9.dll ippVM. Intel(R) Integrated Performance Primitives. Vector Math. 2021.6 (r0xbffe3c5b) ippvmy8.dll ippVM. Intel(R) Integrated Performance Primitives. Vector Math. 2021.6 (r0xbffe3c5b) JP2KLib.dll JP2KLib 2024/07/15-15:19:39 79.f218fde 79.f218fde libeay32.dll The OpenSSL Toolkit 1.0.2zg libifcoremd.dll Intel(r) Visual Fortran Compiler 10.0 (Update A) libiomp5md.dll Intel(R) OpenMP* Runtime Library 5.0 libmmd.dll Intel(R) C/C++/Fortran Compiler Mainline LogSession.dll LogSession 8.2.0.16 mediacoreif.dll Adobe DVA 2024 24.2.0 Microsoft.AI.MachineLearning.dll Microsoft® Windows® Operating System 1.17.20240223.4.8f5c79c mkl_avx2.2.dll Intel(R) oneAPI Math Kernel Library 2022.1 mkl_avx512.2.dll Intel(R) oneAPI Math Kernel Library 2022.1 mkl_core.2.dll Intel(R) oneAPI Math Kernel Library 2022.1 mkl_def.2.dll Intel(R) oneAPI Math Kernel Library 2022.1 mkl_mc3.2.dll Intel(R) oneAPI Math Kernel Library 2022.1 mkl_sequential.2.dll Intel(R) oneAPI Math Kernel Library 2022.1 mkl_vml_avx2.2.dll Intel(R) oneAPI Math Kernel Library 2022.1 mkl_vml_avx512.2.dll Intel(R) oneAPI Math Kernel Library 2022.1 mkl_vml_def.2.dll Intel(R) oneAPI Math Kernel Library 2022.1 mkl_vml_mc3.2.dll Intel(R) oneAPI Math Kernel Library 2022.1 MPS.dll MPS 2024/07/16-07:59:40 79.e1bf93f 79.e1bf93f onnxruntime.dll Microsoft® Windows® Operating System 1.17.20240223.4.8f5c79c opencv_world452.dll OpenCV library 4.5.2 pdfport.dll PDFPort 2020/11/19-11:34:27 79.625377 79.625377 Plugin.dll Adobe Photoshop 2025 26.0 PlugPlugExternalObject.dll Adobe(R) CEP PlugPlugExternalObject Standard Dll (64 bit) 12.0.0 PlugPlugOwl.dll Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit) 12.0.0.14 PSCloud.dll 1.0.0.1 PSRes.dll Adobe Photoshop 2025 26.0 PSViews.dll Adobe Photoshop 2025 26.0 ScCore.dll ScCore 2022/08/18-12:50:45 82.4 82.4 ssleay32.dll The OpenSSL Toolkit 1.0.2zg SVGRE.dll SVGRE 79.6ae16be 79.6ae16be svml_dispmd.dll Intel(R) C/C++/Fortran Compiler Mainline VulcanControl.dll Vulcan Application Control Library 7.2.0.34 VulcanMessage5.dll Vulcan Message Library 7.2.0.34 WinRTSupport.dll Adobe Photoshop Windows RT Support 1.0.1.0 WRServices.dll WRServices Build 19.0.0.229b8f9 19.0.0.229b8f9 Unified Extensibility Platform uxp-8.0.1-release UPIC 2.6.0 Required plugins: Accented Edges 26.0 - from the file “Filter Gallery.8bf” Adaptive Wide Angle 26.0 - from the file “Adaptive Wide Angle.8bf” Analog Efex Pro 3 NO VERSION - from the file “NikCollection.8bf” Angled Strokes 26.0 - from the file “Filter Gallery.8bf” Average 26.0 - from the file “Average.8bf” BackgroundFilter 5.0.5 - from the file “Background.8bf” Bas Relief 26.0 - from the file “Filter Gallery.8bf” BMP 26.0 - from the file “Standard MultiPlugin.8bf” Camera Raw 17.0.1 - from the file “Camera Raw.8bi” Camera Raw Filter 17.0.1 - from the file “Camera Raw.8bi” Chalk && Charcoal 26.0 - from the file “Filter Gallery.8bf” Charcoal 26.0 - from the file “Filter Gallery.8bf” Chrome 26.0 - from the file “Filter Gallery.8bf” Cineon 26.0 - from the file “Cineon.8bi” Clouds 26.0 - from the file “Clouds.8bf” Color Efex Pro 5 NO VERSION - from the file “NikCollection.8bf” Color Halftone 26.0 - from the file “Standard MultiPlugin.8bf” Colored Pencil 26.0 - from the file “Filter Gallery.8bf” Conté Crayon 26.0 - from the file “Filter Gallery.8bf” Craquelure 26.0 - from the file “Filter Gallery.8bf” Crop and Straighten Photos 26.0 - from the file “CropPhotosAuto.8li” Crop and Straighten Photos Filter 26.0 - from the file “Standard MultiPlugin.8bf” Crosshatch 26.0 - from the file “Filter Gallery.8bf” Crystallize 26.0 - from the file “Standard MultiPlugin.8bf” Cutout 26.0 - from the file “Filter Gallery.8bf” Dark Strokes 26.0 - from the file “Filter Gallery.8bf” De-Interlace 26.0 - from the file “Standard MultiPlugin.8bf” Dfine 2 5.0.5 - from the file “Dfine2.8bf” Dicom 26.0 - from the file “Dicom.8bi” Difference Clouds 26.0 - from the file “Clouds.8bf” Diffuse Glow 26.0 - from the file “Filter Gallery.8bf” Displace 26.0 - from the file “Standard MultiPlugin.8bf” Dry Brush 26.0 - from the file “Filter Gallery.8bf” Entropy 26.0 - from the file “statistics.8ba” Export Color Lookup Tables 26.0 - from the file “Export3DLUT.8be” Exposure X7 7.1.8 - from the file “Exposure Software Exposure X7 Photoshop x64.8bf” Exposure X7 Autolayer 7.1.8 - from the file “Exposure Software Exposure X7 Autolayer x64.8li” Extrude 26.0 - from the file “Standard MultiPlugin.8bf” FastCore Routines 26.0 - from the file “FastCore.8bx” Fibers 26.0 - from the file “Standard MultiPlugin.8bf” Film Grain 26.0 - from the file “Filter Gallery.8bf” Filter Gallery 26.0 - from the file “Filter Gallery.8bf” FineStructuresFilter 5.0.5 - from the file “FineStructures.8bf” Fresco 26.0 - from the file “Filter Gallery.8bf” GigapixelApplyImageDataFilter NO VERSION - from the file “TopazGigapixelAIApply.8bf” Glass 26.0 - from the file “Filter Gallery.8bf” Glowing Edges 26.0 - from the file “Filter Gallery.8bf” Grain 26.0 - from the file “Filter Gallery.8bf” Graphic Pen 26.0 - from the file “Filter Gallery.8bf” Halftone Pattern 26.0 - from the file “Filter Gallery.8bf” Halide Bottlenecks 26.0 - from the file “HalideBottlenecks.8bx” HDR Efex Pro 2 5.0.5 - from the file “HDR Efex Pro 2.8bf” HDRMergeUI 26.0 - from the file “HDRMergeUI.8bf” HotPixelsFilter 5.0.5 - from the file “HotPixels.8bf” HSB/HSL 26.0 - from the file “Standard MultiPlugin.8bf” IFF Format 26.0 - from the file “Standard MultiPlugin.8bf” Ink Outlines 26.0 - from the file “Filter Gallery.8bf” JPEG 2000 26.0 - from the file “JPEG2000.8bi” Kurtosis 26.0 - from the file “statistics.8ba” Lens Blur 26.0 - from the file “Lens Blur.8bf” Lens Correction 26.0 - from the file “Lens Correction.8bf” Lens Flare 26.0 - from the file “Standard MultiPlugin.8bf” Liquify 26.0 - from the file “Liquify.8bf” Matlab Operation 26.0 - from the file “ChannelPort.8bf” Maximum 26.0 - from the file “statistics.8ba” Mean 26.0 - from the file “statistics.8ba” Measurement Core 26.0 - from the file “MeasurementCore.8me” Median 26.0 - from the file “statistics.8ba” Merge to HDR Efex Pro 2 5.0.5 - from the file “HDR Efex Pro 2.8bf” Mezzotint 26.0 - from the file “Standard MultiPlugin.8bf” Minimum 26.0 - from the file “statistics.8ba” MMXCore Routines 26.0 - from the file “MMXCore.8bx” Mosaic Tiles 26.0 - from the file “Filter Gallery.8bf” Multiprocessor Support 26.0 - from the file “MultiProcessor Support.8bx” Neon Glow 26.0 - from the file “Filter Gallery.8bf” Nik Collection Service NO VERSION - from the file “NikCollection.8bf” Nik Selective Tool 2 5.0.5 - from the file “SelectivePalette.8li” Note Paper 26.0 - from the file “Filter Gallery.8bf” NTSC Colors 26.0 - from the file “NTSC Colors.8bf” Ocean Ripple 26.0 - from the file “Filter Gallery.8bf” OpenEXR 26.0 - from the file “Standard MultiPlugin.8bf” Optics 2022 NO VERSION - from the file “Optics.8bf” Paint Daubs 26.0 - from the file “Filter Gallery.8bf” Palette Knife 26.0 - from the file “Filter Gallery.8bf” Parametric Filter NO VERSION - from the file “MaterialFilter.8bf” Patchwork 26.0 - from the file “Filter Gallery.8bf” Paths to Illustrator 26.0 - from the file “Standard MultiPlugin.8bf” PCX 26.0 - from the file “PCX.8bi” Perspective Efex 5.0.5.47 - from the file “PhotoshopPlugin-filterPerspectiveEfex64.8bf” Perspective Efex automation 5.0.5.47 - from the file “PhotoshopPlugin-automationPerspectiveEfex64.8li” Photocopy 26.0 - from the file “Filter Gallery.8bf” Picture Package Filter 26.0 - from the file “ChannelPort.8bf” Pinch 26.0 - from the file “Standard MultiPlugin.8bf” Pixar 26.0 - from the file “Pixar.8bi” Plaster 26.0 - from the file “Filter Gallery.8bf” Plastic Wrap 26.0 - from the file “Filter Gallery.8bf” Pointillize 26.0 - from the file “Standard MultiPlugin.8bf” Polar Coordinates 26.0 - from the file “Standard MultiPlugin.8bf” Portable Bit Map 26.0 - from the file “PBM.8bi” Poster Edges 26.0 - from the file “Filter Gallery.8bf” Radial Blur 26.0 - from the file “Standard MultiPlugin.8bf” Radiance 26.0 - from the file “Radiance.8bi” Range 26.0 - from the file “statistics.8ba” Render Color Lookup Grid 26.0 - from the file “Export3DLUT.8be” Reticulation 26.0 - from the file “Filter Gallery.8bf” Ripple 26.0 - from the file “Standard MultiPlugin.8bf” Rough Pastels 26.0 - from the file “Filter Gallery.8bf” Save for Web 26.0 - from the file “Save for Web.8be” ScriptingSupport 26.0 - from the file “ScriptingSupport.8li” ShadowsFilter 5.0.5 - from the file “Shadows.8bf” Sharpener Pro 3: (1) RAW Presharpener 5.0.5 - from the file “SHP3RPS.8bf” Sharpener Pro 3: (2) Output Sharpener 5.0.5 - from the file “SHP3OS.8bf” Shear 26.0 - from the file “Standard MultiPlugin.8bf” Silver Efex Pro 3 NO VERSION - from the file “NikCollection.8bf” Skewness 26.0 - from the file “statistics.8ba” SkinFilter 5.0.5 - from the file “Skin.8bf” SkyFilter 5.0.5 - from the file “Sky.8bf” Smart Blur 26.0 - from the file “Standard MultiPlugin.8bf” Smudge Stick 26.0 - from the file “Filter Gallery.8bf” Solarize 26.0 - from the file “Solarize.8bf” SP Substance Suite NO VERSION - from the file “MaterialSuite.8li” Spatter 26.0 - from the file “Filter Gallery.8bf” Spherize 26.0 - from the file “Standard MultiPlugin.8bf” Sponge 26.0 - from the file “Filter Gallery.8bf” Sprayed Strokes 26.0 - from the file “Filter Gallery.8bf” Stained Glass 26.0 - from the file “Filter Gallery.8bf” Stamp 26.0 - from the file “Filter Gallery.8bf” Standard Deviation 26.0 - from the file “statistics.8ba” StrongNoiseFilter 5.0.5 - from the file “StrongNoise.8bf” Sumi-e 26.0 - from the file “Filter Gallery.8bf” Summation 26.0 - from the file “statistics.8ba” Targa 26.0 - from the file “Standard MultiPlugin.8bf” Texturizer 26.0 - from the file “Filter Gallery.8bf” Tiles 26.0 - from the file “Standard MultiPlugin.8bf” Topaz Adjust AI 18.0 - from the file “tltopazadjustaips_x64.8bf” Topaz DeNoise AI 18.0 - from the file “tltopazdenoiseaips_x64.8bf” Topaz Mask AI 18.0 - from the file “tltopazmaskaips_x64.8bf” Topaz Mask AI Automation 10.0 - from the file “MaskAIAutomation.8li” Topaz Sharpen AI 18.0 - from the file “tltopazsharpenaips_x64.8bf” Torn Edges 26.0 - from the file “Filter Gallery.8bf” Twirl 26.0 - from the file “Standard MultiPlugin.8bf” Underpainting 26.0 - from the file “Filter Gallery.8bf” Vanishing Point 26.0 - from the file “VanishingPoint.8bf” Variance 26.0 - from the file “statistics.8ba” Viveza 3 NO VERSION - from the file “NikCollection.8bf” Water Paper 26.0 - from the file “Filter Gallery.8bf” Watercolor 26.0 - from the file “Filter Gallery.8bf” Wave 26.0 - from the file “Standard MultiPlugin.8bf” WIA Support 26.0 - from the file “WIASupport.8li” Wind 26.0 - from the file “Standard MultiPlugin.8bf” Wireless Bitmap 26.0 - from the file “WBMP.8bi” ZigZag 26.0 - from the file “Standard MultiPlugin.8bf” Optional and third party plugins: Exr-IO 2.0 - from the file “C:\Program Files\Adobe\Adobe Photoshop 2025\Plug-ins\Exr-IO.8bi” GigapixelGatherImageDataFilter NO VERSION - from the file “C:\Program Files\Adobe\Adobe Photoshop 2025\Plug-ins\TopazGigapixelAIGather.8bf” Topaz Gigapixel AI NO VERSION - from the file “C:\Program Files\Adobe\Adobe Photoshop 2025\Plug-ins\TopazGigapixelAIAutomate.8bi” Topaz Photo AI NO VERSION - from the file “C:\Program Files\Adobe\Adobe Photoshop 2025\Plug-ins\TopazPhotoAI.8bf” Topaz Photo AI NO VERSION - from the file “C:\Program Files\Adobe\Adobe Photoshop 2025\Plug-ins\TopazPhotoAIAutomate.8bi” TPAIApplyImageDataFilter NO VERSION - from the file “C:\Program Files\Adobe\Adobe Photoshop 2025\Plug-ins\TopazPhotoAIApply.8bf” TPAIGatherImageDataFilter NO VERSION - from the file “C:\Program Files\Adobe\Adobe Photoshop 2025\Plug-ins\TopazPhotoAIGather.8bf” Duplicate and Disabled plugins: GigapixelApplyImageDataFilter NO VERSION - from the file “C:\Program Files\Adobe\Adobe Photoshop 2025\Plug-ins\TopazGigapixelAIApply.8bf” GigapixelGatherImageDataFilter NO VERSION - from the file “TopazGigapixelAIGather.8bf” Topaz Gigapixel AI NO VERSION - from the file “TopazGigapixelAIAutomate.8bi” Topaz Photo AI NO VERSION - from the file “TopazPhotoAI.8bf” Topaz Photo AI NO VERSION - from the file “TopazPhotoAIAutomate.8bi” TPAIApplyImageDataFilter NO VERSION - from the file “TopazPhotoAIApply.8bf” TPAIGatherImageDataFilter NO VERSION - from the file “TopazPhotoAIGather.8bf” Plugins that failed to load: NONE Unified Extensibility Platform - Extensions: Home Screen (Loaded) 7.9.0.53 - from the file "C:\Program Files\Common Files\Adobe/UXP/Extensions\com.adobe.ccx.start-7.9.0\" CmdN: 1.21.3 UAB: 2.18.0-8 Loaded at: 157 ms - launch time impact: 59 ms ccx-timeline (Prepared) 3.1.12.0 - from the file "Required Folder" CCX Commenting UXP Webview (Loaded) 30.7.0.0 - from the file "Required Folder" Loaded at: 150338 ms - launch time impact: 0 ms CCX Sharesheet UXP (Prepared) 30.15.0.0 - from the file "Required Folder" In app notifications (Loaded) 2.0.25.0 - from the file "Required Folder" Loaded at: 162 ms - launch time impact: 0 ms Configurator Reloaded 2 (Loaded) 2.0.5.0 - from the file "Plugin Marketplace" Loaded at: 6674 ms - launch time impact: 2 ms Content Credentials (Loaded) 0.46.0.0 - from the file "Required Folder" Loaded at: 8937 ms - launch time impact: 95 ms CC Libraries Panel (Prepared) 4.6.80.0 - from the file "C:\Program Files\Common Files\Adobe/CEP/Extensions\CC_LIBRARIES_PANEL_EXTENSION_4_6_80\" CAPTURE: 2.0.41 STOCK: 4.2.4 Parametric Filter (Loaded) 0.1.8.0 - from the file "Required Folder" Loaded at: 150339 ms - launch time impact: 1 ms Photoshop Adjustments Panel (Loaded) 2.2.6.0 - from the file "Required Folder" Loaded at: 6671 ms - launch time impact: 11 ms Photoshop UXP Export-As (Prepared) 5.11.0.0 - from the file "Required Folder" Photoshop In App Messaging (Loaded) 4.4.27.0 - from the file "Required Folder" Loaded at: 150341 ms - launch time impact: 2 ms Information Alert (Prepared) 0.5.0.0 - from the file "Required Folder" Photoshop Selection Feedback (Prepared) 0.5.0.0 - from the file "Required Folder" Plugins Panel (Prepared) 1.6.9.0 - from the file "Required Folder" IC popup message (Loaded) 1.0.0.0 Loaded at: 9026 ms - launch time impact: 0 ms Multilayer Protection (Loaded) 1.0.0.0 Loaded at: 9027 ms - launch time impact: 0 ms Discover Panel (Loaded) 2409.107.0.19 - from the file "Required Folder" Loaded at: 150346 ms - launch time impact: 34 ms Neural Filters (Registered) 1.15.0.100 - from the file "Required Folder" Scan time: 1 ms - entries: 38 Extensions: Libraries 1.0.0 - from the file “C:\Program Files\Common Files\Adobe\CEP\extensions\CC_LIBRARIES_PANEL_EXTENSION_4_6_80\index.html” BBTools PostProduction Master 1.1.7 - from the file “C:\Users\carso\AppData\Roaming\Adobe\CEP\extensions\com.bbtools.ppm\index.html” Export As 4.8.15 - from the file “C:\Program Files\Adobe\Adobe Photoshop 2025\Required\CEP\extensions\com.adobe.photoshop.crema\index.html” Configurator Reloaded 1.9.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\configuratorReloaded\index.html” configuratorReloadedPanel3LayoutSettings 1.9.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\configuratorReloaded\layoutSettings\index3.html” configuratorReloadedPanel2LayoutSettings 1.9.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\configuratorReloaded\layoutSettings\index2.html” com.pantone.v1.1.auth 1.0.10 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\Pantone Connect\html\auth.html” Pantone Connect 1.0.10 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\Pantone Connect\html\index.html” com.adobe.capture.extension 2.0.41 - from the file “C:\Program Files\Common Files\Adobe\CEP\extensions\CC_LIBRARIES_PANEL_EXTENSION_4_6_80\extensions\capture\capture.html” com.adobe.stock.panel.licensing-embedded 4.0.35 - from the file “C:\Program Files\Common Files\Adobe\CEP\extensions\CC_LIBRARIES_PANEL_EXTENSION_4_6_80\extensions\stock-panel-licensing\index.html” configuratorReloadedPanel2 1.9.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\configuratorReloaded\index2.html” configuratorReloadedLayoutSettings 1.9.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\configuratorReloaded\layoutSettings\index.html” configuratorReloadedPanel3 1.9.0 - from the file “C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\configuratorReloaded\index3.html” Export As 4.8.15 - from the file “C:\Program Files\Adobe\Adobe Photoshop 2025\Required\CEP\extensions\com.adobe.photoshop.crema\index.html” com.adobe.cclibraries.manager 1.0.0 - from the file “C:\Program Files\Common Files\Adobe\CEP\extensions\CC_LIBRARIES_PANEL_EXTENSION_4_6_80\manager.html” Installed TWAIN devices: NONE
... View more
Nov 18, 2024
02:10 PM
2 Upvotes
Not sure if others are seeing this. Image Processor is broken in PS 2025. It opens from the File / Scripts menu however when you run it, it freezes on the first image. Anyone else seeing this?
... View more
Nov 05, 2024
07:03 AM
The action (used in production for many years now) uses filter / noise / median. Windows 11 Pro. Latest Nvidia drivers etc. 2024 is fine and the latest 2025 crashes. Fair to say it's a bug in the update.
... View more
Oct 29, 2024
11:01 AM
I have an action (often used) that is now causing Photoshop 2025 to crash regularly and reliably. Part of the action uses Median blur with the Action Toggle activated. When activated PS will freeze and crash. If I turn off the action toggle and run the Action everything is fine. I'm not sure if the bug is for all Action Toggles or just when Median blur has an Action Toggle activated.
... View more
Oct 23, 2024
02:13 PM
3 Upvotes
I appreciate that the Adobe team are aware our frustration over this issue. I'd like to relay the idea to them also, that when designing a new UI model, the parameters and functionality that users find essential (eg. modifying the UI to properly adjust to the workstation being used) must be maintained. In other words, I 'get' that the new model doesn't allow for the previous functionality of adjusting the font size. My question is why did your process of building the new UI and your way of thinking about it, discount the need for users to scale the UI font to work in their workstation setup in this case? Why, when designing the new UI, was it okay to remove useful functionality? Not only has this become a source of frustration for many users, but it seems like an unreasonable compromise.
... View more
Oct 22, 2024
07:36 PM
6 Upvotes
Let's sum this up quickly. Many people use 4K displays. Font scaling has been a critical UI feature used for refining our workstations. The latest 2025 release of both PPro and AE has removed this option for reasons unknown. It was a bad decision. The simple solution, I'm hoping we see a hot fix for asap, is to bring back the option to adjust the font size. I shouldn't have to be requesting this. The option to do this shouldn't have been removed in the first place.
... View more
Oct 19, 2024
08:21 AM
2 Upvotes
Why are we being asked to create a feature request for something that has been a part of the software for many years now? A better feature request would be for Adobe to hire professionals, who work in creative production, to test their software releases. Anyone who uses the software in the 'wild' would have caught this and pointed it out very early on. We're all paying hard earned money for this software so please correctly beta test the apps before they release to those of us who use it professionally. Downgrading now until this is resolved.
Mod note. Title was added. Post was branched and moved here.
... View more
Oct 19, 2024
08:14 AM
4 Upvotes
Adding my voice to the mix here... Adobe does anyone on your team actually use the software for actual production projects or are they only 'designing' the apps? Noticing in both Premiere 2025 and After Effects 2025 that we can no longer adjust the UI font size based on our systems. Seems like there always has to be some kind of major user experience feature that gets broken for every major update. Please fix this since it does make the new releases basically unusable for many of us. Also, please stop releasing beta software. This should have been caught and resolved well before this ever became an issue.
... View more
Aug 12, 2024
02:28 PM
I'm not sure Photoshop would change the file format of an already existing file that you open. For example, if you open a TIFF file and hit save it preserves the format. The default behaviour would be for newly created documents in PS where it hasn't already been saved in an existing format. As an example I load images as layers out of Bridge using a keyboard shortcut (new to Bridge recently) and then set up and run a script to organize the file for compositing. Where having the option to have PS save in PSB as a default would be useful is for this type of scenario. Currently I always have to change the format to PSB when I save or save as. It's a nuisance and the clicking adds up over years of projects.
... View more
Aug 12, 2024
12:52 PM
Putting in a request to be able to change the default file type when hitting 'Save' in Photoshop. I do a lot of compositing work and always work in PSB. Given that I work on hundreds of images per year this would save me a lot of mouse clicks and better streamline the workflow.
... View more
Jun 04, 2024
06:14 AM
1 Upvote
Lightroom Classic seems like a name that was given to an app that is meant to be phased out over time and I think many of us can agree that the 'Classic' version of Lightroom is a much needed application in studio and professional environments. Putting in a request to change the name from Lightroom Classic to Lightroom Studio. Also thought about including 'Lighty-Mc Lightface' as an option 😉. If you're a Lightroom Classic user and don't like the 'Classic' in the name please share your thoughts here and perhaps Adobe marketing will agree and change it to something better.
... View more
Mar 19, 2024
07:40 AM
3 Upvotes
It seems like it's just about every other update where someone on your Dev team decides to reintroduce the LOG file that gets saved out. Shortly after a user complains and then someone from Adobe typically responds and says that the log file should not be there and it should be fixed in an update. This happens regularly and often. It happens regularly and often. It happens a lot... and often. Enough please.
... View more
Jan 28, 2024
08:49 AM
10 Upvotes
I've been using Midjourney and this is standard and makes sense. With Adobe we seem to be using credits but unless we manually save it they're simply gone?! Why wasn't this flagged at the earliest stages of setting the design parameters for Firefly. This should be implemented immediately. Thanks to the OP for getting Adobe's attention and adding it to their to-do list.
... View more
Oct 19, 2023
02:57 PM
1 Upvote
Would love to see edge feather added to the Pen Tool. Mocha Pro has had this for a very long time and it doesn't seem to be on Adobe's radar. Would be super powerful and is much needed IMO. For those of you who haven't seen it before I have attached a quick screen capture that illustrates what it looks like and I have provided a video link that demonstrates how it's used in Mocha. Having this in PS would be a big step forward. https://vimeo.com/258256789
... View more
Oct 19, 2023
02:49 PM
3 Upvotes
Would love to see an update to the Image Processor that includes the option to save PSB. Would be fantastic for those of us that composite very large images. Curious to know if others would find this useful, and also what other features you might want to see added to the native Image Processor. I don't think it's seen any updates / upgrades in decades.
... View more
Oct 19, 2023
05:47 AM
4 Upvotes
I suspect there's something bigger at play here. It feels like there's been a major shift in how the PS UI performs and interacts with the GPU. UI updates are at a snails pace and it feels overall extremely clunky. Definitely layer masks are broken within the Layers panel. Whatever Adobe have done on the back end really is making the experience of working in PS pretty terrible comparatively. When layer masks break in the panel I find often there's also issues in the working space as well and the masking is broken there as well. Either running a 'Select All / Crop" will fix the issue or quiting out of PS and restarting will correct the issue. The masks themselves are correct and fine except for the glitches and breaks introduced by this buggy behavior. I have to add a masking check to my preflight now to be sure the glitches don't translate through to a final delivered file.
... View more
Oct 16, 2023
11:54 AM
8 Upvotes
OCIO is the (relatively new compared to icc) standard for post production and definitely isn't limited to video work. I couldn't disagree more with your statement re. this. CGI is a massive part of the post production workflow and is used in both stills and video projects. Think about advertising renders that go to both video and print campaigns. The goal here, much like the goal with icc colour management, is to establish a standard workflow across the board. ICC has worked really well for a couple of decades now for print work. The world has changed pretty dramatically in the last several years and video and print work and workflows should play nicely together and have compatible standards. I agree that there's no reason why these two standards can't coexist. OCIO in Photoshop would be a massive improvement to how things have to be done currently in order to get things to work. It's a hack workflow that needs to mature asap.
... View more
Oct 16, 2023
10:32 AM
5 Upvotes
As a means of supporting a great many artists that use it, Photoshop needs to support OCIO / Aces asap natively. The request has been put in directly to Adobe by several people in the past, including myself, but we're still not seeing it. AE just implemented it. FYI - rendering out of Cinema 4D and with compositing and finishing work to be done in PS. Should be as simple as rendering via OCIO out of Redshift and opening via OCIO in Photoshop.
... View more
Sep 27, 2023
11:05 AM
11 Upvotes
I'm seeing a very annoying bug with both the smudge and mixer brushes where longer strokes see stepping / aliasing regardless of brush smooth settings. Screen capture included for reference.
... View more
Sep 25, 2023
07:20 AM
15 Upvotes
I've upgraded to Photoshop 25 (2024) and I'm experiencing lag and slow reaction times in the Layers Panel. There's lag whenever clicking between layers or dragging them to new positions within the panel. Layer masks don't immediately update when copying and pasting them between layers. Also, layer masks fragment (introduced blocky artifacts in mask) from time to time without any predictability or obvious cause. A workaround I've discovered is to 'Select All' then choose Crop (not ideal) and this will repair the affected layer masks. I started seeing all of this behavior in the previous version however it appears to be getting worse. Screenshots of the layer mask fragmentation are included. System specs below as well. It seems clear to me that while on the surface the Photoshop UI looks the same, things are happening on the back end that are making PS feel clunky, buggy, and slow. If others are experiencing this please drop a quick note in the thread. AMD TR 3970x Dual Nvidia RTX 3090 (running Studio Drivers - behavior spans multiple drivers) 128 GB DDR4 Windows 11 (behavior spans multiple OS versions)
... View more
Jul 21, 2023
08:15 AM
2 Upvotes
Yes I'm not seeing it either. Is it only now in the beta version?
... View more
Jul 06, 2023
02:58 PM
1 Upvote
Bridge against the Creative Cloud App... Adobe fix this asap please so that your UI is updated and matches with our Windows 11 system UI.
... View more