Mercurial > geeqie
diff src/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 | 5b5376acdf7c |
| children | 4b2d7f9af171 |
line wrap: on
line diff
--- a/src/image.h Sat Apr 19 17:14:03 2008 +0000 +++ b/src/image.h Sat Apr 19 17:55:41 2008 +0000 @@ -104,6 +104,7 @@ gint *use_image); void image_color_profile_set_use(ImageWindow *imd, gint enable); gint image_color_profile_get_use(ImageWindow *imd); +gint image_color_profile_get_from_image(ImageWindow *imd); /* set delayed page flipping */ void image_set_delay_flip(ImageWindow *imd, gint delay);
