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

Expand color range selections to up or down only

Engaged ,
Jul 09, 2023 Jul 09, 2023

for example i selected some areas like following: 

Untitled000001.jpg 

Now i want to expand above selections to following: 

Untitled0000002.jpg 

If have any trick or script for this, please provide here.  

I hope you fully understand what I mean because this was the simplest possible explanation. 

 

TOPICS
Actions and scripting , Windows
301
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
Adobe
Community Expert ,
Jul 09, 2023 Jul 09, 2023

There is built-in expand function to expand selection but without control to limit sides of expansion.

 

I will tag scripters that may help you: @c.pfaffenbichler @Stephen Marsh @jazz-y @r-bin @Chuck Uebele 

 

If you want to expand manually then use Transform Selection and drag side that you want to expand.

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 ,
Jul 09, 2023 Jul 09, 2023

@abolfazl29032603daba 

 

So, firstly you want to turn multiple selections that may have any arbitrary shape, into a rectangular selection at the same bounding area... But you still wish to retain separate selections, not have them merged.

 

Secondly you want to expand the centered selection in the height a given distance in pixels.

 

Probably both together, but I see it as two separate main steps from a scripting point of view (not to mention needing to work on each separate selection one at a time).

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 ,
Jul 09, 2023 Jul 09, 2023

The following script from @c.pfaffenbichler will create a rectangular selection from the bounding area of an arbitrary selection.

 

 
Multiple selections would be combined/merged, so the script would need to be more complex than above.
 
EDIT:
 
It appears that this has been partly answered in one of your previous topics – https://community.adobe.com/t5/photoshop-ecosystem-discussions/how-to-convert-color-range-selections...
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
Engaged ,
Jul 09, 2023 Jul 09, 2023
LATEST
quote

The following script from @c.pfaffenbichler will create a rectangular selection from the bounding area of an arbitrary selection.

 


By @Stephen Marsh

tnq but it not working for me and converted following selections to full image size selection! 

Untitled534534534545.jpg 

quoteIt appears that this has been partly answered in one of your previous topics – https://community.adobe.com/t5/photoshop-ecosystem-discussions/how-to-convert-color-range-selections...

By @Stephen Marsh

no it is only for left side of chart images, even in left side of chart images it make rectangular selection on all of characters and not each character one by one!

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