I wonderning how you made two glitches from september, one of a girl on a green background and the other one about a red figure in the center. If you don't mind to tell me of course. I want to do something similar with my face in the case of the first one. And in the case of the second one I guess there is some layering stuff involved, it's so awesome. Anyway if you prefer to keep your secrects that's fine, just wanted you to know that I love your work and that your work is an example for me :D
Hi! Sorry for late response. I share my techniques. I’m not sure if it’s going to be helpful since most of the stuff is a result of experiments and often are achieved by chance.
Red figure: http://generateme.tumblr.com/post/165523792435 It’s pure sonification (ie. image processed as a sound). I don’t remember which filter was used and what preparation was made. It looks like low-pass filter but it would be too easy. If you want to try this technique you can use Audacity (more filters, requires image->RAW conversion) or my Processing script (fast track): https://github.com/SonifyIt/sonification
Green girl: http://generateme.tumblr.com/post/165329241600 This one is more complicated. I believe that it was done with such steps: first, convert to LUV color space; second: some sonification filter; third: vector field transformation (these are 2d->2d math functions which I use to morph/tranform image); fourth: blending sonified image with transformed using different type of composite methods for each color channels. Possibly slight blur at the end.
I make most of this stuff with code (Clojure or Processing).
I hope it helps. If you want to know more - message me.