Tough actions/droplet/scripting question

Ask a Question related to Adobe Photoshop Mac CS, CS2 & CS3, Design and Development.

  1. #1

    Default Tough actions/droplet/scripting question

    Using PS 7 on OS X, having a tough time making 2 automated actions, I would like them to ultimately be able to be made into droplets as well. I see there are applescripts you can use,which is a option also, but I can not seem to figure out how to run those in batch

    Problem #1
    1000's of images need to be thumbnailed, I need to have each image opened, cropped to a aquare 1:1 aspect ration, and then sized to 80 x 80 px. They may be portrait or landscape, and they will all be different sizes, I would like the crop to happen from both edges wqually.

    Problme #2
    First, run trim to tran pixels, then, crow the canvas to make the image square, so the smallest side == the largest side, no image distortion, just a canvas resize.
    Scott_Haneda@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. scripting question
      Does anyone have any idea what kind of script has been used on the buttons on this site to give the bouncing effect?...
    2. NSTextField -- question about when actions are sent
      I have a prefs window with a few NSTextFields. I am noticing two things: 1. Every time the prefs window is opened, the NSTextField that is the...
    3. Tough question - tell client to update?
      Hi, Is it possible (via Internet Explorer) to tell the clients to update? I have a picture that is shown in the client browsers. Often I...
    4. scripting question Help
      >>>>> "Matt" == Matt P <m_prorok@hotmail.com> writes: Matt> I'm new to UNIX programming, and have been asked to write a script Matt> that writes...
    5. question about actions in PS 5.5
      I have a simple action I created for creating dropshadows on photos. Part of the action calls for increasing the size of the cavnas and setting the...
  3. #2

    Default Re: Tough actions/droplet/scripting question

    AppleScripting is the way to go. You can save a script as a droplet, which can be used for batching.

    Carl.
    Carl_Stawicki@adobeforums.com Guest

  4. #3

    Default Re: Tough actions/droplet/scripting question

    Anyone care to explain to me how to go about this in AppleScript?
    Scott_Haneda@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139