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.

figuras

De forma predeterminada, cada forma recibe un nombre generado automáticamente, que consta del tipo de forma (“pincel”, “círculo”, “elipse”, “ruta”, “degradado”) y un número entero incrementado automáticamente. Puede cambiar el nombre de una forma haciendo doble clic en su nombre actual. Es un buen hábito dar nombres significativos a las formas y grupos, especialmente si tiene la intención de volver a utilizar la misma selección en diferentes máscaras.

Haga clic en el nombre de una forma para mostrar la forma seleccionada en el lienzo de la imagen con todos sus controles, lo que le permite editar las propiedades de esa forma. Esto es especialmente útil cuando hay muchas formas superpuestas dentro de una máscara, lo que dificulta la selección de la correcta con el ratón. De manera similar, si selecciona una forma en pantalla desde los controles de máscara de un módulo de procesamiento, esa forma se seleccionará en el administrador de máscaras.

Haga clic con el botón derecho en el nombre de una forma para mostrar un menú que contiene opciones para eliminar la forma actual o para eliminar todas las formas que no están en uso actualmente.


** Nota: ** Ansel conserva todas las formas que se han definido para la imagen actual a menos que las elimine explícitamente. Si elige incluir el historial de desarrollo al exportar una imagen, todas las formas definidas se exportarán con la imagen. Tenga en cuenta que si la lista de formas es muy larga, el espacio necesario para almacenar esas formas puede superar el límite de tamaño de determinados formatos de archivo. Esto puede hacer que la creación de etiquetas XMP falle durante la exportación.


máscaras y grupos

Las máscaras se construyen agregando un grupo de formas a la imagen en el orden en que se enumeran de arriba a abajo. Cada forma ajusta la máscara existente utilizando uno de los cuatro operadores de conjuntos lógicos (ver más abajo). Debido a que el orden es importante, también es posible mover formas hacia arriba y hacia abajo en la lista.

Haga clic en el nombre de un grupo en el administrador de máscaras para expandir ese grupo, mostrando una lista de sus formas constituyentes. Las formas correspondientes se mostrarán en la imagen central. De manera similar, si elige mostrar una máscara desde un módulo de procesamiento, el grupo correspondiente se expandirá dentro del administrador de máscaras.

Haga clic con el botón derecho en el nombre del grupo para mostrar un menú con opciones para agregar formas nuevas o existentes al grupo, o para limpiar formas no utilizadas. Puede también escoger eliminar el grupo.

Haga clic con el botón derecho en cualquiera de las formas constituyentes para controlar cómo esa forma contribuye al grupo completo de máscaras:

sacar del grupo
Elimina la forma de la máscara actual.
usar forma invertida
Invierte la polaridad de la forma seleccionada.
modo
Elija cómo interactuará esta forma con la máscara anterior seleccionando uno de los cuatro operadores definidos a continuación.
mover hacia arriba / abajo
Mueve la forma hacia arriba o hacia abajo en la lista.

También puede crear sus propios grupos utilizando formas existentes seleccionando las formas que desea agrupar, haciendo clic derecho sobre ellas y eligiendo “agrupar las formas”.

Conjunto de operadores

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