/ofxTLGlitch

An openframeworks addon makes it easy to glitch your image or movie.

Primary LanguageC++MIT LicenseMIT

ofxTLGlitch

ofxTLGlitch is a openframeworks addon. This addon make it easy to glitch your movie and image as you like. The concept of this library is easy to use and play. So you can glitch any given frame of your favorite movie in advance, because of timeline based.

Demo

If you are interested, I hope that you try ofxTLGlitch using your favorite movie. Have a good time!

Usage

method for glitching your video.

void testApp::setup() {
    glitch.loadVideo('/path/to/video');
}

method for glitching your image.

void testApp::setup() {
    glitch.loadImage('/path/to/image', duration);
}

License

Copyright (c) 2012-2016 Satoshi Okami. See the LICENSE file for license rights and limitations (MIT).