summaryrefslogtreecommitdiff
path: root/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'image.h')
-rw-r--r--image.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/image.h b/image.h
index c2aee71..1363eed 100644
--- a/image.h
+++ b/image.h
@@ -32,4 +32,10 @@ typedef enum
} convert_type_t;
GdkPixbuf *
-pixbuf_from_complex_image (complex_image_t *image, convert_type_t convert);
+pixbuf_from_complex_image (complex_image_t *image,
+ convert_type_t convert);
+
+void
+complex_image_show (const char *title,
+ complex_image_t *image,
+ convert_type_t convert);