comparison src/layout_image.h @ 426:9fe0ca1b5263

show the AdobeRGB profile in the menu, indicate input profile from image
author nadvornik
date Sat, 19 Apr 2008 17:55:41 +0000
parents f6e307c7bad6
children ddabc4873a3f
comparison
equal deleted inserted replaced
425:10efd67e5d3c 426:9fe0ca1b5263
33 gint layout_image_color_profile_get(LayoutWindow *lw, 33 gint layout_image_color_profile_get(LayoutWindow *lw,
34 gint *input_type, gint *screen_type, 34 gint *input_type, gint *screen_type,
35 gint *use_image); 35 gint *use_image);
36 void layout_image_color_profile_set_use(LayoutWindow *lw, gint enable); 36 void layout_image_color_profile_set_use(LayoutWindow *lw, gint enable);
37 gint layout_image_color_profile_get_use(LayoutWindow *lw); 37 gint layout_image_color_profile_get_use(LayoutWindow *lw);
38 gint layout_image_color_profile_get_from_image(LayoutWindow *lw);
38 39
39 40
40 const gchar *layout_image_get_path(LayoutWindow *lw); 41 const gchar *layout_image_get_path(LayoutWindow *lw);
41 const gchar *layout_image_get_name(LayoutWindow *lw); 42 const gchar *layout_image_get_name(LayoutWindow *lw);
42 FileData *layout_image_get_fd(LayoutWindow *lw); 43 FileData *layout_image_get_fd(LayoutWindow *lw);