Selecting a "region of interest" then building crops around this?

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

  1. #1

    Default Selecting a "region of interest" then building crops around this?

    I want to select a "region of interest" in a photo (this is the must have bit of a photo) then run an action or script so photoshop will automatically build up the region of interest to the below aspect ratios, crop the rest of the image, resize to the size below and save a copy, then jump back to the region of interest, build up the next aspect ratio, crop the rest of the image, resize, save etc
    The image sizes are:
    128x128
    128x180
    120x160
    101x80
    132x176

    At the moment I'm doing this manually and it's a real pain. I can speed it up slightly by setting the aspect ratio in the selection tool and then selecting an area that includes the region of interest I want to include but I still need to do this for each aspect ratio.

    anyone know of a way to automate this process?
    David John Morris Guest

  2. Similar Questions and Discussions

    1. Acrobat 8 hangs when selecting "Help" menu...
      I'm running the latest (all updates as of today) version of Acrobat Pro and the latest version of OS X 10.5.4 on a Mac Pro. Whenever I move my mouse...
    2. "repeat region" in Contribute
      Hi all, I am trying to mark-up a "repeating region" in a hand-coded template. I do not have Dreamweaver installed and am wondering what html code...
    3. Selecting multiple pages in Acrobat 7 "re-orders" them...
      I submitted the following bug to Adobe just now. Has anyone else seen this? If so, is there a workaround? I'm going to take the affected computers...
    4. Selecting fixed amount of characters from a "memo" fieldin an access database
      How would I do this? I don't care but preferably I would like to accomplish this IN the query. But probably it will have to be done after the data...
    5. Crash when Selecting "Fill" or "Stroke"
      By the way, I am using Photoshop 6.0.1 on Windows ME. N. Blake
  3. #2

    Default Re: Selecting a "region of interest" then building crops around this?

    I'm not 100% sure what you're doing but will offer this based on what I could decipher from your post (mind you, it's not a criticism).

    What you do is record an action that begins after you have manually selected your region of interest.

    The action uses a snapshot to capture the state with the region of interest selected. When you have finished with crop action 1, go to snapshot1.

    Then you can use a variety of techniques to change your selection and record those techniques.

    Be mindful that if you use the crop tool, with pixel dimensions, your image will be resampled. If you do not want this, then use the marquee tool. You can use Select|Transform Selection to precisely select your region of interest, and use Image|Crop to crop without resizing.

    That should be a start at least...

    Peace,
    Tony

    [EDIT] What *I* would do, is record each of the individual cropping events as a single action. Then I would create a new action that "played" all the other ones - nesting actions. It would make it easier to create and troubleshoot.
    YrbkMgr 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