1pload TOPTEST
2
3# To prevent loops limit to 5 minutes
4cpulimit 300
5
6if { [info exists imagedir] == 0 } {
7   set imagedir .
8}
9
10if { [info exists test_image ] == 0 } {
11   set test_image photo
12}