Forum Replies Created

  • Yair Katznelson

    July 1, 2020 at 8:58 am in reply to: Center an Object based on Alpha

    Hello Dan,
    Is it possible to upgrade your expression for both height & width?
    Also can you explain why this expression makes everything so slow?
    Thanks
    Yair

    for (i = 0; i <= thisComp.width; i++){
    temp = sampleImage([i,thisComp.height/2],[0.5,thisComp.height/2],true,time);
    if (temp[3] > 0) break;
    }
    for (j = thisComp.width; j >= 0; j--){
    temp = sampleImage([j,thisComp.height/2],[0.5,thisComp.height/2],true,time);
    if (temp[3] > 0) break;
    }
    value + [(thisComp.width - i - j)/2,0]

  • Yair Katznelson

    November 1, 2015 at 7:39 am in reply to: Wiggle Scale / Position by a fixed value

    Thank You so much!

  • Yair Katznelson

    January 19, 2011 at 10:41 pm in reply to: Need assistance with expression

    10x very much for your help!

  • Yair Katznelson

    January 19, 2011 at 7:43 pm in reply to: Need assistance with expression

    10x very much!!
    can you explain what the numbers represent? / how do i represent specific colors i need with those numbers?

    I guess this is not RGB…

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy