Help Me • Re: Script for Selecting Pixel Radius
PS-SCRIPTS.com
by Stephen_A_Marsh
14h ago
He is a moderator of this forum (and no longer participating on the Adobe forums): memberlist.php?mode=viewprofile&u=1091 Statistics: Posted by Stephen_A_Marsh — Wed Apr 24, 2024 1:03 am ..read more
Visit website
Photoshop Scripting - General Discussion • Re: Layers to Channels - Script stopped working?
PS-SCRIPTS.com
by DanielG
2w ago
I've the same issue but it's only related to the newest Photoshop 2024 Version 25.6. In my case every access to a single channel array element will lead to a crash of PS. If you're able just try using your script in older Versions. Statistics: Posted by DanielG — Fri Apr 05, 2024 10:19 am ..read more
Visit website
Help Me • Re: List all files in folder and subfolders
PS-SCRIPTS.com
by chivedistant
2w ago
Relized someone else might be interrested in this. Here's an overly complex solution that I made shortly after posting the question. I know it's really ugly geometry dash world but at the time I just wanted something that did the job, and I'm not too concerned about how long time it takes to get all files. Enjoy! Code: var ReturnArray = [];var GlobalFiles = [];var GlobalFolders = [];var allFoldersList = getAllFolders(Folder.selectDialog("Select Inputfolder"));for (i = 0; i < allFoldersList.length; i++) {//alert("Searching in folder:\n" + allFoldersList[i]);var FolderContentArray = new F ..read more
Visit website
Help Me • Script for Selecting Pixel Radius
PS-SCRIPTS.com
by databend
1M ago
Hello! I recently found this article with a script from @Kukurykus https://community.adobe.com/t5/photosho ... -p/9671903 I am looking for this script that works in Photoshop 2024. Does anyone happen to have this? Or know how to contact @Kukurykus Thank you! Statistics: Posted by databend — Tue Mar 19, 2024 5:26 pm ..read more
Visit website
Help Me • Selection tool issue
PS-SCRIPTS.com
by AudunNilsen
1M ago
Hi I´m having a bit of difficulty with the selection tool. https://www.filemail.com/d/kkumxbuizemlqjd In short, the magic wand and the quick selection tool both do the same thing - they select the entire image, and not just the white circle that I want. The lasso-tool, works, sort of, but I can´t be using a tool like that for 1.000s of operations. Any ideas ? Statistics: Posted by AudunNilsen — Thu Mar 07, 2024 9:47 am ..read more
Visit website
Photoshop Scripting - General Discussion • Re: Layers to Channels - Script stopped working?
PS-SCRIPTS.com
by goldencat
1M ago
Bump. No one? I will literally pay someone to get this working Statistics: Posted by goldencat — Tue Mar 05, 2024 11:14 pm ..read more
Visit website
Photoshop Scripting - General Discussion • Layers to Channels - Script stopped working?
PS-SCRIPTS.com
by goldencat
2M ago
Hi there, Wondering if someone might be able to help me or point me in the right direction if it exists working elsewhere. I have do 3D work and for comping in PS have tons of alpha channels for masking. Years ago a script guy i worked with created a script where you would place all your alphas in a folder, run the script and it would convert them all to channels with names. For some reason when I upgraded photoshop it stopped working (it was quite a while ago). Does anyone know if this is an easy fix, or if an existing script exists elsewhere? It would save me a metric ton of time. Cheers ..read more
Visit website
Photoshop Scripting - General Discussion • Re: Script to Remove "Description" tag/metadata in PSD/PSB?
PS-SCRIPTS.com
by xeniate
2M ago
Thank you @Kukurykus... that was my post to the same topic. I actually have a more recent, more detailed one at the link below with my latest findings: Geometry Dash Was hoping perhaps you may have some wisdom to share on this based on your related/similar posts? In the realm of digital design, efficiency is paramount. As designers, we often find ourselves juggling numerous files, each containing a plethora of metadata that can sometimes be more of a hindrance than a help. One such metadata often present in PSD/PSB files is the "Description" tag. While metadata serves its purpose, there a ..read more
Visit website
Help Me • Re: Updating a ps script that reads csv files and renames group layers
PS-SCRIPTS.com
by jeffreynuez
2M ago
Here is the script. DM me your email and I can send you examples of the csv files, image files and any other examples. Code: (function () { var title = "CSV To Template Rename"; if (!/photoshop/i.test(app.name)) { alert("Script for Photoshop", title, false); return; } app.displayDialogs = DialogModes.ERROR; // Script variables. var dataArray; var defaultSettings; var doc; var doneMessage; var error; var working; // Reusable UI variables. var g; // group var p; // panel var w; // window // Permanent UI variables. var btnCancel ..read more
Visit website
Help Me • Updating a ps script that reads csv files and renames group layers
PS-SCRIPTS.com
by jeffreynuez
3M ago
I need help updating a script commissioned by William Campbell in 2022. The script reads a csv file and replaces the names of the layer groups in a open psd document file listed in numerical order. The way this script worked is by reading the first column headed "Group Layers" that contained the group layer numbers, then it reads the second column headed "Names" which contains the group layer names. It then replaces the names of the first row of group layers in the psd file with the names in the csv file. What I need it to do now is two things. First is to update the script so it is able to r ..read more
Visit website

Follow PS-SCRIPTS.com on FeedSpot

Continue with Google
Continue with Apple
OR