Skip to main content
Participant
August 13, 2018
해결됨

How to select only visible pixels of an underlying layer?

  • August 13, 2018
  • 1 답변
  • 5775 조회

Hi! So basically I need to select ONLY the visible part of an image, which is partially covered by another layer..

For example there is an image with a transparent circle in the middle, and the rest is black, now if I add another layer with a picture (under the previous one), I will want to select only the part of the picture that is in the circle

Don't tell me to use the lasso tool or to do it manually, because the image I want to select is too complex and would take a lot of time

    이 주제는 답변이 닫혔습니다.
    최고의 답변: Dave Merchant

    Ctrl-click on the layer with the transparency to make a selection of its alpha channel, then invert the selection.

    1 답변

    Legend
    August 13, 2018

    Ctrl-click on the layer with the transparency to make a selection of its alpha channel, then invert the selection.

    DooDee123작성자
    Participant
    August 13, 2018

    That works! But what if there are more than 2 layers?

    DooDee123작성자
    Participant
    August 13, 2018

    Nvm figured out by myself, I merged the layers and did the same thing, thank you! ^^