Home
last modified time | relevance | path

Searched refs:render_intent (Results 1 – 12 of 12) sorted by relevance

/dports/print/cups-filters/cups-filters-1.28.10/filter/
H A Drastertopdf.cpp290 render_intent(""), in pdf_info()
314 std::string render_intent; member
707 … unsigned height, std::string render_intent, cups_cspace_t cs, unsigned bpc) in makeImage() argument
724 if (render_intent == "Perceptual") { in makeImage()
726 } else if (render_intent == "Absolute") { in makeImage()
728 } else if (render_intent == "Relative") { in makeImage()
730 } else if (render_intent == "Saturation") { in makeImage()
732 } else if (render_intent == "RelativeBpc") { in makeImage()
964 info->render_intent = render_intent; in prepare_pdf_page()
1091 unsigned height, int bpp, int bpc, int bpl, std::string render_intent, in add_pdf_page() argument
[all …]
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dremote.c789 gchar *render_intent; in gr_render_intent() local
791 switch (options->color_profile.render_intent) in gr_render_intent()
794 render_intent = g_strdup("Perceptual"); in gr_render_intent()
797 render_intent = g_strdup("Relative Colorimetric"); in gr_render_intent()
800 render_intent = g_strdup("Saturation"); in gr_render_intent()
803 render_intent = g_strdup("Absolute Colorimetric"); in gr_render_intent()
806 render_intent = g_strdup("none"); in gr_render_intent()
810 g_io_channel_write_chars(channel, render_intent, -1, NULL, NULL); in gr_render_intent()
813 g_free(render_intent); in gr_render_intent()
H A Doptions.h233 gint render_intent; member
H A Dcolor-man.c191 options->color_profile.render_intent, 0); in color_man_cache_new()
H A Doptions.c51 options->color_profile.render_intent = 0; in init_options()
H A Dpreferences.c450 if (options->color_profile.render_intent != c_options->color_profile.render_intent) in config_window_apply()
452 options->color_profile.render_intent = c_options->color_profile.render_intent; in config_window_apply()
3214 …, 1, _("Render Intent:"), options->color_profile.render_intent, &c_options->color_profile.render_i… in config_tab_color()
H A Drcfile.c541 WRITE_INT(options->color_profile, render_intent); in write_color_profile()
969 if (READ_INT(options->color_profile, render_intent)) continue; in options_load_color_profiles()
/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dcodec_png.c855 pset_c( render_intent, c); in png_complete()
1349 pset_c( render_intent, "none"); in save_defaults()
1624 if ( pexist( render_intent)) { in write_sRGB()
1625 char * c = pget_c( render_intent); in write_sRGB()
/dports/misc/veles/veles-2018.05.0/include/kaitai/
H A Dpng.h269 intent_t render_intent() const { return m_render_intent; } in render_intent() function
/dports/misc/fq/fq-0.0.2/format/icc/testdata/
H A DsRGB2014.fqtest26 0x040|00 00 00 00 |.... | render_intent: "" 0x40-0…
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/contrib/kaitaistruct/
H A Dpng.py194 self.render_intent = self._root.SrgbChunk.Intent(self._io.read_u1())
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A Dimage-load.pod860 =item render_intent none|saturation|perceptual|relative|absolute