Home
last modified time | relevance | path

Searched refs:cam_profile (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/legacy/operations/
H A Draw_output.cc67 cam_profile( NULL ), in RawOutputV1Par()
176 (cam_profile==NULL) || (out_profile==NULL); in build()
178 if( cam_profile && (mode_changed || cam_changed) ) { in build()
180 cam_profile = NULL; in build()
184 if( mode_changed || (cam_profile == NULL) ) { in build()
278 if( cam_profile ) { in build()
349 if( cam_profile && out_profile && out_profile->get_profile() != cam_profile->get_profile() ) { in build()
350 PF::set_icc_profile( out, cam_profile ); in build()
392 } else if( cam_profile ) { in build()
414 if( cam_profile ) { in build()
[all …]
H A Draw_output.hh128 PF::ICCProfile* cam_profile; member in PF::RawOutputV1Par
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Draw_output.cc67 cam_profile( NULL ), in RawOutputPar()
207 (cam_profile==NULL) || (out_profile==NULL); in build()
211 cam_profile = NULL; in build()
215 if( true || mode_changed || (cam_profile == NULL) ) { in build()
374 out_profile = cam_profile; in build()
380 } else if( ptype == PF::PROF_TYPE_FROM_DISK && cam_profile ) { in build()
443 if( cam_profile && out_profile && out_profile->get_profile() != cam_profile->get_profile() ) { in build()
444 PF::set_icc_profile( out, cam_profile ); in build()
486 } else if( cam_profile ) { in build()
508 if( cam_profile ) { in build()
[all …]
H A Draw_output.hh122 PF::ICCProfile* cam_profile; member in PF::RawOutputPar
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/coprocesses/dcraw/patches/
H A Dlightzone.patch19 const char *cam_profile=0, *out_profile=0;
28 case 'p': cam_profile = argv[arg++];
/dports/graphics/photivo/photivo/ReferenceMaterial/dcraw/
H A Ddcraw-1440.c8610 const char *cam_profile=0, *out_profile=0; in main() local
8703 case 'p': cam_profile = argv[arg++]; in main()
8928 if (cam_profile) apply_profile (cam_profile, out_profile); in main()
H A Ddcraw-1445.c8835 const char *cam_profile=0, *out_profile=0; in main() local
8928 case 'p': cam_profile = argv[arg++]; in main()
9153 if (cam_profile) apply_profile (cam_profile, out_profile); in main()
/dports/graphics/rawstudio/rawstudio-2.0/plugins/load-dcraw/
H A Ddcraw.cc8700 static const char *cam_profile=0, *out_profile=0; in main() local
8793 case 'p': cam_profile = argv[arg++]; in main()
9022 if (cam_profile) apply_profile (cam_profile, out_profile); in main()
/dports/graphics/freeimage/FreeImage/Source/LibRawLite/dcraw/
H A Ddcraw.c10094 const char *cam_profile=0, *out_profile=0; in main() local
10187 case 'p': cam_profile = argv[arg++]; in main()
10458 if (cam_profile) apply_profile (cam_profile, out_profile); in main()
/dports/graphics/dcraw/dcraw-9.28/
H A Ddcraw.c10094 const char *cam_profile=0, *out_profile=0; in main() local
10187 case 'p': cam_profile = argv[arg++]; in main()
10458 if (cam_profile) apply_profile (cam_profile, out_profile); in main()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Ddcraw.c9849 const char *cam_profile=0, *out_profile=0; in main() local
9942 case 'p': cam_profile = argv[arg++]; in main()
10213 if (cam_profile) apply_profile (cam_profile, out_profile); in main()
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/release/windows/dcraw/
H A Ddcraw.c9849 const char *cam_profile=0, *out_profile=0; in main() local
9942 case 'p': cam_profile = argv[arg++]; in main()
10213 if (cam_profile) apply_profile (cam_profile, out_profile); in main()
/dports/graphics/libraw/LibRaw-0.20.2/dcraw/
H A Ddcraw.c10094 const char *cam_profile=0, *out_profile=0; in main() local
10187 case 'p': cam_profile = argv[arg++]; in main()
10458 if (cam_profile) apply_profile (cam_profile, out_profile); in main()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Ddcraw.c9849 const char *cam_profile=0, *out_profile=0; in main() local
9942 case 'p': cam_profile = argv[arg++]; in main()
10213 if (cam_profile) apply_profile (cam_profile, out_profile); in main()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/coprocesses/dcraw/
H A Ddcraw_lz.c10238 const char *cam_profile=0, *out_profile=0; in main() local
10334 case 'p': cam_profile = argv[arg++]; in main()
10625 if (cam_profile) apply_profile (cam_profile, out_profile); in main()
/dports/graphics/ufraw/ufraw-f34669b/
H A Ddcraw.cc10595 static const char *cam_profile=0, *out_profile=0; in main() local
10688 case 'p': cam_profile = argv[arg++]; in main()
10964 if (cam_profile) apply_profile (cam_profile, out_profile); in main()
/dports/graphics/flif/FLIF-0.3-96-g74ea92b/raw-tools/sony_arw/
H A Ddcraw.c9799 const char *cam_profile=0, *out_profile=0; in dcraw_main() local