Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Search results

  1. B

    PS Scripts : Javascripting and functions

    I am new to PS scripting and trying to create a basic script to gather folder paths and then remove the path of that folder. I have created a basic array and while trying to var v = labs[i].substring(labs[i].lastIndexOf("/")+1); ESTK throws an error that "labs[i].substring is not a function."...
  2. B

    Photoshop Scripts

    I am writing a script that I want to grab the folder names as an identifier. For example: **Square Frames** <==Folder *Frame1 *Frame2 *Frame3 **Round Frames**<==Folder *Frame1 *Frame2 I know how to grab the file names and create an array, but I cannot figure out how to grab the...
  3. B

    Photoshop Scripts - Help with my ratios

    So I'm out of my league on this math problem. I'll try to explain as simply as possible. Any help would be awesome. This is a Photoshop extension that I am writing, but it's just basic javascript. I have a template that is built on a 4200 x 4200 square. That script draws squares based on...
Back
Top