Fix run length encoding of marked image, bump to version 0.8
[colorize.git] / gui / toolbar.h
1
2 extern GtkToggleButton *show_marked_button, *show_highlighted_button, *show_preview_button, *show_colorized_button;
3 #ifdef WITH_OPENCV
4 extern GtkToggleButton *show_flow_button;
5 #endif
6
7 void create_toolbar(GtkWidget *tool_bar);
8 void release_pick_mode(void);
9