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.

фігури

За замовчуванням кожна фігура отримує автоматично згенероване ім’я, що складається з типу фігури (“пензель”, “коло”, “еліпс”, “контур”, “градієнт”) та цілого числа, що автоматично збільшується. Ви можете перейменувати фігуру, двічі клікнувши на її поточному імені. Це гарна звичка давати фігурам та групам значущі імена, особливо якщо ви збираєтеся повторно використовувати один і той самий вибір у різних масках.

Клікніть на імені фігури, щоб показати вибрану фігуру на полотні зображення з усіма елементами керування, що дозволить вам редагувати властивості саме цієї фігури. Це особливо корисно, коли в масці є багато фігур, що перекриваються, що ускладнює вибір потрібної фігури за допомогою миші. Аналогічно, якщо ви виберете фігуру на екрані з елементів керування маскою модуля обробки, ця фігура буде вибрана в менеджері масок.

Клікніть правою кнопкою миші на імені фігури, щоб показати меню, що містить опції видалення поточної фігури або видалення всіх фігур, які зараз не використовуються.


Note: Ansel retains all shapes that have ever been defined for the current image unless you explicitly remove them. If you choose to include develop history when exporting an image, all defined shapes will be exported with the image. Beware that if the list of shapes is very long the space required to store those shapes might exceed the size limit of certain file formats. This can cause XMP tag creation to fail during export.


маски та групи

Маски будуються шляхом додавання групи фігур до зображення в тому порядку, в якому вони перелічуються (зверху вниз). Кожна фігура змінює наявну маску за допомогою одного з чотирьох логічних операторів (див. нижче). Оскільки порядок важливий, також можна переміщати фігури вгору і вниз по списку.

Натисніть на ім’я групи в менеджері масок, щоб розгорнути цю групу, показавши список її складових фігур. Відповідні фігури будуть показані на зображенні в центральній області. Аналогічно, якщо ви вирішите показати маску з модуля обробки, відповідна група буде розгорнута в менеджері масок.

Клікніть правою кнопкою миші на імені групи, щоб показати меню з опціями для додавання нових або наявних фігур до групи, або для очищення від невикористаних фігур. Ви також можете видалити групу.

Клікніть правою кнопкою миші на будь-якій із складових фігур, щоб контролювати, як ця фігура вносить свій внесок в загальну маску групи:

видалити з групи
Видалити фігуру з поточної маски.
інверсія фігури
Інвертувати полярність вибраної фігури.
режим
Виберіть, як ця фігура буде взаємодіяти з попередньою маскою, вибравши один із чотирьох операторів набору, визначених нижче.
підняти/опустити
Переміщення фігури вгору або вниз в списку.

Ви також можете створити власні групи, використовуючи наявні фігури, вибравши фігури, які ви хочете згрупувати, клікнувши правою кнопкою миші та вибравши “групувати фігури”.

оператори набору

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