Manage all masks and shapes for the current image.

image

This module can be used to create, rename, edit and delete shapes. You can add shapes to and remove shapes from a mask, group shapes together, and combine them using set operators.

The top line of the mask manager panel contains buttons that can be used to create new shapes. These are the same as in the drawn mask interface of in processing modules.

The panel below these buttons displays a list of all masks and individual shapes defined for the current image.

Groups of shapes forming a mask are displayed with a headline in the form “grp <module_name>” indicating the module in which they are used, with the component shapes listed below. The list of mask groups is followed by a list of all individual shapes that have been generated in the context of the current image. If a shape is in use by any masks this is indicated by a symbol to the right of the shape name.

kształty

By default each shape receives an automatically generated name, consisting of the shape type (“brush”, “circle”, “ellipse”, “path”, “gradient”) and an automatically-incremented integer. You can rename a shape by double-clicking on its current name. It is a good habit to give shapes and groups meaningful names, especially if you intend to reuse the same selection in different masks.

Kliknij nazwę kształtu, aby wyświetlić wybrany kształt na kanwie obrazu ze wszystkimi jego kontrolkami, umożliwiającymi edycję właściwości tylko tego kształtu. Jest to szczególnie przydatne w przypadku wielu nakładających się kształtów w masce, co utrudnia wybranie właściwego za pomocą myszy. Podobnie, jeśli wybierzesz kształt na ekranie z kontrolek maski modułu przetwarzającego, kształt ten zostanie wybrany w menedżerze masek.

Kliknij PPM nazwę kształtu, aby wyświetlić menu zawierające opcje usunięcia bieżącego kształtu lub usunięcia wszystkich nieużywanych obecnie kształtów.


Uwaga: Ansel zachowuje wszystkie kształty, które kiedykolwiek zostały zdefiniowane dla bieżącego obrazu, chyba że wyraźnie je usuniesz. Jeśli zdecydujesz się dołączyć historię wywoływania podczas eksportowania obrazu, wszystkie zdefiniowane kształty zostaną wyeksportowane z obrazem. Pamiętaj, że jeśli lista kształtów jest bardzo długa, miejsce wymagane do przechowywania tych kształtów może przekraczać limit rozmiaru niektórych formatów plików. Może to spowodować niepowodzenie tworzenia tagu XMP podczas eksportu.


maski i grupy

Maski są konstruowane przez dodanie do obrazu grupy kształtów w kolejności, w jakiej są wymienione (od góry do dołu). Każdy kształt dostosowuje istniejącą maskę za pomocą jednego z czterech logicznych operatorów zestawów (patrz poniżej). Ponieważ kolejność jest ważna, możliwe jest również przesuwanie kształtów w górę i w dół listy.

Kliknij nazwę grupy w menedżerze masek, aby rozwinąć tę grupę, wyświetlając listę jej kształtów składowych. Odpowiednie kształty zostaną pokazane na środkowym obrazie. Podobnie, jeśli zdecydujesz się pokazać maskę z modułu przetwarzania, odpowiednia grupa zostanie rozwinięta w menedżerze masek.

Kliknij PPM nazwę grupy, aby wyświetlić menu z opcjami dodawania nowych lub istniejących kształtów do grupy lub czyszczenia nieużywanych kształtów. Możesz także usunąć grupę.

Kliknij PPM dowolny z kształtów składowych, aby kontrolować, w jaki sposób ten kształt wpływa na ogólną maskę grupy:

usuń z grupy
Usuwa kształt z bieżącej maski.
użyj odwróconego kształtu
Odwraca biegunowość wybranego kształtu.
tryb
Określa sposób interakcji tego kształtu z poprzednią maską, ustawiając jeden z czterech operatorów zestawu, zdefiniowanych poniżej.
przenieś w górę/w dół
Przenosi kształt w górę lub w dół listy.

Możesz także tworzyć własne grupy, korzystając z istniejących kształtów, wybierając kształty, które chcesz zgrupować, klikając je PPM i wybierając „zgrupuj formy”.

operatory

Set operators are used to define how grouped shapes are combined. In the following examples we will use a mask that combines a gradient followed by a path, to demonstrate the effect of each set operator when applied to the path shape.

image

As a convention we say that a pixel is “selected” in a mask or shape if it has an opacity greater than zero.

union
This is the default set operator and is depicted by the
image
symbol to the left of the shape name. The shape adds to the existing mask in such a way that the resulting mask contains the pixels that are either selected in the existing mask or in the added shape. In overlapping areas the maximum value is taken:

image

intersection
This set operator is depicted by the
image
symbol to the left of the shape name. The shape adds to the existing mask in such a way that the resulting mask contains only pixels that are selected in both the existing mask and the added shape. In overlapping areas the minimum value is used. In the given example we use this operator to “imprint” the path with a gradient:

image

difference
This set operator is depicted by the
image
symbol to the left of the shape name. In the non-overlapping area the existing mask is unchanged. In the resulting mask, pixels are selected only if they are selected in the existing mask but not in the added shape. This set operator can be chosen if you want to “cut out” a region from within an existing selection:

image

exclusion
This set operator is depicted by the
image
symbol to the left of the shape name. The resulting mask selects all pixels that are selected in the existing mask and not in the added shape or vice versa. This is equivalent to an “exclusive or”:

image