Mercurial > geeqie.yaz
comparison src/color-man.h @ 1586:c3416996fd97
Backed out changeset b5608391f479
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 01 May 2009 15:49:46 +0900 |
parents | b5608391f479 |
children | 5b59ccf95b2b |
comparison
equal
deleted
inserted
replaced
1548:b5608391f479 | 1586:c3416996fd97 |
---|---|
47 }; | 47 }; |
48 | 48 |
49 | 49 |
50 ColorMan *color_man_new(ImageWindow *imd, GdkPixbuf *pixbuf, | 50 ColorMan *color_man_new(ImageWindow *imd, GdkPixbuf *pixbuf, |
51 ColorManProfileType input_type, const gchar *input_file, | 51 ColorManProfileType input_type, const gchar *input_file, |
52 ColorManProfileType screen_type, const gchar *screen_file, | 52 ColorManProfileType screen_type, const gchar *screen_file); |
53 guchar *screen_data, guint screen_data_len); | |
54 ColorMan *color_man_new_embedded(ImageWindow *imd, GdkPixbuf *pixbuf, | 53 ColorMan *color_man_new_embedded(ImageWindow *imd, GdkPixbuf *pixbuf, |
55 guchar *input_data, guint input_data_len, | 54 guchar *input_data, guint input_data_len, |
56 ColorManProfileType screen_type, const gchar *screen_file, | 55 ColorManProfileType screen_type, const gchar *screen_file); |
57 guchar *screen_data, guint screen_data_len); | |
58 void color_man_free(ColorMan *cm); | 56 void color_man_free(ColorMan *cm); |
59 | 57 |
60 void color_man_update(void); | 58 void color_man_update(void); |
61 | 59 |
62 void color_man_correct_region(ColorMan *cm, GdkPixbuf *pixbuf, gint x, gint y, gint w, gint h); | 60 void color_man_correct_region(ColorMan *cm, GdkPixbuf *pixbuf, gint x, gint y, gint w, gint h); |