Add eyedrop tool. The treeview will scroll to the selection.
[colorize.git] / gui / buttons / convert
1 for i in size_1 size_3 size_5 size_9 size_11 size_19 move eye pal col highlight zoomin zoomout bc preview flow fill pick
2 do
3         echo "#include <gtk/gtk.h>" >b_$i.c
4         gdk-pixbuf-csource --raw --name=img_$i $i.bmp | sed -e 's/static //g' >>b_$i.c
5 done