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!

javascript

  1. PutinHuilo

    Where to begin with PS scripting for noob?

    I was using in the past Xtools that creates XML file out of action script, it was a nightmare so i quickly lost interest to it. Now i see on the adobe forum they suggest to use JavaScript, but i have no clue how to integrate it into my action? Tried searching the net on any guidance and there's...
  2. C

    Can the "Description" metadata fields be deleted with a Photoshop Script?

    Any gurus here with Photoshop scripting knowledge that can help me clear out just the 4 metadata fields below with a Photoshop script? First, let me say that I know this can easily be done with the ExifTool code below: exiftool -m -overwrite_original_in_place -EXIF:ImageDescription=...
  3. O

    Script for JPGS to run Action

    Hi, I'm running the second half of this script to determine the layout orientation and run a specific action according to image layout. It works, although I would like to run this script when Photoshop opens an image file that is a jpg only. If it opens a psd file, I would like the script not to...
  4. Simonetos The Greek

    How to put multiple values into an array of a dropdownlist?

    With this part of code, I am trying to put all found layer names (layersData) into dropdownlist2_array, but instead of a list with names, I get one line with all names!!! Any idea what am I doing wrong? Thank you in advance!!! var layerNames = []; for (var i = 0; i < layersData.length; i++) {...
  5. Simonetos The Greek

    Scripting Get values from an applied bevel and emboss effect for multiple layers?

    I created this function below, to get some values from an applied bevel and emboss effect, like shading angle, shading altitude etc. alert("Angle: " + getBevelAndEmbossValues()[0] + "\nAltitude: " + getBevelAndEmbossValues()[1]); function getBevelAndEmbossValues() { try {...
  6. Simonetos The Greek

    Explanation of a function line by line for learning purposes!

    Greetings to everyone!!! :) As the title says, I need someone to give me an explanation of this function below, line by line, for learning purposes. Thank you in advance!!! function getAllShapeLayersData() { var lyrs = []; try { activeDocument.backgroundLayer; var...
  7. Simonetos The Greek

    Script which will find specific layers and apply Bevel and Emboss.

    Hello everybody, I am new to this forum and Photoshop scripting too!!! I need help to make a script (and study it of course) which will search in every group with specific name, then find every layer with specific name or layerkind, then count (length) those layers and then apply desired Bevel...
  8. B

    Help with making this?

    Hello all, I am a student and am somewhat a "Guru" with Flash (According to my teacher) I was hoping someone could offer me some help with making a slideshow kind of thing. It has to be a carbon copy of the slideshow seen on seahaventrucking.com (But without all the trucking shizz) I just want...
  9. H

    I Need Help With JQuery/JavaScript Slideshow & Dynamic Varietal Menu Please

    Hello guys, I need your help please.. I'm beginner in JQuery & Java Script, but I have to make a vertical menu located beside a slideshow, & the background of the menu's buttons displaying in hover case...it's easy...but i also have to make this background move automatically across the buttons...
  10. B

    Scripting Script - find area of white pixels on row?

    I've automated a job I have to do frequently. They are puzzles for the newspaper, which are always the same width, but vary in depth. My AppleScript finds the large number of white pixels in a row of pixels, which indicates the bottom of the puzzle. It's a crazy kluge. What I have is an...
  11. eviscia

    WYSIWYG Script Editor?

    Hello :) I am creating a rather dynamic website for a client, and I've learned so many new things on this journey. At first he wanted a Flash intro, so I learned to create one. Now I'm learning scripts. I know how to write a php script for a contact form, but he wants something else as well. He...
  12. 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