Home
last modified time | relevance | path

Searched refs:color_profile (Results 101 – 125 of 127) sorted by relevance

123456

/dports/graphics/geeqie/geeqie-1.6/src/
H A Dlayout_image.c2096 options->color_profile.input_type, in layout_image_new()
2097 options->color_profile.use_image); in layout_image_new()
2098 image_color_profile_set_use(lw->split_images[i], options->color_profile.enabled); in layout_image_new()
H A Dremote.c791 switch (options->color_profile.render_intent) in gr_render_intent()
H A Dlayout_util.c3693 const gchar *name = options->color_profile.input_name[i - COLOR_PROFILE_FILE]; in layout_util_sync_color()
3694 const gchar *file = options->color_profile.input_file[i - COLOR_PROFILE_FILE]; in layout_util_sync_color()
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libheif/
H A Dbox.cc1633 auto color_profile = std::make_shared<color_profile_nclx>(); in parse() local
1634 m_color_profile = color_profile; in parse()
1635 Error err = color_profile->parse(range); in parse()
/dports/graphics/libheif/libheif-1.10.0/libheif/
H A Dheif_file.cc850 void HeifFile::set_color_profile(heif_item_id id, const std::shared_ptr<const color_profile> profil… in set_color_profile()
H A Dbox.cc1766 auto color_profile = std::make_shared<color_profile_nclx>(); in parse() local
1767 m_color_profile = color_profile; in parse()
1768 Error err = color_profile->parse(range); in parse()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/Magick++/lib/
H A DImage.cpp963 *color_profile; in iccColorProfile() local
965 color_profile=GetImageProfile(constImage(),"icc"); in iccColorProfile()
966 if (color_profile == (StringInfo *) NULL) in iccColorProfile()
969 return(Blob(GetStringInfoDatum(color_profile),GetStringInfoLength( in iccColorProfile()
970 color_profile))); in iccColorProfile()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/Magick++/lib/
H A DImage.cpp1002 *color_profile; in iccColorProfile() local
1004 color_profile=GetImageProfile(constImage(),"icc"); in iccColorProfile()
1005 if (color_profile == (StringInfo *) NULL) in iccColorProfile()
1007 return(Blob(GetStringInfoDatum(color_profile),GetStringInfoLength( in iccColorProfile()
1008 color_profile))); in iccColorProfile()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/Magick++/lib/
H A DImage.cpp1002 *color_profile; in iccColorProfile() local
1004 color_profile=GetImageProfile(constImage(),"icc"); in iccColorProfile()
1005 if (color_profile == (StringInfo *) NULL) in iccColorProfile()
1007 return(Blob(GetStringInfoDatum(color_profile),GetStringInfoLength( in iccColorProfile()
1008 color_profile))); in iccColorProfile()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/Magick++/lib/
H A DImage.cpp963 *color_profile; in iccColorProfile() local
965 color_profile=GetImageProfile(constImage(),"icc"); in iccColorProfile()
966 if (color_profile == (StringInfo *) NULL) in iccColorProfile()
969 return(Blob(GetStringInfoDatum(color_profile),GetStringInfoLength( in iccColorProfile()
970 color_profile))); in iccColorProfile()
/dports/net-im/profanity/profanity-0.11.1/src/config/
H A Dtheme.c704 color_profile profile = COLOR_PROFILE_DEFAULT; in theme_hash_attrs()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Djpeg.c1974 const unsigned char *color_profile, in WriteICCProfile() argument
1998 profile[j+14]=color_profile[i+j]; in WriteICCProfile()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AtomList.h585 HTML5_ATOM(color_profile, "color-profile")
H A DnsHtml5ElementName.cpp913 …T_COLOR_PROFILE = new nsHtml5ElementName(nsHtml5Atoms::color_profile, nsHtml5Atoms::color_profile,… in initializeStatics()
H A DnsHtml5AttributeName.cpp1293 …ATTR_COLOR_PROFILE = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsHtml5Atoms::color_profile), … in initializeStatics()
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dfast_data_types.pyi944 color_profile: ColorProfile
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/SDWebImageWebPCoder/SDWebImageWebPCoder/Classes/
H A DSDImageWebPCoder.m423 // See: https://developers.google.com/speed/webp/docs/riff_container#color_profile
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/
H A DChangeLog.2007297 container. As planned years ago, the color_profile, iptc_profile,
H A DChangeLog.2005174 * magick/profile.c (ProfileImage): Free color_profile->name
H A DChangeLog.200377 * magick/image.h (Image): Members color_profile, iptc_profile,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3021 …Profile(PP_Resource display_color_profile_res, struct PP_ArrayOutput* color_profile, struct PP_Com… in Pnacl_M33_PPB_DisplayColorProfile_Private_GetColorProfile() argument
3023 return iface->GetColorProfile(display_color_profile_res, *color_profile, *callback); in Pnacl_M33_PPB_DisplayColorProfile_Private_GetColorProfile()
4566 …32_t (*)(PP_Resource display_color_profile_res, struct PP_ArrayOutput color_profile, struct PP_Com…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3140 …Profile(PP_Resource display_color_profile_res, struct PP_ArrayOutput* color_profile, struct PP_Com… in Pnacl_M33_PPB_DisplayColorProfile_Private_GetColorProfile() argument
3142 return iface->GetColorProfile(display_color_profile_res, *color_profile, *callback); in Pnacl_M33_PPB_DisplayColorProfile_Private_GetColorProfile()
5171 …32_t (*)(PP_Resource display_color_profile_res, struct PP_ArrayOutput color_profile, struct PP_Com…
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpimage.c1130 if (private->color_profile) in gimp_image_finalize()
/dports/graphics/simple-scan/simple-scan-40.7/src/
H A Dsimple-scan.vala1724 scanned_page.color_profile = get_profile_for_device (info.device);
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/mortar/ppapi/out/
H A Drpc.cc16654 struct PP_ArrayOutput color_profile,
50869 …file_0_1(PP_Resource display_color_profile_res, struct PP_ArrayOutput color_profile, struct PP_Com… in GetColorProfile_0_1() argument
50876 AddProp(ss, "color_profile", ToString_PP_ArrayOutput(color_profile)); in GetColorProfile_0_1()
50892 …lorProfile_Private;0.1"))->GetColorProfile(display_color_profile_res, color_profile, logging_callb… in GetColorProfile_0_1()

123456