mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 06:55:31 +01:00
add transition map using alpha channel (issue #31)
This commit is contained in:
@@ -565,6 +565,7 @@ void vj_effect_initialize(int width, int height, int full_range)
|
||||
vj_effects[VJ_VIDEO_EFFECT_LUMAKEYALPHA] = lumakeyalpha_init(width,height);
|
||||
vj_effects[VJ_VIDEO_EFFECT_CHROMAMAGICKALPHA] = chromamagickalpha_init(width,height);
|
||||
vj_effects[VJ_VIDEO_EFFECT_MAGICOVERLAYALPHA] = overlaymagicalpha_init(width,height);
|
||||
vj_effects[VJ_VIDEO_EFFECT_MASKTRANSITION] = masktransition_init(width,height);
|
||||
|
||||
vj_effects[VJ_IMAGE_EFFECT_DUMMY] = dummy_init(width,height);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user