Game of Life
I'm not sure if this would be possible, but has anybody ever see the game of life? Basically ever pixel is considered a cell and each cell is surrounded by 8 other cells. If there are 2 or 3 cells alive around this cell then it becomes alive. If there are more cells alive than that cell become over-crowded and dies. If there are less cell than that cell becomes lonely and dies. I don't think this would be possible in AVS but it might prove to be an interesting preset. Then again I dont know how to use the convolution filter very well so maybe someone could exploit that... Any ideas?