Archive:Kdenlive/Manual/Effects/Alpha manipulation/Alpha operations: Difference between revisions

    From KDE UserBase Wiki
    m (deleted link to remote page)
    (Added missing operation)
    Line 29: Line 29:
    <!--T:10-->
    <!--T:10-->
    ;'''Operation:'''
    ;'''Operation:'''
    :select the operation to be done on the alpha channel. Currently there are six choices: <menuchoice>NO OP</menuchoice>, <menuchoice>Shave</menuchoice>, <menuchoice>Shrink hard</menuchoice>, <menuchoice>Shrink soft</menuchoice>, <menuchoice>Grow hard</menuchoice>, <menuchoice>Grow soft</menuchoice>, <menuchoice>Threshold</menuchoice>.
    :select the operation to be done on the alpha channel. Currently there are eight choices: <menuchoice>NO OP</menuchoice>, <menuchoice>Shave</menuchoice>, <menuchoice>Shrink hard</menuchoice>, <menuchoice>Shrink soft</menuchoice>, <menuchoice>Grow hard</menuchoice>, <menuchoice>Grow soft</menuchoice>, <menuchoice>Threshold</menuchoice>, and <menuchoice>Blur</menuchoice>


    <!--T:11-->
    <!--T:11-->

    Revision as of 08:17, 18 September 2019

    Other languages:

    Alpha operations

    This is Frei0r alpha0ps - Display and manipulation of the alpha channel.

    Use this to shrink, grow, threshold and visualize the alpha channel.

    This plugin can shrink, grow, threshold and invert the alpha channel. It is mainly intended to improve keying edges. It can also display the alpha channel in various ways, to enable quick assessment of the effect.

    It is cascadable, so for example one can do a soft shrink first and then threshold, which gives a slightly different result than a hard shrink.

    Parameters:

    Display:
    what to display. There are seven options: Image, Alpha as gray, Gray+red, Selection on black, Selection on gray, Selection on white and Selection on checkers.

    This is intended for monitoring during adjustment mostly. After adjusting the parameters, it should be left on Image, which lets the unchanged input image through - this plugin is intended to change only the alpha channel...
    Display input alpha:
    use input alpha for the display function above. (Check what alpha we are getting on the input)
    Operation:
    select the operation to be done on the alpha channel. Currently there are eight choices: NO OP, Shave, Shrink hard, Shrink soft, Grow hard, Grow soft, Threshold, and Blur

    Shave try to remove the "hairy" stuff, and also shrinks the selection a bit.

    The hard operations introduce no new values to the alpha channel, so if you have a "hard" key (only 0 and 255) it will stay that way.

    The soft operations will introduce interpolated values, making the edge softer.

    Note

    The shave, shrink and grow operations are quite slow, because they do many conditional operations on each pixel.


    Threshold:
    This is only used for the Threshold operation.
    Shrink/grow amount:
    How far the shrinking/growing will extend.
    Invert:
    Inverts the input alpha channel, transparent will become opaque and vice versa.
    Display Menu Options
    Operation Menu Options
    Tutorial 1

    Shows usage of alpha operations - Shrink hard as well as the following effects: blue screen, denoiser and keysplillm0pup