You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
623 B
13 lines
623 B
14 years ago
|
We did a rethink on channels, selections and tqmasks last summer.
|
||
|
|
||
|
Traditionally, a tqmask is seen as an extra channel for an image, analogous
|
||
|
to the alpha channel. We want to do away with that idea.
|
||
|
|
||
|
A layer can have a number of permanent selections associated with it.
|
||
|
Such a selection can handle a composite method (determining the composition method
|
||
|
for the selected pixels) or a filter (making it an adjustment layer).
|
||
|
|
||
|
Of course, a selection is just an 8-bit per pixel single channel layer that
|
||
|
belongs to a layer, so all filters can work automatically on a selection,
|
||
|
except that we don't have the ui for that yet.
|