Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Using a path to crop but need it to crop outside document bounds

New Here ,
Aug 18, 2020 Aug 18, 2020

Hello!

I have a path drawn to certain dimensions on a whole mess of images. As part of the action I select the path and need it to crop to those dimensions. On some of the files the crop path extends outside the bounds of the image.

Screen Shot 2020-08-18 at 2.31.00 PM.png

Using (menu) Image>Crop doesn't extend outside the bounds of the image.

Screen Shot 2020-08-18 at 2.32.01 PM.png

Using the crop (C) tool I can get the program to do what I want but to save it as part of an action doesn't work.

Screen Shot 2020-08-18 at 2.32.58 PM.png

The action only records the specific area I'm cropping on whatever image I'm using to make the action.

Screen Shot 2020-08-18 at 2.34.54 PM.png

Would prefer to be able to not lose cropped pixels but if I have to lose pixels to make this work I won't complain.

 

TIA!

M

TOPICS
Actions and scripting
818
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Mentor , Aug 18, 2020 Aug 18, 2020

1. select path and convert it to shape layer

2. use 'reveal all' command to enlarge the borders of the document to fit the shape

3. Make selection by shape

4. Use crop from menu

Translate
Adobe
Mentor ,
Aug 18, 2020 Aug 18, 2020

1. select path and convert it to shape layer

2. use 'reveal all' command to enlarge the borders of the document to fit the shape

3. Make selection by shape

4. Use crop from menu

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 19, 2020 Aug 19, 2020

"The action only records the specific area I'm cropping on whatever image I'm using to make the action."
Change Ruler unit to Percent when recording step what will force Photoshop to record percents instead of pixels. In this way you can record step to insert path which is always 100% of image width instead of inserting path 1500px long. See screenshot below, same path differently recorder will produce different result when you run action on image file 1000x667px. The first step with percents will cover entire image with path while second step with pixels recorded will draw path waaay beyond image borders.

percent when recording actions.jpg

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 19, 2020 Aug 19, 2020
LATEST

@ jazz-y This is perfect! I can actually just draw my path as an unfilled shape to begin with and save a few steps. Thank you!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines