Ghoul Fool
Engaged
Ghoul Fool
Engaged
Activity
Feb 22, 2025
01:56 AM
2 Upvotes
That's not gonna help Kappa Kappa Pi! 😄 - But yes a new solution to a script written about 12 years ago
... View more
Feb 19, 2025
01:08 AM
1 Upvote
I'm aware of Davide's book and it may come down to that. ...until then I'll try and stick with good old Photoshop ECMA script.
... View more
Feb 10, 2025
04:12 PM
1 Upvote
thank you, it's works.
... View more
Feb 07, 2025
06:32 AM
1 Upvote
I've stabilised it with an if /else: if (transformtype == "nn") // avoids passing string directly to stringIDToTypeID
{
var idNrst = charIDToTypeID( "Nrst" );
desc5623.putEnumerated( idIntr, idIntp, idNrst );
}
else
{
var idbicubicAutomatic = stringIDToTypeID( "bicubicAutomatic" );
desc5623.putEnumerated( idIntr, idIntp, idbicubicAutomatic );
}
... View more
Feb 05, 2025
11:58 AM
Feb 05, 2025
11:57 AM
1 Upvote
This doesn't appear to be a hardware issue, I'm not using a tablet and I'm seeing the issue. Instead, this appears to be some sort of conflict with the OS. We're having this looked at and we'll update the thread when we have more info
... View more
Feb 04, 2025
06:52 AM
1 Upvote
of course it doesn't work if the wacom tablets not plugged it! So yes, it works with both brush, pencil and eraser tools. Thank you!
... View more
Feb 04, 2025
06:21 AM
The modification to the manifest came up with the same error as before. Whilst the showCustomAlert - did nothing. Double click the script and no response - presumably it compile and ran ok, but didn't add anything to the screen alertwise.
... View more
Jan 30, 2025
06:31 AM
But looks like it can be scripted.
... View more
Community Expert
in Photoshop ecosystem Discussions
Jan 24, 2025
05:39 PM
2 Upvotes
Jan 24, 2025
05:39 PM
2 Upvotes
@Ghoul Fool
Not that I am aware of, these are native OS windows.
I have always been challenged with scriptUI. So when I found out about the dialog builder from Joonas Pääkkö, I created some template/boilerplate versions of the standard UI windows and added the additional code required to "do stuff":
https://github.com/MarshySwamp/ScriptUI-Alert-Window
https://github.com/MarshySwamp/ScriptUI-Prompt-Window
https://github.com/MarshySwamp/ScriptUI-Prompt-Window-Integer
https://github.com/MarshySwamp/ScriptUI-Confirm-Window
... View more
Jan 16, 2025
06:35 AM
If you want to share a file, please use the forum's web interface. Change the file extension to .pdf.
... View more
Jan 06, 2025
05:49 AM
You kids, with your fancy lingo! Thanks for checking in with me. But "Combine files workflow" - I have no idea what that actually means. I appreciate the fix using Regedit - but as a customer, myself, or anyone else for that matter, really shouldn't have to be messing around with the register to fix things. Especially from a website that's three years out of date.
... View more
Dec 18, 2024
03:46 AM
Unfortunately, I'm not the one to answer that.
... View more
Dec 04, 2024
09:54 PM
To resolve the issue with Adobe Fonts not syncing and the missing Fonts icon in Creative Cloud, try updating the Creative Cloud app, restarting Adobe services, and toggling Adobe Fonts off and on in the preferences. Clear the font cache by deleting the relevant folders in your system or reinstall Creative Cloud.
... View more
Dec 02, 2024
07:29 AM
1 Upvote
Yes it's the same here on the Mac side.
It seems the Lock Workspace doesn't work on panels that are free floating and aren't docked to the sides of the Photoshop interface.
... View more
Dec 02, 2024
03:13 AM
Photoshop & PC were shut down in an orderly manner that evening. So I've no idea what happened.
... View more
Dec 02, 2024
02:08 AM
1 Upvote
r-bin That's got it!
... View more
Nov 28, 2024
01:08 AM
Another one popped up. I'm just gonna carry on loggin the dates and work out their frequency:
... View more
Nov 27, 2024
06:12 AM
Once opened it says it has no fullName. 🙂 But after saving (old file done on previous version of Indd, me thinks) it remorts it in the form:
/c/some%20folder/my%20file.indd
By @Ghoul Fool
So INDD has been converted from some older version?
... View more
Nov 18, 2024
06:26 AM
1 Upvote
Looks like even with the gpu switched off (and menu item ghosted out) the perspective warp script still works with identical results: // =======================================================
var idperspectiveWarpTransform = stringIDToTypeID( "perspectiveWarpTransform" );
var desc4512 = new ActionDescriptor();
var idnull = charIDToTypeID( "null" );
var ref837 = new ActionReference();
var idLyr = charIDToTypeID( "Lyr " );
var idOrdn = charIDToTypeID( "Ordn" );
var idTrgt = charIDToTypeID( "Trgt" );
ref837.putEnumerated( idLyr, idOrdn, idTrgt );
desc4512.putReference( idnull, ref837 );
var idMd = charIDToTypeID( "Md " );
var idperspectiveWarpMode = stringIDToTypeID( "perspectiveWarpMode" );
var idwarp = stringIDToTypeID( "warp" );
desc4512.putEnumerated( idMd, idperspectiveWarpMode, idwarp );
var idreferenceRect = stringIDToTypeID( "referenceRect" );
var desc4513 = new ActionDescriptor();
var idTop = charIDToTypeID( "Top " );
var idPxl = charIDToTypeID( "#Pxl" );
desc4513.putUnitDouble( idTop, idPxl, 174.000000 );
var idLeft = charIDToTypeID( "Left" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4513.putUnitDouble( idLeft, idPxl, 532.000000 );
var idBtom = charIDToTypeID( "Btom" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4513.putUnitDouble( idBtom, idPxl, 626.000000 );
var idRght = charIDToTypeID( "Rght" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4513.putUnitDouble( idRght, idPxl, 667.000000 );
var idRctn = charIDToTypeID( "Rctn" );
desc4512.putObject( idreferenceRect, idRctn, desc4513 );
var idvertices = stringIDToTypeID( "vertices" );
var list339 = new ActionList();
var desc4514 = new ActionDescriptor();
var idHrzn = charIDToTypeID( "Hrzn" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4514.putUnitDouble( idHrzn, idPxl, 581.000000 );
var idVrtc = charIDToTypeID( "Vrtc" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4514.putUnitDouble( idVrtc, idPxl, 172.000000 );
var idPnt = charIDToTypeID( "Pnt " );
list339.putObject( idPnt, desc4514 );
var desc4515 = new ActionDescriptor();
var idHrzn = charIDToTypeID( "Hrzn" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4515.putUnitDouble( idHrzn, idPxl, 667.000000 );
var idVrtc = charIDToTypeID( "Vrtc" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4515.putUnitDouble( idVrtc, idPxl, 172.000000 );
var idPnt = charIDToTypeID( "Pnt " );
list339.putObject( idPnt, desc4515 );
var desc4516 = new ActionDescriptor();
var idHrzn = charIDToTypeID( "Hrzn" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4516.putUnitDouble( idHrzn, idPxl, 667.000000 );
var idVrtc = charIDToTypeID( "Vrtc" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4516.putUnitDouble( idVrtc, idPxl, 625.000000 );
var idPnt = charIDToTypeID( "Pnt " );
list339.putObject( idPnt, desc4516 );
var desc4517 = new ActionDescriptor();
var idHrzn = charIDToTypeID( "Hrzn" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4517.putUnitDouble( idHrzn, idPxl, 581.000000 );
var idVrtc = charIDToTypeID( "Vrtc" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4517.putUnitDouble( idVrtc, idPxl, 625.000000 );
var idPnt = charIDToTypeID( "Pnt " );
list339.putObject( idPnt, desc4517 );
var desc4518 = new ActionDescriptor();
var idHrzn = charIDToTypeID( "Hrzn" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4518.putUnitDouble( idHrzn, idPxl, 533.000000 );
var idVrtc = charIDToTypeID( "Vrtc" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4518.putUnitDouble( idVrtc, idPxl, 624.000000 );
var idPnt = charIDToTypeID( "Pnt " );
list339.putObject( idPnt, desc4518 );
var desc4519 = new ActionDescriptor();
var idHrzn = charIDToTypeID( "Hrzn" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4519.putUnitDouble( idHrzn, idPxl, 533.000000 );
var idVrtc = charIDToTypeID( "Vrtc" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4519.putUnitDouble( idVrtc, idPxl, 172.000000 );
var idPnt = charIDToTypeID( "Pnt " );
list339.putObject( idPnt, desc4519 );
desc4512.putList( idvertices, list339 );
var idwarpedVertices = stringIDToTypeID( "warpedVertices" );
var list340 = new ActionList();
var desc4520 = new ActionDescriptor();
var idHrzn = charIDToTypeID( "Hrzn" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4520.putUnitDouble( idHrzn, idPxl, 581.874418 );
var idVrtc = charIDToTypeID( "Vrtc" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4520.putUnitDouble( idVrtc, idPxl, 130.181784 );
var idPnt = charIDToTypeID( "Pnt " );
list340.putObject( idPnt, desc4520 );
var desc4521 = new ActionDescriptor();
var idHrzn = charIDToTypeID( "Hrzn" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4521.putUnitDouble( idHrzn, idPxl, 667.151110 );
var idVrtc = charIDToTypeID( "Vrtc" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4521.putUnitDouble( idVrtc, idPxl, 172.000097 );
var idPnt = charIDToTypeID( "Pnt " );
list340.putObject( idPnt, desc4521 );
var desc4522 = new ActionDescriptor();
var idHrzn = charIDToTypeID( "Hrzn" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4522.putUnitDouble( idHrzn, idPxl, 666.849136 );
var idVrtc = charIDToTypeID( "Vrtc" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4522.putUnitDouble( idVrtc, idPxl, 624.999903 );
var idPnt = charIDToTypeID( "Pnt " );
list340.putObject( idPnt, desc4522 );
var desc4523 = new ActionDescriptor();
var idHrzn = charIDToTypeID( "Hrzn" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4523.putUnitDouble( idHrzn, idPxl, 581.380687 );
var idVrtc = charIDToTypeID( "Vrtc" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4523.putUnitDouble( idVrtc, idPxl, 625.000371 );
var idPnt = charIDToTypeID( "Pnt " );
list340.putObject( idPnt, desc4523 );
var desc4524 = new ActionDescriptor();
var idHrzn = charIDToTypeID( "Hrzn" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4524.putUnitDouble( idHrzn, idPxl, 532.734382 );
var idVrtc = charIDToTypeID( "Vrtc" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4524.putUnitDouble( idVrtc, idPxl, 623.999683 );
var idPnt = charIDToTypeID( "Pnt " );
list340.putObject( idPnt, desc4524 );
var desc4525 = new ActionDescriptor();
var idHrzn = charIDToTypeID( "Hrzn" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4525.putUnitDouble( idHrzn, idPxl, 533.266089 );
var idVrtc = charIDToTypeID( "Vrtc" );
var idPxl = charIDToTypeID( "#Pxl" );
desc4525.putUnitDouble( idVrtc, idPxl, 172.000317 );
var idPnt = charIDToTypeID( "Pnt " );
list340.putObject( idPnt, desc4525 );
desc4512.putList( idwarpedVertices, list340 );
var idquads = stringIDToTypeID( "quads" );
var list341 = new ActionList();
var desc4526 = new ActionDescriptor();
var idindices = stringIDToTypeID( "indices" );
var list342 = new ActionList();
list342.putInteger( 0 );
list342.putInteger( 1 );
list342.putInteger( 2 );
list342.putInteger( 3 );
desc4526.putList( idindices, list342 );
var idperspectiveWarpQuad = stringIDToTypeID( "perspectiveWarpQuad" );
list341.putObject( idperspectiveWarpQuad, desc4526 );
var desc4527 = new ActionDescriptor();
var idindices = stringIDToTypeID( "indices" );
var list343 = new ActionList();
list343.putInteger( 4 );
list343.putInteger( 3 );
list343.putInteger( 0 );
list343.putInteger( 5 );
desc4527.putList( idindices, list343 );
var idperspectiveWarpQuad = stringIDToTypeID( "perspectiveWarpQuad" );
list341.putObject( idperspectiveWarpQuad, desc4527 );
desc4512.putList( idquads, list341 );
executeAction( idperspectiveWarpTransform, desc4512, DialogModes.NO ); So, as far as I can see I don't have to add extra code to make GPU preference changes, as the warps bring identical results - which was my main concern.
... View more
Nov 14, 2024
06:48 AM
1 Upvote
Adobe it's no longer developing Photoshop scripting .jsx as mentioned here (N.B. table at bottom of the page) The big question is which update will Extendscript and Action manager scripts be finally phased out? And will they be up front about it?
... View more
Nov 06, 2024
09:18 AM
What have you got settingsID set to?
... View more
Oct 09, 2024
05:25 AM
Adobe Photoshop Version: 22.2.0 20210202.r.183 2021/02/02: a176e5849fa x64 Number of Launches: 74 Operating System: Windows 10 64-bit Version: 10 or greater 10.0.26100.1591 System architecture: AMD CPU Family:15, Model:1, Stepping:2 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, AVX, AVX2, HyperThreading Physical processor count: 6 Logical processor count: 12 Processor speed: 3800 MHz Built-in memory: 31850 MB Free memory: 23333 MB Memory available to Photoshop: 29166 MB Memory used by Photoshop: 80 % SAM SDK Version: 2.0.0-main.363.5 ACP.local Status: - SDK Version: 1.41.1.1 - Core Sync Status: Reachable and compatible - Core Sync Running: 7.2.0.58 - Min Core Sync Required: 4.3.28.24 ACPL Cache Config: - Time to Live: 5184000 seconds - Max Size: 20480 MB - Purge Percentage: 50% - Threshold Percentage: 85% - Purge Interval: 300 seconds Live Edit Client SDK Version: 3.79.11 Native GPU: Disabled. Manta Canvas: Enabled. Alias Layers: Disabled. Modifier Palette: Disabled. Highbeam: Disabled. Wintab Digitizer Services Spec Version 1.4 Impl Version 1.39 Num Devices 1 PSUserConfig entries: - K uSty UseSystemStylus 0 - U WarnRunningScripts 0 Image tile size: 128K Image cache levels: 4 Font Preview: Medium TextComposer: Latin The GPU Sniffer crashed on 02/10/2024 at 10:02:07 Display: 1 Display Bounds: top=0, left=0, bottom=1080, right=1920 OpenGL Drawing: Disabled. OpenGL Allow Old GPUs: Not Detected. NumGLGPUs=1 NumCLGPUs=2 NumNativeGPUs=2 glgpu[0].GLVersion="4.6" glgpu[0].IsIntegratedGLGPU=0 glgpu[0].GLMemoryMB=485 glgpu[0].GLName="AMD Radeon(TM) Graphics" glgpu[0].GLVendor="AMD" glgpu[0].GLDriverVersion="32.0.11029.1008" glgpu[0].GLDriver="C:\Windows\System32\DriverStore\FileRepository\u0405922.inf_amd64_542470450019dd86\B405281\atidx9loader64.dll,C:\Windows\System32\DriverStore\FileRepository\u0405922.inf_amd64_542470450019dd86\B405281\amdxx64.dll,C:\Windows\System32\DriverStore\FileRepository\u0405922.inf_amd64_542470450019dd86\B405281\amdxx64.dll,C:\Windows\System32\DriverStore\FileRepository\u0405922.inf_amd64_542470450019dd86\B405281\amdxc64.dll" glgpu[0].GLDriverDate="20240715000000.000000-000" glgpu[0].GLRenderer="AMD Radeon(TM) Graphics" glgpu[0].HasGLNPOTSupport=1 glgpu[0].CanCompileProgramGLSL=1 glgpu[0].GLFrameBufferOK=1 clgpu[0].CLPlatformVersion="OpenCL 2.1 AMD-APP (3617.0)" clgpu[0].CLDeviceVersion="2.0" clgpu[0].IsIntegratedCLGPU=1 clgpu[0].CLMemoryMB=12858 clgpu[0].CLName="gfx1036" clgpu[0].CLVendor="AMD" clgpu[0].CLBandwidth=4.500000e+10 clgpu[0].CLCompute=257.167582 clgpu[0].CLRawDeviceName=gfx1036 clgpu[0].CLRawDeviceVendor=Advanced Micro Devices, Inc. clgpu[0].CLRawPlatformName=AMD Accelerated Parallel Processing clgpu[0].CLRawPlatformVendor=Advanced Micro Devices, Inc. nativegpu[0].NativeName="5710:AMD Radeon(TM) Graphics" nativegpu[0].NativeTotalRAMInMB=17207 nativegpu[0].NativeVRAMInMB=509 nativegpu[0].NativeSharedSystemRAMInMB=16698 nativegpu[0].NativeDedicatedSystemRAMInMB=0 nativegpu[0].NativeVendor="AMD" nativegpu[0].NativeDriver="C:\Windows\System32\DriverStore\FileRepository\u0405922.inf_amd64_542470450019dd86\B405281\atidx9loader64.dll,C:\Windows\System32\DriverStore\FileRepository\u0405922.inf_amd64_542470450019dd86\B405281\amdxx64.dll,C:\Windows\System32\DriverStore\FileRepository\u0405922.inf_amd64_542470450019dd86\B405281\amdxx64.dll,C:\Windows\System32\DriverStore\FileRepository\u0405922.inf_amd64_542470450019dd86\B405281\amdxc64.dll" nativegpu[0].NativeDriverVersion="32.0.11029.1008" nativegpu[0].NativeDriverDate="20240715000000.000000-000" nativegpu[0].NativePowerEnvelope="UNKNOWN" nativegpu[0].NativeDeviceAttachment="UNKNOWN" nativegpu[0].NativeAPIVersion="12.0 (12.0)" clgpu[1].CLPlatformVersion="OpenCL 2.1 AMD-APP (3617.0)" clgpu[1].CLDeviceVersion="2.0" clgpu[1].IsIntegratedCLGPU=0 clgpu[1].CLMemoryMB=8573 clgpu[1].CLName="gfx1102" clgpu[1].CLVendor="AMD" clgpu[1].CLBandwidth=2.640000e+11 clgpu[1].CLCompute=5416.384563 clgpu[1].CLRawDeviceName=gfx1102 clgpu[1].CLRawDeviceVendor=Advanced Micro Devices, Inc. clgpu[1].CLRawPlatformName=AMD Accelerated Parallel Processing clgpu[1].CLRawPlatformVendor=Advanced Micro Devices, Inc. nativegpu[1].NativeName="29824:AMD Radeon RX 7600" nativegpu[1].NativeTotalRAMInMB=25222 nativegpu[1].NativeVRAMInMB=8524 nativegpu[1].NativeSharedSystemRAMInMB=16698 nativegpu[1].NativeDedicatedSystemRAMInMB=0 nativegpu[1].NativeVendor="AMD" nativegpu[1].NativeDriver="C:\Windows\System32\DriverStore\FileRepository\u0405922.inf_amd64_542470450019dd86\B405281\atidx9loader64.dll,C:\Windows\System32\DriverStore\FileRepository\u0405922.inf_amd64_542470450019dd86\B405281\amdxx64.dll,C:\Windows\System32\DriverStore\FileRepository\u0405922.inf_amd64_542470450019dd86\B405281\amdxx64.dll,C:\Windows\System32\DriverStore\FileRepository\u0405922.inf_amd64_542470450019dd86\B405281\amdxc64.dll" nativegpu[1].NativeDriverVersion="32.0.11029.1008" nativegpu[1].NativeDriverDate="20240715000000.000000-000" nativegpu[1].NativePowerEnvelope="UNKNOWN" nativegpu[1].NativeDeviceAttachment="UNKNOWN" nativegpu[1].NativeAPIVersion="12.0 (12.0)" $$$/LE/SysInfo/LicenseType=License Type: $$$/CSerialNumber/LicenseTypeSubscription=Subscription^rSerial number: 90970569667508905307 GUIDBucket:Composite Core (enable_composite_core): onComposite Core GPU (comp_core_gpu): offComposite Core Threads (comp_core_threads): offComposite Core UI (comp_core_ui): offDocument Graph (enable_doc_graph): off Application folder: C:\Program Files\Adobe\Adobe Photoshop 2021\ Temporary file path: C:\Users\C\AppData\Local\Temp\ Photoshop scratch has async I/O enabled Scratch volume(s): D:\, 931.5G, 625.7G free C:\, 930.8G, 834.9G free Required Plugins folder: C:\Program Files\Adobe\Adobe Photoshop 2021\Required\Plug-ins\ Primary Plugins folder: C:\Program Files\Adobe\Adobe Photoshop 2021\Plug-ins\ Installed components: A3DLIBS.dll A3DLIB Dynamic Link Library 9.2.0.112 ACE.dll ACE 2021/01/14-01:08:54 79.626696 79.626696 AdbePM.dll PatchMatch 2020/12/03:18:21:56 1.625721 1.625721 AdobeLinguistic.dll Adobe Linguisitc Library developer.633ca06620e3b28a3ccee5d61e3e97bd84fe66b3 AdobeOwl.dll Adobe Owl 5.5.0 AdobePDFL.dll PDFL 2020/08/08-01:12:48 79.395135 79.395135 AdobePDFSettings.dll Adobe PDFSettings 1.07 AdobePIP.dll Adobe Product Improvement Program 8.1.0.68.49183 AdobeSVGAGM.dll AdobeSVGAGM 79.625377 79.625377 AdobeXMP.dll Adobe XMP Core 2021/01/12-15:52:29 79.164648 79.164648 AdobeXMPFiles.dll Adobe XMP Files 2021/01/12-15:52:29 79.164648 79.164648 AdobeXMPScript.dll Adobe XMP Script 2021/01/12-15:52:29 79.164648 79.164648 adobe_caps.dll Adobe CAPS 10,0,0,6 AGM.dll AGM 2021/01/14-01:08:54 79.626696 79.626696 AID.dll AID DLL 1.0.0.12 AIDE.dll AIDE 2020/11/20-03:50:06 79.625451 79.625451 ARE.dll ARE 2021/01/14-01:08:54 79.626696 79.626696 AXE8SharedExpat.dll AXE8SharedExpat 2020/08/01-01:08:32 79.622927 79.622927 AXEDOMCore.dll AXEDOMCore 2020/08/01-01:08:32 79.622927 79.622927 Bib.dll BIB 2021/01/14-01:08:54 79.626696 79.626696 BIBUtils.dll BIBUtils 2021/01/14-01:08:54 79.626696 79.626696 boost_date_time.dll photoshopdva 14.0.0 boost_filesystem.dll photoshopdva 14.0.0 boost_program_options.dll photoshopdva 14.0.0 boost_regex.dll photoshopdva 14.0.0 boost_system.dll photoshopdva 14.0.0 boost_threads.dll photoshopdva 14.0.0 CoolType.dll CoolType 2021/01/14-01:08:54 79.626696 79.626696 CRClient.dll Adobe Crash Reporter Client DLL 4.6.0.0 DirectML.dll DirectML Redistributable Library 1.0.200514-0504.1.redist-dml-2.1.0.dcd3712 dnssd.dll Bonjour 3,0,0,2 dvaaccelerate.dll photoshopdva 14.0.0 dvaappsupport.dll photoshopdva 14.0.0 dvaaudiodevice.dll photoshopdva 14.0.0 dvacore.dll photoshopdva 14.0.0 dvacrashhandler.dll Adobe Audition CC 2017 10.0.0 dvamarshal.dll photoshopdva 14.0.0 dvamediatypes.dll photoshopdva 14.0.0 dvametadata.dll photoshopdva 14.0.0 dvametadataapi.dll photoshopdva 14.0.0 dvametadataui.dll photoshopdva 14.0.0 dvanet.dll photoshopdva 14.0.0 dvaplayer.dll photoshopdva 14.0.0 dvascripting.dll photoshopdva 14.0.0 dvatransport.dll photoshopdva 14.0.0 dvaui.dll photoshopdva 14.0.0 dvaunittesting.dll photoshopdva 14.0.0 dvavulcansupport.dll photoshopdva 14.0.0 dynamic-torqnative.dll Unified Extensibility Platform uxp-4.3.2.60 dynamiclink.dll photoshopdva 14.0.0 ExtendScript.dll ExtendScript 2019/07/29-10:07:31 82.2 82.2 icucnv66.dll International Components for Unicode Build dev.1a8973dfe99250a665e321702b3d76963c65bdfe icudt66.dll International Components for Unicode Build dev.1a8973dfe99250a665e321702b3d76963c65bdfe icuuc66.dll International Components for Unicode Build dev.1a8973dfe99250a665e321702b3d76963c65bdfe igestep30.dll IGES Reader 9.3.0.113 ippcc.dll ippCC. Intel(R) Integrated Performance Primitives. Color Conversion. 2020.0.1 (r0x35c5ec66) ippcck0.dll ippCC. Intel(R) Integrated Performance Primitives. Color Conversion. 2020.0.1 (r0x35c5ec66) ippccl9.dll ippCC. Intel(R) Integrated Performance Primitives. Color Conversion. 2020.0.1 (r0x35c5ec66) ippccy8.dll ippCC. Intel(R) Integrated Performance Primitives. Color Conversion. 2020.0.1 (r0x35c5ec66) ippcore.dll core. Intel(R) Integrated Performance Primitives. Core Library. 2020.0.1 (r0x35c5ec66) ippcv.dll ippCV. Intel(R) Integrated Performance Primitives. Computer Vision. 2020.0.1 (r0x35c5ec66) ippcvk0.dll ippCV. Intel(R) Integrated Performance Primitives. Computer Vision. 2020.0.1 (r0x35c5ec66) ippcvl9.dll ippCV. Intel(R) Integrated Performance Primitives. Computer Vision. 2020.0.1 (r0x35c5ec66) ippcvy8.dll ippCV. Intel(R) Integrated Performance Primitives. Computer Vision. 2020.0.1 (r0x35c5ec66) ippi.dll ippIP. Intel(R) Integrated Performance Primitives. Image Processing. 2020.0.1 (r0x35c5ec66) ippik0.dll ippIP. Intel(R) Integrated Performance Primitives. Image Processing. 2020.0.1 (r0x35c5ec66) ippil9.dll ippIP. Intel(R) Integrated Performance Primitives. Image Processing. 2020.0.1 (r0x35c5ec66) ippiy8.dll ippIP. Intel(R) Integrated Performance Primitives. Image Processing. 2020.0.1 (r0x35c5ec66) ipps.dll ippSP. Intel(R) Integrated Performance Primitives. Signal Processing. 2020.0.1 (r0x35c5ec66) ippsk0.dll ippSP. Intel(R) Integrated Performance Primitives. Signal Processing. 2020.0.1 (r0x35c5ec66) ippsl9.dll ippSP. Intel(R) Integrated Performance Primitives. Signal Processing. 2020.0.1 (r0x35c5ec66) ippsy8.dll ippSP. Intel(R) Integrated Performance Primitives. Signal Processing. 2020.0.1 (r0x35c5ec66) ippvm.dll ippVM. Intel(R) Integrated Performance Primitives. Vector Math. 2020.0.1 (r0x35c5ec66) ippvmk0.dll ippVM. Intel(R) Integrated Performance Primitives. Vector Math. 2020.0.1 (r0x35c5ec66) ippvml9.dll ippVM. Intel(R) Integrated Performance Primitives. Vector Math. 2020.0.1 (r0x35c5ec66) ippvmy8.dll ippVM. Intel(R) Integrated Performance Primitives. Vector Math. 2020.0.1 (r0x35c5ec66) JP2KLib.dll JP2KLib 2020/11/09-12:12:23 79.277020 79.277020 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 libzip.dll photoshopdva 14.0.0 LogSession.dll LogSession 8.1.0.68.49183 mediacoreif.dll photoshopdva 14.0.0 Microsoft.AI.MachineLearning.dll Microsoft® Windows® Operating System 1.3.20200515.1.eb5da13 MPS.dll MPS 2020/12/17-01:11:32 79.625947 79.625947 onnxruntime.dll Microsoft® Windows® Operating System 1.3.20200515.1.eb5da13 opencv_world440.dll OpenCV library 4.4.0 Photoshop.dll Adobe Photoshop 2021 22.2 Plugin.dll Adobe Photoshop 2021 22.2 PlugPlugExternalObject.dll Adobe(R) CEP PlugPlugExternalObject Standard Dll (64 bit) 10.1.0 PlugPlugOwl.dll Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit) 10.1.0.15 PSCloud.dll 1.0.0.1 PSViews.dll Adobe Photoshop 2021 22.2 ScCore.dll ScCore 2019/07/29-10:07:31 82.2 82.2 SVGRE.dll SVGRE 79.623146 79.623146 svml_dispmd.dll Intel(R) C/C++/Fortran Compiler Mainline tbb.dll Intel(R) Threading Building Blocks for Windows 2020, 2, 2020, 0311 tbbmalloc.dll Intel(R) Threading Building Blocks for Windows 2020, 2, 2020, 0311 TfFontMgr.dll FontMgr 9.3.0.113 TfKernel.dll Kernel 9.3.0.113 TFKGEOM.dll Kernel Geom 9.3.0.113 TFUGEOM.dll Adobe, UGeom© 9.3.0.113 utest.dll photoshopdva 14.0.0 VulcanControl.dll Vulcan Application Control Library 6.6.0.000 VulcanMessage5.dll Vulcan Message Library 6.6.0.000 WinRTSupport.dll Adobe Photoshop Windows RT Support 22.2.0.0 WRServices.dll WRServices Build 16.0.0.4539038 16.0.0.4539038 wu3d.dll U3D Writer 9.3.0.113 Unified Extensibility Platform uxp-4.3.2.60 Required plugins: Accented Edges 22.2 - from the file “Filter Gallery.8bf” Adaptive Wide Angle 22.2 - from the file “Adaptive Wide Angle.8bf” Angled Strokes 22.2 - from the file “Filter Gallery.8bf” Average 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “Average.8bf” Bas Relief 22.2 - from the file “Filter Gallery.8bf” BMP 22.2 - from the file “Standard MultiPlugin.8bf” Camera Raw 16.5 - from the file “Camera Raw.8bi” Camera Raw Filter 16.5 - from the file “Camera Raw.8bi” Chalk && Charcoal 22.2 - from the file “Filter Gallery.8bf” Charcoal 22.2 - from the file “Filter Gallery.8bf” Chrome 22.2 - from the file “Filter Gallery.8bf” Cineon 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “Cineon.8bi” Clouds 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “Clouds.8bf” Color Halftone 22.2 - from the file “Standard MultiPlugin.8bf” Colored Pencil 22.2 - from the file “Filter Gallery.8bf” Conté Crayon 22.2 - from the file “Filter Gallery.8bf” Craquelure 22.2 - from the file “Filter Gallery.8bf” Crop and Straighten Photos 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “CropPhotosAuto.8li” Crop and Straighten Photos Filter 22.2 - from the file “Standard MultiPlugin.8bf” Crosshatch 22.2 - from the file “Filter Gallery.8bf” Crystallize 22.2 - from the file “Standard MultiPlugin.8bf” Cutout 22.2 - from the file “Filter Gallery.8bf” Dark Strokes 22.2 - from the file “Filter Gallery.8bf” De-Interlace 22.2 - from the file “Standard MultiPlugin.8bf” Dicom 22.2 - from the file “Dicom.8bi” Difference Clouds 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “Clouds.8bf” Diffuse Glow 22.2 - from the file “Filter Gallery.8bf” Displace 22.2 - from the file “Standard MultiPlugin.8bf” Dry Brush 22.2 - from the file “Filter Gallery.8bf” Entropy 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “statistics.8ba” Export Color Lookup Tables 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “Export3DLUT.8be” Extrude 22.2 - from the file “Standard MultiPlugin.8bf” FastCore Routines 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “FastCore.8bx” Fibers 22.2 - from the file “Standard MultiPlugin.8bf” Film Grain 22.2 - from the file “Filter Gallery.8bf” Filter Gallery 22.2 - from the file “Filter Gallery.8bf” Fresco 22.2 - from the file “Filter Gallery.8bf” Glass 22.2 - from the file “Filter Gallery.8bf” Glowing Edges 22.2 - from the file “Filter Gallery.8bf” Grain 22.2 - from the file “Filter Gallery.8bf” Graphic Pen 22.2 - from the file “Filter Gallery.8bf” Halftone Pattern 22.2 - from the file “Filter Gallery.8bf” Halide Bottlenecks 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “HalideBottlenecks.8bx” HDRMergeUI 22.2 - from the file “HDRMergeUI.8bf” HSB/HSL 22.2 - from the file “Standard MultiPlugin.8bf” IFF Format 22.2 - from the file “Standard MultiPlugin.8bf” IGES 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “U3D.8bi” Ink Outlines 22.2 - from the file “Filter Gallery.8bf” JPEG 2000 22.2 - from the file “JPEG2000.8bi” Kurtosis 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “statistics.8ba” Lens Blur 22.2 - from the file “Lens Blur.8bf” Lens Correction 22.2 - from the file “Lens Correction.8bf” Lens Flare 22.2 - from the file “Standard MultiPlugin.8bf” Liquify 22.2 - from the file “Liquify.8bf” Matlab Operation 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “ChannelPort.8bf” Maximum 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “statistics.8ba” Mean 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “statistics.8ba” Measurement Core 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “MeasurementCore.8me” Median 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “statistics.8ba” Mezzotint 22.2 - from the file “Standard MultiPlugin.8bf” Minimum 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “statistics.8ba” MMXCore Routines 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “MMXCore.8bx” Mosaic Tiles 22.2 - from the file “Filter Gallery.8bf” Multiprocessor Support 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “MultiProcessor Support.8bx” Neon Glow 22.2 - from the file “Filter Gallery.8bf” Note Paper 22.2 - from the file “Filter Gallery.8bf” NTSC Colors 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “NTSC Colors.8bf” Ocean Ripple 22.2 - from the file “Filter Gallery.8bf” OpenEXR 22.2 - from the file “Standard MultiPlugin.8bf” Paint Daubs 22.2 - from the file “Filter Gallery.8bf” Palette Knife 22.2 - from the file “Filter Gallery.8bf” Patchwork 22.2 - from the file “Filter Gallery.8bf” Paths to Illustrator 22.2 - from the file “Standard MultiPlugin.8bf” PCX 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “PCX.8bi” Photocopy 22.2 - from the file “Filter Gallery.8bf” Picture Package Filter 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “ChannelPort.8bf” Pinch 22.2 - from the file “Standard MultiPlugin.8bf” Pixar 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “Pixar.8bi” Plaster 22.2 - from the file “Filter Gallery.8bf” Plastic Wrap 22.2 - from the file “Filter Gallery.8bf” Pointillize 22.2 - from the file “Standard MultiPlugin.8bf” Polar Coordinates 22.2 - from the file “Standard MultiPlugin.8bf” Portable Bit Map 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “PBM.8bi” Poster Edges 22.2 - from the file “Filter Gallery.8bf” PRC 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “U3D.8bi” Radial Blur 22.2 - from the file “Standard MultiPlugin.8bf” Radiance 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “Radiance.8bi” Range 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “statistics.8ba” Render Color Lookup Grid 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “Export3DLUT.8be” Reticulation 22.2 - from the file “Filter Gallery.8bf” Ripple 22.2 - from the file “Standard MultiPlugin.8bf” Rough Pastels 22.2 - from the file “Filter Gallery.8bf” Save for Web 22.2 - from the file “Save for Web.8be” ScriptingSupport 22.2 - from the file “ScriptingSupport.8li” Shake Reduction 22.2 - from the file “Shake Reduction.8bf” Shear 22.2 - from the file “Standard MultiPlugin.8bf” Skewness 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “statistics.8ba” Smart Blur 22.2 - from the file “Standard MultiPlugin.8bf” Smudge Stick 22.2 - from the file “Filter Gallery.8bf” Solarize 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “Solarize.8bf” Spaces 22.2 - from the file “Spaces.8li” Spatter 22.2 - from the file “Filter Gallery.8bf” Spherize 22.2 - from the file “Standard MultiPlugin.8bf” Sponge 22.2 - from the file “Filter Gallery.8bf” Sprayed Strokes 22.2 - from the file “Filter Gallery.8bf” Stained Glass 22.2 - from the file “Filter Gallery.8bf” Stamp 22.2 - from the file “Filter Gallery.8bf” Standard Deviation 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “statistics.8ba” Sumi-e 22.2 - from the file “Filter Gallery.8bf” Summation 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “statistics.8ba” Targa 22.2 - from the file “Standard MultiPlugin.8bf” Texturizer 22.2 - from the file “Filter Gallery.8bf” Tiles 22.2 - from the file “Standard MultiPlugin.8bf” Torn Edges 22.2 - from the file “Filter Gallery.8bf” Twirl 22.2 - from the file “Standard MultiPlugin.8bf” U3D 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “U3D.8bi” Underpainting 22.2 - from the file “Filter Gallery.8bf” Vanishing Point 22.2 - from the file “VanishingPoint.8bf” Variance 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “statistics.8ba” Water Paper 22.2 - from the file “Filter Gallery.8bf” Watercolor 22.2 - from the file “Filter Gallery.8bf” Wave 22.2 - from the file “Standard MultiPlugin.8bf” WIA Support 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “WIASupport.8li” Wind 22.2 - from the file “Standard MultiPlugin.8bf” Wireless Bitmap 22.2 (20210202.r.183 2021/02/02: a176e5849fa) - from the file “WBMP.8bi” ZigZag 22.2 - from the file “Standard MultiPlugin.8bf” Optional and third party plugins: ScriptListener 13.0 - from the file “C:\Program Files\Adobe\Adobe Photoshop 2021\Plug-ins\ScriptListener.8li” Duplicate and Disabled plugins: NONE Plugins that failed to load: NONE Unified Extensibility Platform - Extensions: Home Screen (Loaded) 3.8.1.5 - from the file "C:\Program Files\Adobe\Adobe Photoshop 2021\Required\UXP/\com.adobe.ccx.start\" CDO: 1.82.0 CmdN: 1.5.18 CDP: 1.106.0 Unified Panel (Loaded) 1.2.0.13 - from the file "C:\Program Files\Adobe\Adobe Photoshop 2021\Required\UXP/\com.adobe.unifiedpanel\" ccx-timeline (Prepared) 2.6.27.0 - from the file "C:\Program Files\Adobe\Adobe Photoshop 2021\Required\UXP/\com.adobe.ccx.timeline\" Neural Filters (Prepared) 1.4.6.0 - from the file "C:\Program Files\Adobe\Adobe Photoshop 2021\Required\UXP/\com.adobe.nfp.gallery\" Photoshop UXP Export-As (Prepared) 5.3.1.0 - from the file "C:\Program Files\Adobe\Adobe Photoshop 2021\Required\UXP/\com.adobe.photoshop.exportAs\" Photoshop Personalization (Loaded) 1.0.0.0 - from the file "C:\Program Files\Adobe\Adobe Photoshop 2021\Required\UXP/\com.adobe.photoshop.personalization\" Plugins Panel (Prepared) 1.2.0.0 - from the file "C:\Program Files\Adobe\Adobe Photoshop 2021\Required\UXP/\com.adobe.pluginspanel\" Extensions: NONE Installed TWAIN devices: NONE
... View more
Oct 02, 2024
02:21 AM
Upgrading Photoshop got me into this mess in the first place. I am very resiscent to upgrade futher. I believe I'm within my rights to use version 22.2. Let's not complicate things further and follow stage 6 of your suggestion: Currently adding Photoshop and Sniffer.exe to High performance didn't seem to do anything. So I swithed off the Radeon graphics card - Things got worse as marquee or lasoo selections did not show up at all. You've have to take my word for it as a screenhot just say anyhing (the lasso / marquee selection is entirely missing) So, naturally I switched that back on. Only to notice that moving a seection around was errr frankly "noisy" So... it seems I'm back at square one, I have the option of strobing marching ants selection (Use Graphics process in Preferences to OFF) or marquees that are half a pixel out (Use Graphics process in Preferences to ON) please see my inital post which has been ignored.
... View more
Sep 27, 2024
01:13 AM
Funily enough I did. The enter, backspace, enter "solution" didn't work for me. So I made my own and thought it worth sharing.
... View more
Sep 16, 2024
05:18 AM
Not using quick selections. This is using a classic select all. Either that or a rectangular, marquee section (no anti-aliasing, no feathering) from corner to corner. You can see the selection jump a (sub)pixel when the mouse button is released.
... View more
Community Expert
in InDesign Discussions
Sep 13, 2024
12:09 PM
1 Upvote
Sep 13, 2024
12:09 PM
1 Upvote
Maybe in general (although I'd take nothing for granted in font naming!), or in Western fonts, but not in this case:
... View more
Jul 16, 2024
04:33 PM
Thanks for the report on this Ghoul -- it's definitely interesting and has workarounds (add any other character to the layer name), however there are likely very few workflows that this affects. I don't suspect there will be a fix for this any time soon but we'll keep an eye on it.
Cheers
... View more
Jun 11, 2024
08:46 AM
1 Upvote
External recordkeeping, you would be saving this info independently anyway. Photoshop does some logging but you'd have to look at the various log files to see what they contain.
... View more