Home
last modified time | relevance | path

Searched refs:icc_profile_base64 (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dio-png.c270 gchar *icc_profile_base64; in gdk_pixbuf__png_image_load() local
362icc_profile_base64 = g_base64_encode ((const guchar *) icc_profile, (gsize)icc_profile_size); in gdk_pixbuf__png_image_load()
363 gdk_pixbuf_set_option (pixbuf, "icc-profile", icc_profile_base64); in gdk_pixbuf__png_image_load()
364 g_free (icc_profile_base64); in gdk_pixbuf__png_image_load()
662 gchar *icc_profile_base64; in png_info_callback() local
741icc_profile_base64 = g_base64_encode ((const guchar *) icc_profile, (gsize)icc_profile_size); in png_info_callback()
742 gdk_pixbuf_set_option (lc->pixbuf, "icc-profile", icc_profile_base64); in png_info_callback()
743 g_free (icc_profile_base64); in png_info_callback()
H A Dio-jpeg.c571 gchar *icc_profile_base64; in gdk_pixbuf__jpeg_image_load() local
678icc_profile_base64 = g_base64_encode ((const guchar *) exif_context.icc_profile, exif_context.icc_… in gdk_pixbuf__jpeg_image_load()
679 gdk_pixbuf_set_option (pixbuf, "icc-profile", icc_profile_base64); in gdk_pixbuf__jpeg_image_load()
680 g_free (icc_profile_base64); in gdk_pixbuf__jpeg_image_load()
987 gchar *icc_profile_base64; in gdk_pixbuf__jpeg_image_load_increment() local
1181icc_profile_base64 = g_base64_encode ((const guchar *) exif_context.icc_profile, exif_context.icc_… in gdk_pixbuf__jpeg_image_load_increment()
1182 gdk_pixbuf_set_option (context->pixbuf, "icc-profile", icc_profile_base64); in gdk_pixbuf__jpeg_image_load_increment()
1183 g_free (icc_profile_base64); in gdk_pixbuf__jpeg_image_load_increment()
H A Dio-tiff.c103 gchar *icc_profile_base64; in tiff_image_parse() local
247icc_profile_base64 = g_base64_encode ((const guchar *) icc_profile, icc_profile_size); in tiff_image_parse()
248 gdk_pixbuf_set_option (pixbuf, "icc-profile", icc_profile_base64); in tiff_image_parse()
249 g_free (icc_profile_base64); in tiff_image_parse()
/dports/deskutils/gnome-screenshot/gnome-screenshot-41.0/src/
H A Dscreenshot-application.c53 gchar *icc_profile_base64; member
253 return (self->icc_profile_base64 != NULL); in has_profile()
265 "icc-profile", self->icc_profile_base64, in save_with_description_and_profile()
857 g_free (self->icc_profile_base64); in screenshot_application_finalize()