Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [memory] at startup
- [memory] max address space (vmpeak): unknown
- [memory] cur address space (vmsize): 2480992 kB
- [memory] max used memory (vmhwm ): unknown
- [memory] cur used memory (vmrss ): 9428 kB
- [sql] exec "CREATE TABLE memory.color_labels_temp (imgid INTEGER PRIMARY KEY)"
- [sql] exec "CREATE TABLE memory.collected_images (rowid INTEGER PRIMARY KEY AUTOINCREMENT, imgid INTEGER)"
- [sql] exec "CREATE TABLE memory.tmp_selection (imgid INTEGER)"
- [sql] exec "CREATE TABLE memory.tagq (tmpid INTEGER PRIMARY KEY, id INTEGER)"
- [sql] exec "CREATE TABLE memory.taglist (tmpid INTEGER PRIMARY KEY, id INTEGER UNIQUE ON CONFLICT REPLACE, count INTEGER)"
- [sql] exec "CREATE TABLE memory.history (imgid INTEGER, num INTEGER, module INTEGER, operation VARCHAR(256) UNIQUE ON CONFLICT REPLACE, op_params BLOB, enabled INTEGER, blendop_params BLOB, blendop_version INTEGER, multi_priority INTEGER, multi_name VARCHAR(256))"
- [sql] exec "CREATE TABLE MEMORY.style_items (styleid INTEGER, num INTEGER, module INTEGER, operation VARCHAR(256), op_params BLOB, enabled INTEGER, blendop_params BLOB, blendop_version INTEGER, multi_priority INTEGER, multi_name VARCHAR(256))"
- [fswatch_new] fswatch not supported on your platform
- [sql] prepare "select count(distinct id) from images where (flags & 256) != 256 and (flags & 7) >= 0 and (flags & 7) != 6 and ((film_id in (select id from film_rolls where folder like '/Users/krisniem/Pictures/RAW/160324'))) order by filename, version limit ?1, ?2"
- [sql] prepare "select count (distinct imgid) from selected_images"
- [sql] prepare "delete from selected_images where imgid not in (select distinct id from images where (flags & 256) != 256 and (flags & 7) >= 0 and (flags & 7) != 6 and ((film_id in (select id from film_rolls where folder like '/Users/krisniem/Pictures/RAW/160324'))) order by filename, version limit ?1, ?2)"
- [sql] prepare "select count(distinct id) from images where (flags & 256) != 256 and (flags & 7) >= 0 and (flags & 7) != 6 and ((film_id in (select id from film_rolls where folder like '/Users/krisniem/Pictures/RAW/160324'))) order by filename, version"
- [sql] prepare "select count (distinct imgid) from selected_images"
- [pwstorage_new] Creating new context 0x7fbcbae179d0
- [pwstorage_new] no storage backend. not storing username/password. please change in preferences, core tab.
- [opencl_init] opencl related configuration options:
- [opencl_init]
- [opencl_init] opencl: 1
- [opencl_init] opencl_library: ''
- [opencl_init] opencl_memory_requirement: 768
- [opencl_init] opencl_memory_headroom: 300
- [opencl_init] opencl_device_priority: '!0,*/!0,*/!0,*/!0,*'
- [opencl_init] opencl_size_roundup: 16
- [opencl_init] opencl_async_pixelpipe: 0
- [opencl_init] opencl_synch_cache: 0
- [opencl_init] opencl_number_event_handles: 25
- [opencl_init] opencl_micro_nap: 1000
- [opencl_init] opencl_use_pinned_memory: 0
- [opencl_init] opencl_use_cpu_devices: 0
- [opencl_init] opencl_avoid_atomics: 0
- [opencl_init] opencl_omit_whitebalance: 0
- [opencl_init] opencl_enable_markesteijn: 1
- [opencl_init]
- [opencl_init] found opencl runtime library '/System/Library/Frameworks/OpenCL.framework/Versions/Current/OpenCL'
- [opencl_init] opencl library '/System/Library/Frameworks/OpenCL.framework/Versions/Current/OpenCL' found on your system and loaded
- [opencl_init] found 1 platform
- [opencl_init] found 2 devices
- [opencl_init] discarding CPU device 0 `Intel(R) Core(TM) i5-4288U CPU @ 2.60GHz'.
- [opencl_init] device 1 `Iris' supports image sizes of 16384 x 16384
- [opencl_init] device 1 `Iris' allows GPU memory allocations of up to 384MB
- [opencl_init] device 1: Iris
- GLOBAL_MEM_SIZE: 1536MB
- MAX_WORK_GROUP_SIZE: 512
- MAX_WORK_ITEM_DIMENSIONS: 3
- MAX_WORK_ITEM_SIZES: [ 512 512 512 ]
- DRIVER_VERSION: 1.2(Dec 17 2015 21:11:49)
- DEVICE_VERSION: OpenCL 1.2
- [opencl_init] compiling program `demosaic_ppg.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/demosaic_ppg.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/demosaic_ppg.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:19:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- <program source>:27:1: warning: no previous prototype for function 'backtransformi'
- backtransformi (float2 p, const int r_x, const int r_y, const int r_wd, const int r_ht, const float r_scale)
- ^
- <program source>:33:1: warning: no previous prototype for function 'backtransformf'
- backtransformf (float2 p, const int r_x, const int r_y, const int r_wd, const int r_ht, const float r_scale)
- ^
- <program source>:104:15: warning: unused variable 'thrs2'
- const float thrs2 = c1 ? thrs : 2*thrs;
- ^
- <program source>:574:1: warning: no previous prototype for function 'FCN'
- FCN(const int row, const int col, const unsigned int filters)
- ^
- [opencl_init] compiling program `atrous.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/atrous.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/atrous.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:19:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- <program source>:24:1: warning: no previous prototype for function 'weight'
- weight(const float4 c1, const float4 c2, const float sharpen)
- ^
- [opencl_init] compiling program `basic.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/basic.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/basic.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:21:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- In file included from <program source>:23:
- /opt/darktable/share/darktable/kernels/colorspace.cl:20:8: warning: no previous prototype for function 'Lab_2_LCH'
- float4 Lab_2_LCH(float4 Lab)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:34:8: warning: no previous prototype for function 'LCH_2_Lab'
- float4 LCH_2_Lab(float4 LCH)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:44:8: warning: no previous prototype for function 'XYZ_to_Lab'
- float4 XYZ_to_Lab(float4 xyz)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:59:8: warning: no previous prototype for function 'lab_f_inv'
- float4 lab_f_inv(float4 x)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:67:8: warning: no previous prototype for function 'Lab_to_XYZ'
- float4 Lab_to_XYZ(float4 Lab)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:80:8: warning: no previous prototype for function 'RGB_2_HSL'
- float4 RGB_2_HSL(const float4 RGB)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:122:7: warning: no previous prototype for function 'Hue_2_RGB'
- float Hue_2_RGB(float v1, float v2, float vH)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:134:8: warning: no previous prototype for function 'HSL_2_RGB'
- float4 HSL_2_RGB(const float4 HSL)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:164:8: warning: no previous prototype for function 'RGB_2_HSV'
- float4 RGB_2_HSV(const float4 RGB)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:201:8: warning: no previous prototype for function 'HSV_2_RGB'
- float4 HSV_2_RGB(const float4 HSV)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:246:8: warning: no previous prototype for function 'XYZ_to_sRGB'
- float4 XYZ_to_sRGB(float4 XYZ)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:260:8: warning: no previous prototype for function 'sRGB_to_XYZ'
- float4 sRGB_to_XYZ(float4 sRGB)
- ^
- <program source>:26:1: warning: no previous prototype for function 'BL'
- BL(const int row, const int col)
- ^
- <program source>:205:1: warning: no previous prototype for function 'lookup_unbounded'
- lookup_unbounded(read_only image2d_t lut, const float x, global const float *a)
- ^
- <program source>:223:1: warning: no previous prototype for function 'lookup_unbounded_twosided'
- lookup_unbounded_twosided(read_only image2d_t lut, const float x, global const float *a)
- ^
- <program source>:251:1: warning: no previous prototype for function 'lookup'
- lookup(read_only image2d_t lut, const float x)
- ^
- <program source>:470:1: warning: no previous prototype for function 'mul_mat_vec_2'
- mul_mat_vec_2(const float4 m, const float2 *p, float2 *o)
- ^
- <program source>:477:1: warning: no previous prototype for function 'backtransform'
- backtransform(float2 *p, float2 *o, const float4 m, const float2 t)
- ^
- <program source>:485:1: warning: no previous prototype for function 'keystone_backtransform'
- keystone_backtransform(float2 *i, const float4 k_space, const float2 ka, const float4 ma, const float2 mb)
- ^
- <program source>:510:1: warning: no previous prototype for function 'interpolation_func_bicubic'
- interpolation_func_bicubic(float t)
- ^
- <program source>:534:1: warning: no previous prototype for function 'sinf_fast'
- sinf_fast(float t)
- ^
- <program source>:545:1: warning: no previous prototype for function 'interpolation_func_lanczos'
- interpolation_func_lanczos(float width, float t)
- ^
- <program source>:1459:1: warning: no previous prototype for function 'fast_expf'
- fast_expf(const float x)
- ^
- <program source>:1476:1: warning: no previous prototype for function 'envelope'
- envelope(const float L)
- ^
- <program source>:1537:9: warning: unused variable 'filter'
- float filter = fast_expf(-clamp(((pixel.y - a)*(pixel.y - a) + (pixel.z - b)*(pixel.z - b))/(2.0f * size), 0.0f, 1.0f));
- ^
- <program source>:1844:13: warning: unused variable 'xlid'
- const int xlid = get_local_id(0);
- ^
- [opencl_init] compiling program `blendop.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/blendop.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/blendop.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:19:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- In file included from <program source>:20:
- /opt/darktable/share/darktable/kernels/colorspace.cl:20:8: warning: no previous prototype for function 'Lab_2_LCH'
- float4 Lab_2_LCH(float4 Lab)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:34:8: warning: no previous prototype for function 'LCH_2_Lab'
- float4 LCH_2_Lab(float4 LCH)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:44:8: warning: no previous prototype for function 'XYZ_to_Lab'
- float4 XYZ_to_Lab(float4 xyz)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:59:8: warning: no previous prototype for function 'lab_f_inv'
- float4 lab_f_inv(float4 x)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:67:8: warning: no previous prototype for function 'Lab_to_XYZ'
- float4 Lab_to_XYZ(float4 Lab)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:80:8: warning: no previous prototype for function 'RGB_2_HSL'
- float4 RGB_2_HSL(const float4 RGB)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:122:7: warning: no previous prototype for function 'Hue_2_RGB'
- float Hue_2_RGB(float v1, float v2, float vH)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:134:8: warning: no previous prototype for function 'HSL_2_RGB'
- float4 HSL_2_RGB(const float4 HSL)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:164:8: warning: no previous prototype for function 'RGB_2_HSV'
- float4 RGB_2_HSV(const float4 RGB)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:201:8: warning: no previous prototype for function 'HSV_2_RGB'
- float4 HSV_2_RGB(const float4 HSV)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:246:8: warning: no previous prototype for function 'XYZ_to_sRGB'
- float4 XYZ_to_sRGB(float4 XYZ)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:260:8: warning: no previous prototype for function 'sRGB_to_XYZ'
- float4 sRGB_to_XYZ(float4 sRGB)
- ^
- <program source>:131:1: warning: no previous prototype for function 'blendif_factor_Lab'
- blendif_factor_Lab(const float4 input, const float4 output, const unsigned int blendif, global const float *parameters, const unsigned int mask_mode, const unsigned int mask_combine)
- ^
- <program source>:198:1: warning: no previous prototype for function 'blendif_factor_rgb'
- blendif_factor_rgb(const float4 input, const float4 output, const unsigned int blendif, global const float *parameters, const unsigned int mask_mode, const unsigned int mask_combine)
- ^
- [opencl_init] compiling program `highpass.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/highpass.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/highpass.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:19:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- [opencl_init] compiling program `nlmeans.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/nlmeans.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/nlmeans.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:20:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- <program source>:29:7: warning: no previous prototype for function 'fast_mexp2f'
- float fast_mexp2f(const float x)
- ^
- <program source>:39:7: warning: no previous prototype for function 'gh'
- float gh(const float f, const float sharpness)
- ^
- <program source>:45:7: warning: no previous prototype for function 'ddirac'
- float ddirac(const int2 q)
- ^
- [opencl_init] compiling program `gaussian.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/gaussian.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/gaussian.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:19:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- <program source>:104:17: warning: comparison of integers of different signs: 'int' and 'unsigned int'
- for(int y=0; y<height; y++)
- ~^~~~~~~
- <program source>:168:17: warning: comparison of integers of different signs: 'int' and 'unsigned int'
- for(int y=0; y<height; y++)
- ~^~~~~~~
- <program source>:210:1: warning: no previous prototype for function 'lookup_unbounded'
- lookup_unbounded(read_only image2d_t lut, const float x, global float *a)
- ^
- <program source>:255:1: warning: no previous prototype for function 'overlay'
- overlay(const float4 in_a, const float4 in_b, const float opacity, const float transform, const float ccorrect,
- ^
- [opencl_init] compiling program `sharpen.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/sharpen.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/sharpen.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:19:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- <program source>:144:10: warning: unused variable 'Labmin'
- float4 Labmin = (float4)(0.0f, -128.0f, -128.0f, 0.0f);
- ^
- <program source>:145:10: warning: unused variable 'Labmax'
- float4 Labmax = (float4)(100.0f, 128.0f, 128.0f, 1.0f);
- ^
- [opencl_init] compiling program `extended.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/extended.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/extended.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:19:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- In file included from <program source>:20:
- /opt/darktable/share/darktable/kernels/colorspace.cl:20:8: warning: no previous prototype for function 'Lab_2_LCH'
- float4 Lab_2_LCH(float4 Lab)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:34:8: warning: no previous prototype for function 'LCH_2_Lab'
- float4 LCH_2_Lab(float4 LCH)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:44:8: warning: no previous prototype for function 'XYZ_to_Lab'
- float4 XYZ_to_Lab(float4 xyz)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:59:8: warning: no previous prototype for function 'lab_f_inv'
- float4 lab_f_inv(float4 x)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:67:8: warning: no previous prototype for function 'Lab_to_XYZ'
- float4 Lab_to_XYZ(float4 Lab)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:80:8: warning: no previous prototype for function 'RGB_2_HSL'
- float4 RGB_2_HSL(const float4 RGB)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:122:7: warning: no previous prototype for function 'Hue_2_RGB'
- float Hue_2_RGB(float v1, float v2, float vH)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:134:8: warning: no previous prototype for function 'HSL_2_RGB'
- float4 HSL_2_RGB(const float4 HSL)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:164:8: warning: no previous prototype for function 'RGB_2_HSV'
- float4 RGB_2_HSV(const float4 RGB)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:201:8: warning: no previous prototype for function 'HSV_2_RGB'
- float4 HSV_2_RGB(const float4 HSV)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:246:8: warning: no previous prototype for function 'XYZ_to_sRGB'
- float4 XYZ_to_sRGB(float4 XYZ)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:260:8: warning: no previous prototype for function 'sRGB_to_XYZ'
- float4 sRGB_to_XYZ(float4 sRGB)
- ^
- <program source>:98:1: warning: no previous prototype for function 'GAUSS'
- GAUSS(float center, float wings, float x)
- ^
- <program source>:259:1: warning: no previous prototype for function 'encrypt_tea'
- encrypt_tea(unsigned int *arg)
- ^
- <program source>:276:1: warning: no previous prototype for function 'tpdf'
- tpdf(unsigned int urandom)
- ^
- [opencl_init] compiling program `soften.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/soften.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/soften.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:19:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- In file included from <program source>:20:
- /opt/darktable/share/darktable/kernels/colorspace.cl:20:8: warning: no previous prototype for function 'Lab_2_LCH'
- float4 Lab_2_LCH(float4 Lab)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:34:8: warning: no previous prototype for function 'LCH_2_Lab'
- float4 LCH_2_Lab(float4 LCH)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:44:8: warning: no previous prototype for function 'XYZ_to_Lab'
- float4 XYZ_to_Lab(float4 xyz)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:59:8: warning: no previous prototype for function 'lab_f_inv'
- float4 lab_f_inv(float4 x)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:67:8: warning: no previous prototype for function 'Lab_to_XYZ'
- float4 Lab_to_XYZ(float4 Lab)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:80:8: warning: no previous prototype for function 'RGB_2_HSL'
- float4 RGB_2_HSL(const float4 RGB)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:122:7: warning: no previous prototype for function 'Hue_2_RGB'
- float Hue_2_RGB(float v1, float v2, float vH)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:134:8: warning: no previous prototype for function 'HSL_2_RGB'
- float4 HSL_2_RGB(const float4 HSL)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:164:8: warning: no previous prototype for function 'RGB_2_HSV'
- float4 RGB_2_HSV(const float4 RGB)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:201:8: warning: no previous prototype for function 'HSV_2_RGB'
- float4 HSV_2_RGB(const float4 HSV)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:246:8: warning: no previous prototype for function 'XYZ_to_sRGB'
- float4 XYZ_to_sRGB(float4 XYZ)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:260:8: warning: no previous prototype for function 'sRGB_to_XYZ'
- float4 sRGB_to_XYZ(float4 sRGB)
- ^
- [opencl_init] compiling program `bilateral.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/bilateral.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/bilateral.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:21:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- <program source>:24:1: warning: no previous prototype for function 'image_to_grid'
- image_to_grid(
- ^
- <program source>:36:1: warning: no previous prototype for function 'atomic_add_f'
- atomic_add_f(
- ^
- [opencl_init] compiling program `denoiseprofile.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/denoiseprofile.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/denoiseprofile.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:20:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- <program source>:29:7: warning: no previous prototype for function 'fast_mexp2f'
- float fast_mexp2f(const float x)
- ^
- <program source>:40:7: warning: no previous prototype for function 'ddirac'
- float ddirac(const int2 q)
- ^
- <program source>:262:13: warning: unused variable 'gidx'
- const int gidx = mad24(y, width, x);
- ^
- <program source>:280:1: warning: no previous prototype for function 'weight'
- weight(const float4 c1, const float4 c2, const float inv_sigma2)
- ^
- [opencl_init] compiling program `bloom.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/bloom.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/bloom.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:19:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- In file included from <program source>:20:
- /opt/darktable/share/darktable/kernels/colorspace.cl:20:8: warning: no previous prototype for function 'Lab_2_LCH'
- float4 Lab_2_LCH(float4 Lab)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:34:8: warning: no previous prototype for function 'LCH_2_Lab'
- float4 LCH_2_Lab(float4 LCH)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:44:8: warning: no previous prototype for function 'XYZ_to_Lab'
- float4 XYZ_to_Lab(float4 xyz)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:59:8: warning: no previous prototype for function 'lab_f_inv'
- float4 lab_f_inv(float4 x)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:67:8: warning: no previous prototype for function 'Lab_to_XYZ'
- float4 Lab_to_XYZ(float4 Lab)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:80:8: warning: no previous prototype for function 'RGB_2_HSL'
- float4 RGB_2_HSL(const float4 RGB)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:122:7: warning: no previous prototype for function 'Hue_2_RGB'
- float Hue_2_RGB(float v1, float v2, float vH)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:134:8: warning: no previous prototype for function 'HSL_2_RGB'
- float4 HSL_2_RGB(const float4 HSL)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:164:8: warning: no previous prototype for function 'RGB_2_HSV'
- float4 RGB_2_HSV(const float4 RGB)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:201:8: warning: no previous prototype for function 'HSV_2_RGB'
- float4 HSV_2_RGB(const float4 HSV)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:246:8: warning: no previous prototype for function 'XYZ_to_sRGB'
- float4 XYZ_to_sRGB(float4 XYZ)
- ^
- /opt/darktable/share/darktable/kernels/colorspace.cl:260:8: warning: no previous prototype for function 'sRGB_to_XYZ'
- float4 sRGB_to_XYZ(float4 sRGB)
- ^
- [opencl_init] compiling program `colorreconstruction.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/colorreconstruction.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/colorreconstruction.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:22:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- <program source>:32:1: warning: no previous prototype for function 'image_to_grid'
- image_to_grid(
- ^
- <program source>:44:1: warning: no previous prototype for function 'grid_rescale'
- grid_rescale(
- ^
- <program source>:55:1: warning: no previous prototype for function 'atomic_add_f'
- atomic_add_f(
- ^
- [opencl_init] compiling program `demosaic_other.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/demosaic_other.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/demosaic_other.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:19:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- [opencl_init] compiling program `demosaic_vng.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/demosaic_vng.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/demosaic_vng.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:19:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- <program source>:22:1: warning: no previous prototype for function 'fcol'
- fcol(const int row, const int col, const unsigned int filters, global const unsigned char (*const xtrans)[6])
- ^
- [opencl_init] compiling program `demosaic_markesteijn.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/demosaic_markesteijn.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/demosaic_markesteijn.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- In file included from <program source>:19:
- /opt/darktable/share/darktable/kernels/common.h:34:1: warning: no previous prototype for function 'FC'
- FC(const int row, const int col, const unsigned int filters)
- ^
- /opt/darktable/share/darktable/kernels/common.h:41:1: warning: no previous prototype for function 'FCxtrans'
- FCxtrans(const int row, const int col, global const unsigned char (*const xtrans)[6])
- ^
- <program source>:28:1: warning: no previous prototype for function 'hexidx1'
- hexidx1(const char2 hex, const int stride)
- ^
- <program source>:34:1: warning: no previous prototype for function 'hexidx4'
- hexidx4(const char2 hex, const int stride)
- ^
- <program source>:40:1: warning: no previous prototype for function 'sqr'
- sqr(const float x)
- ^
- [opencl_init] compiling program `liquify.cl' ..
- [opencl_load_program] loaded cached binary program from file `/Users/krisniem/.cache/darktable/cached_kernels_for_Iris/liquify.cl.bin'
- [opencl_load_program] successfully loaded program from `/opt/darktable/share/darktable/kernels/liquify.cl'
- [opencl_build_program] successfully built program
- [opencl_build_program] BUILD STATUS: 0
- BUILD LOG:
- <program source>:36:7: warning: no previous prototype for function 'kmix'
- float kmix (global const float *k,
- ^
- [opencl_init] kernel loading time: 0.0238
- [opencl_init] OpenCL successfully initialized.
- [opencl_init] here are the internal numbers and names of OpenCL devices available to darktable:
- [opencl_init] 0 'Iris'
- [opencl_init] these are your device priorities:
- [opencl_init] image preview export thumbnail
- [opencl_init] -1 -1 -1 -1
- [opencl_init] FINALLY: opencl is AVAILABLE on this system.
- [opencl_init] initial status of opencl enabled flag is ON.
- [opencl_create_kernel] successfully loaded kernel `zero' (0) for device 0
- [opencl_create_kernel] successfully loaded kernel `splat' (1) for device 0
- [opencl_create_kernel] successfully loaded kernel `blur_line' (2) for device 0
- [opencl_create_kernel] successfully loaded kernel `blur_line_z' (3) for device 0
- [opencl_create_kernel] successfully loaded kernel `slice' (4) for device 0
- [opencl_create_kernel] successfully loaded kernel `slice_to_output' (5) for device 0
- [opencl_create_kernel] successfully loaded kernel `gaussian_column_1c' (6) for device 0
- [opencl_create_kernel] successfully loaded kernel `gaussian_transpose_1c' (7) for device 0
- [opencl_create_kernel] successfully loaded kernel `gaussian_column_4c' (8) for device 0
- [opencl_create_kernel] successfully loaded kernel `gaussian_transpose_4c' (9) for device 0
- [opencl_create_kernel] successfully loaded kernel `interpolation_resample' (10) for device 0
- [opencl_create_kernel] successfully loaded kernel `blendop_mask_Lab' (11) for device 0
- [opencl_create_kernel] successfully loaded kernel `blendop_mask_RAW' (12) for device 0
- [opencl_create_kernel] successfully loaded kernel `blendop_mask_rgb' (13) for device 0
- [opencl_create_kernel] successfully loaded kernel `blendop_Lab' (14) for device 0
- [opencl_create_kernel] successfully loaded kernel `blendop_RAW' (15) for device 0
- [opencl_create_kernel] successfully loaded kernel `blendop_rgb' (16) for device 0
- [opencl_create_kernel] successfully loaded kernel `blendop_copy_alpha' (17) for device 0
- [opencl_create_kernel] successfully loaded kernel `blendop_set_mask' (18) for device 0
- [noiseprofile] loading noiseprofiles from `/opt/darktable/share/darktable/noiseprofiles.json'
- [noiseprofile] verifying noiseprofile file
- [noiseprofile] found 11 makers
- [noiseprofile] found maker `Canon'
- [noiseprofile] found 48 models
- [noiseprofile] found PowerShot S100
- [noiseprofile] found 20 profiles
- [noiseprofile] found EOS M3
- [noiseprofile] found 19 profiles
- [noiseprofile] found PowerShot G7 X
- [noiseprofile] found 111 profiles
- [noiseprofile] found EOS 1200D
- [noiseprofile] found 7 profiles
- [noiseprofile] found EOS 1000D
- [noiseprofile] found 5 profiles
- [noiseprofile] found EOS 1100D
- [noiseprofile] found 7 profiles
- [noiseprofile] found EOS-1D Mark II
- [noiseprofile] found 32 profiles
- [noiseprofile] found EOS-1D Mark III
- [noiseprofile] found 18 profiles
- [noiseprofile] found EOS-1D Mark III
- [noiseprofile] found 7 profiles
- [noiseprofile] found EOS-1D Mark IV
- [noiseprofile] found 24 profiles
- [noiseprofile] found EOS-1Ds Mark II
- [noiseprofile] found 14 profiles
- [noiseprofile] found EOS-1D X
- [noiseprofile] found 14 profiles
- [noiseprofile] found EOS 20D
- [noiseprofile] found 6 profiles
- [noiseprofile] found EOS 30D
- [noiseprofile] found 14 profiles
- [noiseprofile] found EOS 350D
- [noiseprofile] found 5 profiles
- [noiseprofile] found EOS 400D
- [noiseprofile] found 5 profiles
- [noiseprofile] found EOS 400D
- [noiseprofile] found 5 profiles
- [noiseprofile] found EOS 40D
- [noiseprofile] found 14 profiles
- [noiseprofile] found EOS 450D
- [noiseprofile] found 5 profiles
- [noiseprofile] found EOS 500D
- [noiseprofile] found 6 profiles
- [noiseprofile] found EOS 50D
- [noiseprofile] found 18 profiles
- [noiseprofile] found EOS 550D
- [noiseprofile] found 8 profiles
- [noiseprofile] found EOS 550D
- [noiseprofile] found 7 profiles
- [noiseprofile] found EOS 5D
- [noiseprofile] found 14 profiles
- [noiseprofile] found EOS 5D Mark II
- [noiseprofile] found 22 profiles
- [noiseprofile] found EOS 5D Mark II
- [noiseprofile] found 9 profiles
- [noiseprofile] found EOS 5D Mark III
- [noiseprofile] found 24 profiles
- [noiseprofile] found EOS 5DS R
- [noiseprofile] found 7 profiles
- [noiseprofile] found EOS 5DS
- [noiseprofile] found 7 profiles
- [noiseprofile] found EOS 600D
- [noiseprofile] found 8 profiles
- [noiseprofile] found EOS 60D
- [noiseprofile] found 20 profiles
- [noiseprofile] found EOS 650D
- [noiseprofile] found 9 profiles
- [noiseprofile] found EOS 6D
- [noiseprofile] found 28 profiles
- [noiseprofile] found EOS 700D
- [noiseprofile] found 9 profiles
- [noiseprofile] found EOS 70D
- [noiseprofile] found 22 profiles
- [noiseprofile] found EOS 7D
- [noiseprofile] found 20 profiles
- [noiseprofile] found EOS 7D Mark II
- [noiseprofile] found 25 profiles
- [noiseprofile] found EOS M
- [noiseprofile] found 26 profiles
- [noiseprofile] found EOS 100D
- [noiseprofile] found 9 profiles
- [noiseprofile] found PowerShot G9
- [noiseprofile] found 6 profiles
- [noiseprofile] found PowerShot G10
- [noiseprofile] found 26 profiles
- [noiseprofile] found PowerShot G11
- [noiseprofile] found 7 profiles
- [noiseprofile] found PowerShot G12
- [noiseprofile] found 17 profiles
- [noiseprofile] found PowerShot S90
- [noiseprofile] found 17 profiles
- [noiseprofile] found PowerShot S95
- [noiseprofile] found 17 profiles
- [noiseprofile] found PowerShot S120
- [noiseprofile] found 23 profiles
- [noiseprofile] found PowerShot SX60 HS
- [noiseprofile] found 16 profiles
- [noiseprofile] found PowerShot SX510 HS
- [noiseprofile] found 7 profiles
- [noiseprofile] found maker `Fujifilm'
- [noiseprofile] found 12 models
- [noiseprofile] found X70
- [noiseprofile] found 16 profiles
- [noiseprofile] found X20
- [noiseprofile] found 14 profiles
- [noiseprofile] found X-T10
- [noiseprofile] found 16 profiles
- [noiseprofile] found X30
- [noiseprofile] found 14 profiles
- [noiseprofile] found FinePix X100
- [noiseprofile] found 16 profiles
- [noiseprofile] found FinePix X10
- [noiseprofile] found 14 profiles
- [noiseprofile] found X100S
- [noiseprofile] found 16 profiles
- [noiseprofile] found X100T
- [noiseprofile] found 16 profiles
- [noiseprofile] found X-E1
- [noiseprofile] found 16 profiles
- [noiseprofile] found X-E2
- [noiseprofile] found 16 profiles
- [noiseprofile] found X-T1
- [noiseprofile] found 16 profiles
- [noiseprofile] found FinePix HS50EXR
- [noiseprofile] found 6 profiles
- [noiseprofile] found maker `Minolta'
- [noiseprofile] found 1 models
- [noiseprofile] found Dynax 5D
- [noiseprofile] found 8 profiles
- [noiseprofile] found maker `Nikon'
- [noiseprofile] found 41 models
- [noiseprofile] found D5500
- [noiseprofile] found 25 profiles
- [noiseprofile] found 1 V3
- [noiseprofile] found 8 profiles
- [noiseprofile] found Coolpix P330
- [noiseprofile] found 7 profiles
- [noiseprofile] found Coolpix P7100
- [noiseprofile] found 18 profiles
- [noiseprofile] found Coolpix P7700
- [noiseprofile] found 7 profiles
- [noiseprofile] found D300
- [noiseprofile] found 16 profiles
- [noiseprofile] found D5000
- [noiseprofile] found 19 profiles
- [noiseprofile] found D5000
- [noiseprofile] found 19 profiles
- [noiseprofile] found D800
- [noiseprofile] found 23 profiles
- [noiseprofile] found 1 J1
- [noiseprofile] found 6 profiles
- [noiseprofile] found 1 J2
- [noiseprofile] found 6 profiles
- [noiseprofile] found 1 J5
- [noiseprofile] found 8 profiles
- [noiseprofile] found 1 S1
- [noiseprofile] found 6 profiles
- [noiseprofile] found 1 V1
- [noiseprofile] found 6 profiles
- [noiseprofile] found 1 V2
- [noiseprofile] found 21 profiles
- [noiseprofile] found D200
- [noiseprofile] found 16 profiles
- [noiseprofile] found D300S
- [noiseprofile] found 19 profiles
- [noiseprofile] found D3100
- [noiseprofile] found 8 profiles
- [noiseprofile] found D3200
- [noiseprofile] found 8 profiles
- [noiseprofile] found D3300
- [noiseprofile] found 9 profiles
- [noiseprofile] found D40
- [noiseprofile] found 10 profiles
- [noiseprofile] found D50
- [noiseprofile] found 5 profiles
- [noiseprofile] found D5000
- [noiseprofile] found 19 profiles
- [noiseprofile] found D5000
- [noiseprofile] found 19 profiles
- [noiseprofile] found D5100
- [noiseprofile] found 23 profiles
- [noiseprofile] found D5100
- [noiseprofile] found 23 profiles
- [noiseprofile] found D5200
- [noiseprofile] found 46 profiles
- [noiseprofile] found D5300
- [noiseprofile] found 25 profiles
- [noiseprofile] found D60
- [noiseprofile] found 6 profiles
- [noiseprofile] found D600
- [noiseprofile] found 19 profiles
- [noiseprofile] found D610
- [noiseprofile] found 26 profiles
- [noiseprofile] found D700
- [noiseprofile] found 22 profiles
- [noiseprofile] found D7000
- [noiseprofile] found 23 profiles
- [noiseprofile] found D7000
- [noiseprofile] found 23 profiles
- [noiseprofile] found D7100
- [noiseprofile] found 16 profiles
- [noiseprofile] found D7200
- [noiseprofile] found 33 profiles
- [noiseprofile] found D750
- [noiseprofile] found 25 profiles
- [noiseprofile] found D80
- [noiseprofile] found 13 profiles
- [noiseprofile] found D800E
- [noiseprofile] found 26 profiles
- [noiseprofile] found D810
- [noiseprofile] found 32 profiles
- [noiseprofile] found D90
- [noiseprofile] found 19 profiles
- [noiseprofile] found maker `Olympus'
- [noiseprofile] found 28 models
- [noiseprofile] found PEN-F
- [noiseprofile] found 9 profiles
- [noiseprofile] found E-M5 Mark II
- [noiseprofile] found 46 profiles
- [noiseprofile] found E-1
- [noiseprofile] found 4 profiles
- [noiseprofile] found E-3
- [noiseprofile] found 6 profiles
- [noiseprofile] found E-30
- [noiseprofile] found 16 profiles
- [noiseprofile] found E-400
- [noiseprofile] found 13 profiles
- [noiseprofile] found E-420
- [noiseprofile] found 5 profiles
- [noiseprofile] found E-520
- [noiseprofile] found 5 profiles
- [noiseprofile] found E-600
- [noiseprofile] found 16 profiles
- [noiseprofile] found E-620
- [noiseprofile] found 16 profiles
- [noiseprofile] found E-M1
- [noiseprofile] found 23 profiles
- [noiseprofile] found E-M10
- [noiseprofile] found 23 profiles
- [noiseprofile] found E-M10
- [noiseprofile] found 23 profiles
- [noiseprofile] found E-M10
- [noiseprofile] found 23 profiles
- [noiseprofile] found E-M5
- [noiseprofile] found 8 profiles
- [noiseprofile] found E-P2
- [noiseprofile] found 7 profiles
- [noiseprofile] found E-P3
- [noiseprofile] found 19 profiles
- [noiseprofile] found E-PL1
- [noiseprofile] found 6 profiles
- [noiseprofile] found E-PL2
- [noiseprofile] found 6 profiles
- [noiseprofile] found E-PL3
- [noiseprofile] found 22 profiles
- [noiseprofile] found E-PL6
- [noiseprofile] found 8 profiles
- [noiseprofile] found E-PL5
- [noiseprofile] found 8 profiles
- [noiseprofile] found E-PL7
- [noiseprofile] found 9 profiles
- [noiseprofile] found E-PM1
- [noiseprofile] found 19 profiles
- [noiseprofile] found TG-4
- [noiseprofile] found 7 profiles
- [noiseprofile] found XZ-1
- [noiseprofile] found 21 profiles
- [noiseprofile] found XZ-2
- [noiseprofile] found 22 profiles
- [noiseprofile] found E-M10 Mark II
- [noiseprofile] found 9 profiles
- [noiseprofile] found maker `Panasonic'
- [noiseprofile] found 24 models
- [noiseprofile] found DMC-GF7
- [noiseprofile] found 8 profiles
- [noiseprofile] found DMC-FZ1000
- [noiseprofile] found 21 profiles
- [noiseprofile] found DMC-GX8
- [noiseprofile] found 8 profiles
- [noiseprofile] found DMC-LF1
- [noiseprofile] found 8 profiles
- [noiseprofile] found DMC-FZ18
- [noiseprofile] found 6 profiles
- [noiseprofile] found DMC-G10
- [noiseprofile] found 19 profiles
- [noiseprofile] found DMC-G2
- [noiseprofile] found 7 profiles
- [noiseprofile] found DMC-G3
- [noiseprofile] found 17 profiles
- [noiseprofile] found DMC-G5
- [noiseprofile] found 8 profiles
- [noiseprofile] found DMC-G6
- [noiseprofile] found 9 profiles
- [noiseprofile] found DMC-GF1
- [noiseprofile] found 16 profiles
- [noiseprofile] found DMC-GF3
- [noiseprofile] found 8 profiles
- [noiseprofile] found DMC-GH2
- [noiseprofile] found 63 profiles
- [noiseprofile] found DMC-GH3
- [noiseprofile] found 20 profiles
- [noiseprofile] found DMC-GH3
- [noiseprofile] found 9 profiles
- [noiseprofile] found DMC-GH4
- [noiseprofile] found 25 profiles
- [noiseprofile] found DMC-GM1
- [noiseprofile] found 8 profiles
- [noiseprofile] found DMC-GM5
- [noiseprofile] found 25 profiles
- [noiseprofile] found DMC-GX1
- [noiseprofile] found 21 profiles
- [noiseprofile] found DMC-GX1
- [noiseprofile] found 15 profiles
- [noiseprofile] found DMC-GX7
- [noiseprofile] found 8 profiles
- [noiseprofile] found DMC-GX7
- [noiseprofile] found 8 profiles
- [noiseprofile] found DMC-LX5
- [noiseprofile] found 7 profiles
- [noiseprofile] found DMC-LX7
- [noiseprofile] found 20 profiles
- [noiseprofile] found maker `Pentax'
- [noiseprofile] found 20 models
- [noiseprofile] found K-S2
- [noiseprofile] found 28 profiles
- [noiseprofile] found K-S1
- [noiseprofile] found 21 profiles
- [noiseprofile] found K100D
- [noiseprofile] found 5 profiles
- [noiseprofile] found K100D Super
- [noiseprofile] found 5 profiles
- [noiseprofile] found K10D
- [noiseprofile] found 13 profiles
- [noiseprofile] found K110D
- [noiseprofile] found 5 profiles
- [noiseprofile] found K200D
- [noiseprofile] found 5 profiles
- [noiseprofile] found K20D
- [noiseprofile] found 19 profiles
- [noiseprofile] found K-30
- [noiseprofile] found 9 profiles
- [noiseprofile] found K-50
- [noiseprofile] found 10 profiles
- [noiseprofile] found K-5
- [noiseprofile] found 11 profiles
- [noiseprofile] found K-5 II
- [noiseprofile] found 77 profiles
- [noiseprofile] found K-5 II s
- [noiseprofile] found 11 profiles
- [noiseprofile] found K-7
- [noiseprofile] found 18 profiles
- [noiseprofile] found K-m
- [noiseprofile] found 13 profiles
- [noiseprofile] found K-r
- [noiseprofile] found 9 profiles
- [noiseprofile] found K-x
- [noiseprofile] found 9 profiles
- [noiseprofile] found *ist DL
- [noiseprofile] found 16 profiles
- [noiseprofile] found K-3
- [noiseprofile] found 10 profiles
- [noiseprofile] found K-3 II
- [noiseprofile] found 10 profiles
- [noiseprofile] found maker `Samsung'
- [noiseprofile] found 3 models
- [noiseprofile] found NX10
- [noiseprofile] found 6 profiles
- [noiseprofile] found NX100
- [noiseprofile] found 19 profiles
- [noiseprofile] found WB2000
- [noiseprofile] found 7 profiles
- [noiseprofile] found maker `Sony'
- [noiseprofile] found 36 models
- [noiseprofile] found ILCE-7M2
- [noiseprofile] found 25 profiles
- [noiseprofile] found DSC-RX10M2
- [noiseprofile] found 24 profiles
- [noiseprofile] found ILCE-7RM2
- [noiseprofile] found 34 profiles
- [noiseprofile] found ILCA-77M2
- [noiseprofile] found 25 profiles
- [noiseprofile] found DSC-RX1
- [noiseprofile] found 27 profiles
- [noiseprofile] found DSC-RX100
- [noiseprofile] found 9 profiles
- [noiseprofile] found DSC-RX100M2
- [noiseprofile] found 39 profiles
- [noiseprofile] found DSC-RX100M2
- [noiseprofile] found 10 profiles
- [noiseprofile] found DSC-RX100M3
- [noiseprofile] found 24 profiles
- [noiseprofile] found DSLR-A200
- [noiseprofile] found 6 profiles
- [noiseprofile] found DSLR-A230
- [noiseprofile] found 6 profiles
- [noiseprofile] found DSLR-A350
- [noiseprofile] found 14 profiles
- [noiseprofile] found DSLR-A550
- [noiseprofile] found 7 profiles
- [noiseprofile] found DSLR-A580
- [noiseprofile] found 8 profiles
- [noiseprofile] found DSLR-A700
- [noiseprofile] found 19 profiles
- [noiseprofile] found DSLR-A850
- [noiseprofile] found 19 profiles
- [noiseprofile] found ILCE-6000
- [noiseprofile] found 25 profiles
- [noiseprofile] found ILCE-5100
- [noiseprofile] found 25 profiles
- [noiseprofile] found ILCE-7
- [noiseprofile] found 28 profiles
- [noiseprofile] found ILCE-7R
- [noiseprofile] found 28 profiles
- [noiseprofile] found ILCE-7S
- [noiseprofile] found 24 profiles
- [noiseprofile] found NEX-3
- [noiseprofile] found 7 profiles
- [noiseprofile] found NEX-5N
- [noiseprofile] found 9 profiles
- [noiseprofile] found NEX-5N
- [noiseprofile] found 9 profiles
- [noiseprofile] found NEX-5R
- [noiseprofile] found 29 profiles
- [noiseprofile] found NEX-5R
- [noiseprofile] found 9 profiles
- [noiseprofile] found NEX-6
- [noiseprofile] found 9 profiles
- [noiseprofile] found NEX-7
- [noiseprofile] found 19 profiles
- [noiseprofile] found NEX-C3
- [noiseprofile] found 7 profiles
- [noiseprofile] found NEX-C3
- [noiseprofile] found 7 profiles
- [noiseprofile] found SLT-A55
- [noiseprofile] found 8 profiles
- [noiseprofile] found SLT-A57
- [noiseprofile] found 9 profiles
- [noiseprofile] found SLT-A58
- [noiseprofile] found 9 profiles
- [noiseprofile] found SLT-A65
- [noiseprofile] found 9 profiles
- [noiseprofile] found SLT-A77
- [noiseprofile] found 26 profiles
- [noiseprofile] found SLT-A99
- [noiseprofile] found 60 profiles
- [noiseprofile] found maker `LGE'
- [noiseprofile] found 1 models
- [noiseprofile] found Nexus 5
- [noiseprofile] found 7 profiles
- [noiseprofile] found maker `Ricoh'
- [noiseprofile] found 1 models
- [noiseprofile] found GR
- [noiseprofile] found 25 profiles
- [noiseprofile] verifying noiseprofile completed
- [image_cache] has 61440 entries
- 2016-04-06 16:01:47.324 darktable[18556:6153837] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
- (darktable:18556): Gtk-WARNING **: Theme parsing error: darktable.css:30:26: The :insensitive pseudo-class is deprecated. Use :disabled instead.
- (darktable:18556): Gtk-WARNING **: Theme parsing error: darktable.css:200:28: The :insensitive pseudo-class is deprecated. Use :disabled instead.
- (darktable:18556): Gtk-WARNING **: Theme parsing error: darktable.css:365:50: The :insensitive pseudo-class is deprecated. Use :disabled instead.
- (darktable:18556): Gtk-WARNING **: Theme parsing error: darktable.css:366:37: The :insensitive pseudo-class is deprecated. Use :disabled instead.
- (darktable:18556): Gtk-WARNING **: Theme parsing error: darktable.css:436:30: The style property GtkWidget:wide-separators is deprecated and shouldn't be used anymore. It will be removed in a future version
- (darktable:18556): Gtk-WARNING **: Theme parsing error: darktable.css:437:30: The style property GtkWidget:separator-width is deprecated and shouldn't be used anymore. It will be removed in a future version
- (darktable:18556): Gtk-WARNING **: Theme parsing error: darktable.css:438:31: The style property GtkWidget:separator-height is deprecated and shouldn't be used anymore. It will be removed in a future version
- [HiDPI] setting ppd to 2,000000
- [screen resolution] setting the screen resolution to 113,500002 dpi
- [sql] exec "DELETE FROM presets WHERE writeprotect = 1"
- [sql] prepare "select name, description from styles where name like ?1 or description like ?1 order by name"
- [sql] prepare "select name, description from styles where name like ?1 or description like ?1 order by name"
- [input device] Input devices found:
- Core Pointer (with cursor), source: GDK_SOURCE_MOUSE, mode: GDK_MODE_SCREEN, 2 axes, 0 keys
- GDK_AXIS_X
- GDK_AXIS_Y
- Core Keyboard (no cursor), source: GDK_SOURCE_KEYBOARD, mode: GDK_MODE_SCREEN, 0 axes, 0 keys
- [sql] prepare "select * from selected_images where imgid = ?1"
- [sql] prepare "delete from selected_images where imgid = ?1"
- [sql] prepare "insert or ignore into selected_images values (?1)"
- [sql] prepare "select num from history where imgid = ?1"
- [sql] prepare "select color from color_labels where imgid=?1"
- [sql] prepare "select id from images where group_id = (select group_id from images where id=?1) and id != ?2"
- [view_load_module] loading view `lighttable' from /opt/darktable/lib/darktable/views/liblighttable.so
- [sql] exec "DELETE FROM memory.collected_images"
- [sql] exec "DELETE FROM memory.sqlite_sequence where name='collected_images'"
- [sql] prepare "INSERT INTO memory.collected_images (imgid) select distinct id from images where (flags & 256) != 256 and (flags & 7) >= 0 and (flags & 7) != 6 and ((film_id in (select id from film_rolls where folder like '/Users/krisniem/Pictures/RAW/160324'))) order by filename, version limit ?1, ?2"
- [sql] prepare "SELECT imgid FROM memory.collected_images ORDER by rowid LIMIT ?1, ?2"
- [sql] prepare "delete from selected_images where imgid != ?1"
- [sql] prepare "select id from images where group_id = ?1 and id != ?2"
- [view_load_module] loading view `darkroom' from /opt/darktable/lib/darktable/views/libdarkroom.so
- [view_load_module] loading view `tethering' from /opt/darktable/lib/darktable/views/libtethering.so
- [sql] prepare "select imgid from selected_images"
- [sql] prepare "select distinct id from images where (flags & 256) != 256 and (flags & 7) >= 0 and (flags & 7) != 6 and ((film_id in (select id from film_rolls where folder like '/Users/krisniem/Pictures/RAW/160324'))) order by filename, version limit ?1, ?2"
- [sql] prepare "select distinct id from images where (flags & 256) != 256 and (flags & 7) >= 0 and (flags & 7) != 6 and ((film_id in (select id from film_rolls where folder like '/Users/krisniem/Pictures/RAW/160324'))) order by filename, version limit ?1, ?2"
- [view_load_module] loading view `slideshow' from /opt/darktable/lib/darktable/views/libslideshow.so
- [view_load_module] loading view `print' from /opt/darktable/lib/darktable/views/libprint.so
- [sql] prepare "select imgid from selected_images"
- [sql] prepare "select distinct id from images where (flags & 256) != 256 and (flags & 7) >= 0 and (flags & 7) != 6 and ((film_id in (select id from film_rolls where folder like '/Users/krisniem/Pictures/RAW/160324'))) order by filename, version limit ?1, ?2"
- [sql] prepare "select distinct id from images where (flags & 256) != 256 and (flags & 7) >= 0 and (flags & 7) != 6 and ((film_id in (select id from film_rolls where folder like '/Users/krisniem/Pictures/RAW/160324'))) order by filename, version limit ?1, ?2"
- [view_load_module] loading view `knight' from /opt/darktable/lib/darktable/views/libknight.so
- [imageio_load_module] loading format module `copy' from /opt/darktable/lib/darktable/plugins/imageio/format/libcopy.so
- [imageio_load_module] loading format module `exr' from /opt/darktable/lib/darktable/plugins/imageio/format/libexr.so
- [imageio_load_module] loading format module `j2k' from /opt/darktable/lib/darktable/plugins/imageio/format/libj2k.so
- [imageio_load_module] loading format module `jpeg' from /opt/darktable/lib/darktable/plugins/imageio/format/libjpeg.so
- [imageio_load_module] loading format module `pdf' from /opt/darktable/lib/darktable/plugins/imageio/format/libpdf.so
- [imageio_load_module] loading format module `pfm' from /opt/darktable/lib/darktable/plugins/imageio/format/libpfm.so
- [imageio_load_module] loading format module `png' from /opt/darktable/lib/darktable/plugins/imageio/format/libpng.so
- [imageio_load_module] loading format module `ppm' from /opt/darktable/lib/darktable/plugins/imageio/format/libppm.so
- [imageio_load_module] loading format module `tiff' from /opt/darktable/lib/darktable/plugins/imageio/format/libtiff.so
- [imageio_load_module] loading format module `webp' from /opt/darktable/lib/darktable/plugins/imageio/format/libwebp.so
- [imageio_load_module] loading storage module `disk' from /opt/darktable/lib/darktable/plugins/imageio/storage/libdisk.so
- [imageio_load_module] loading storage module `email' from /opt/darktable/lib/darktable/plugins/imageio/storage/libemail.so
- [imageio_load_module] loading storage module `facebook' from /opt/darktable/lib/darktable/plugins/imageio/storage/libfacebook.so
- [pwstorage_get] no backend. not reading anything.
- [imageio_load_module] loading storage module `flickr' from /opt/darktable/lib/darktable/plugins/imageio/storage/libflickr.so
- [pwstorage_get] no backend. not reading anything.
- [imageio_load_module] loading storage module `gallery' from /opt/darktable/lib/darktable/plugins/imageio/storage/libgallery.so
- [imageio_load_module] loading storage module `latex' from /opt/darktable/lib/darktable/plugins/imageio/storage/liblatex.so
- [imageio_load_module] loading storage module `picasa' from /opt/darktable/lib/darktable/plugins/imageio/storage/libpicasa.so
- [pwstorage_get] no backend. not reading anything.
- [iop_load_module] loading iop `ashift' from /opt/darktable/lib/darktable/plugins/libashift.so
- [opencl_create_kernel] successfully loaded kernel `ashift_bilinear' (19) for device 0
- [opencl_create_kernel] successfully loaded kernel `ashift_bicubic' (20) for device 0
- [opencl_create_kernel] successfully loaded kernel `ashift_lanczos2' (21) for device 0
- [opencl_create_kernel] successfully loaded kernel `ashift_lanczos3' (22) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `atrous' from /opt/darktable/lib/darktable/plugins/libatrous.so
- [opencl_create_kernel] successfully loaded kernel `eaw_decompose' (23) for device 0
- [opencl_create_kernel] successfully loaded kernel `eaw_synthesize' (24) for device 0
- [sql] exec "begin"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] exec "commit"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `basecurve' from /opt/darktable/lib/darktable/plugins/libbasecurve.so
- [opencl_create_kernel] successfully loaded kernel `basecurve' (25) for device 0
- [sql] exec "begin"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] exec "commit"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `bilat' from /opt/darktable/lib/darktable/plugins/libbilat.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `bilateral' from /opt/darktable/lib/darktable/plugins/libbilateral.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `bloom' from /opt/darktable/lib/darktable/plugins/libbloom.so
- [opencl_create_kernel] successfully loaded kernel `bloom_threshold' (26) for device 0
- [opencl_create_kernel] successfully loaded kernel `bloom_hblur' (27) for device 0
- [opencl_create_kernel] successfully loaded kernel `bloom_vblur' (28) for device 0
- [opencl_create_kernel] successfully loaded kernel `bloom_mix' (29) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `borders' from /opt/darktable/lib/darktable/plugins/libborders.so
- [opencl_create_kernel] successfully loaded kernel `borders_fill' (30) for device 0
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `cacorrect' from /opt/darktable/lib/darktable/plugins/libcacorrect.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `channelmixer' from /opt/darktable/lib/darktable/plugins/libchannelmixer.so
- [opencl_create_kernel] successfully loaded kernel `channelmixer' (31) for device 0
- [sql] exec "begin"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] exec "commit"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `clahe' from /opt/darktable/lib/darktable/plugins/libclahe.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `clipping' from /opt/darktable/lib/darktable/plugins/libclipping.so
- [opencl_create_kernel] successfully loaded kernel `clip_rotate_bilinear' (32) for device 0
- [opencl_create_kernel] successfully loaded kernel `clip_rotate_bicubic' (33) for device 0
- [opencl_create_kernel] successfully loaded kernel `clip_rotate_lanczos2' (34) for device 0
- [opencl_create_kernel] successfully loaded kernel `clip_rotate_lanczos3' (35) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `colisa' from /opt/darktable/lib/darktable/plugins/libcolisa.so
- [opencl_create_kernel] successfully loaded kernel `colisa' (36) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `colorbalance' from /opt/darktable/lib/darktable/plugins/libcolorbalance.so
- [opencl_create_kernel] successfully loaded kernel `colorbalance' (37) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `colorchecker' from /opt/darktable/lib/darktable/plugins/libcolorchecker.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `colorcontrast' from /opt/darktable/lib/darktable/plugins/libcolorcontrast.so
- [opencl_create_kernel] successfully loaded kernel `colorcontrast' (38) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `colorcorrection' from /opt/darktable/lib/darktable/plugins/libcolorcorrection.so
- [opencl_create_kernel] successfully loaded kernel `colorcorrection' (39) for device 0
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `colorin' from /opt/darktable/lib/darktable/plugins/libcolorin.so
- [opencl_create_kernel] successfully loaded kernel `colorin_unbound' (40) for device 0
- [opencl_create_kernel] successfully loaded kernel `colorin_clipping' (41) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `colorize' from /opt/darktable/lib/darktable/plugins/libcolorize.so
- [opencl_create_kernel] successfully loaded kernel `colorize' (42) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `colormapping' from /opt/darktable/lib/darktable/plugins/libcolormapping.so
- [opencl_create_kernel] successfully loaded kernel `colormapping_histogram' (43) for device 0
- [opencl_create_kernel] successfully loaded kernel `colormapping_mapping' (44) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `colorout' from /opt/darktable/lib/darktable/plugins/libcolorout.so
- [opencl_create_kernel] successfully loaded kernel `colorout' (45) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `colorreconstruct' from /opt/darktable/lib/darktable/plugins/libcolorreconstruct.so
- [opencl_create_kernel] successfully loaded kernel `colorreconstruction_zero' (46) for device 0
- [opencl_create_kernel] successfully loaded kernel `colorreconstruction_splat' (47) for device 0
- [opencl_create_kernel] successfully loaded kernel `colorreconstruction_blur_line' (48) for device 0
- [opencl_create_kernel] successfully loaded kernel `colorreconstruction_slice' (49) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `colortransfer' from /opt/darktable/lib/darktable/plugins/libcolortransfer.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `colorzones' from /opt/darktable/lib/darktable/plugins/libcolorzones.so
- [opencl_create_kernel] successfully loaded kernel `colorzones' (50) for device 0
- [sql] exec "begin"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] exec "commit"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `defringe' from /opt/darktable/lib/darktable/plugins/libdefringe.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `demosaic' from /opt/darktable/lib/darktable/plugins/libdemosaic.so
- [opencl_create_kernel] successfully loaded kernel `clip_and_zoom_demosaic_half_size' (51) for device 0
- [opencl_create_kernel] successfully loaded kernel `ppg_demosaic_green' (52) for device 0
- [opencl_create_kernel] successfully loaded kernel `green_equilibration' (53) for device 0
- [opencl_create_kernel] successfully loaded kernel `pre_median' (54) for device 0
- [opencl_create_kernel] successfully loaded kernel `ppg_demosaic_green_median' (55) for device 0
- [opencl_create_kernel] successfully loaded kernel `ppg_demosaic_redblue' (56) for device 0
- [opencl_create_kernel] successfully loaded kernel `clip_and_zoom' (57) for device 0
- [opencl_create_kernel] successfully loaded kernel `border_interpolate' (58) for device 0
- [opencl_create_kernel] successfully loaded kernel `color_smoothing' (59) for device 0
- [opencl_create_kernel] successfully loaded kernel `passthrough_monochrome' (60) for device 0
- [opencl_create_kernel] successfully loaded kernel `clip_and_zoom_demosaic_passthrough_monochrome' (61) for device 0
- [opencl_create_kernel] successfully loaded kernel `vng_border_interpolate' (62) for device 0
- [opencl_create_kernel] successfully loaded kernel `vng_lin_interpolate' (63) for device 0
- [opencl_create_kernel] successfully loaded kernel `clip_and_zoom_demosaic_third_size_xtrans' (64) for device 0
- [opencl_create_kernel] successfully loaded kernel `vng_green_equilibrate' (65) for device 0
- [opencl_create_kernel] successfully loaded kernel `vng_interpolate' (66) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_initial_copy' (67) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_green_minmax' (68) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_interpolate_green' (69) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_solitary_green' (70) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_recalculate_green' (71) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_red_and_blue' (72) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_interpolate_twoxtwo' (73) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_convert_yuv' (74) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_differentiate' (75) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_homo_threshold' (76) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_homo_set' (77) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_homo_sum' (78) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_homo_max' (79) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_homo_max_corr' (80) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_homo_quench' (81) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_zero' (82) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_accu' (83) for device 0
- [opencl_create_kernel] successfully loaded kernel `markesteijn_final' (84) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `denoiseprofile' from /opt/darktable/lib/darktable/plugins/libdenoiseprofile.so
- [opencl_create_kernel] successfully loaded kernel `denoiseprofile_precondition' (85) for device 0
- [opencl_create_kernel] successfully loaded kernel `denoiseprofile_init' (86) for device 0
- [opencl_create_kernel] successfully loaded kernel `denoiseprofile_dist' (87) for device 0
- [opencl_create_kernel] successfully loaded kernel `denoiseprofile_horiz' (88) for device 0
- [opencl_create_kernel] successfully loaded kernel `denoiseprofile_vert' (89) for device 0
- [opencl_create_kernel] successfully loaded kernel `denoiseprofile_accu' (90) for device 0
- [opencl_create_kernel] successfully loaded kernel `denoiseprofile_finish' (91) for device 0
- [opencl_create_kernel] successfully loaded kernel `denoiseprofile_backtransform' (92) for device 0
- [opencl_create_kernel] successfully loaded kernel `denoiseprofile_decompose' (93) for device 0
- [opencl_create_kernel] successfully loaded kernel `denoiseprofile_synthesize' (94) for device 0
- [opencl_create_kernel] successfully loaded kernel `denoiseprofile_reduce_first' (95) for device 0
- [opencl_create_kernel] successfully loaded kernel `denoiseprofile_reduce_second' (96) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `dither' from /opt/darktable/lib/darktable/plugins/libdither.so
- [sql] exec "begin"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] exec "commit"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `equalizer' from /opt/darktable/lib/darktable/plugins/libequalizer.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `exposure' from /opt/darktable/lib/darktable/plugins/libexposure.so
- [opencl_create_kernel] successfully loaded kernel `exposure' (97) for device 0
- [sql] exec "begin"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] exec "commit"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `finalscale' from /opt/darktable/lib/darktable/plugins/libfinalscale.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `flip' from /opt/darktable/lib/darktable/plugins/libflip.so
- [opencl_create_kernel] successfully loaded kernel `flip' (98) for device 0
- [sql] exec "begin"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] exec "commit"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `gamma' from /opt/darktable/lib/darktable/plugins/libgamma.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `globaltonemap' from /opt/darktable/lib/darktable/plugins/libglobaltonemap.so
- [opencl_create_kernel] successfully loaded kernel `pixelmax_first' (99) for device 0
- [opencl_create_kernel] successfully loaded kernel `pixelmax_second' (100) for device 0
- [opencl_create_kernel] successfully loaded kernel `global_tonemap_reinhard' (101) for device 0
- [opencl_create_kernel] successfully loaded kernel `global_tonemap_drago' (102) for device 0
- [opencl_create_kernel] successfully loaded kernel `global_tonemap_filmic' (103) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `graduatednd' from /opt/darktable/lib/darktable/plugins/libgraduatednd.so
- [opencl_create_kernel] successfully loaded kernel `graduatedndp' (104) for device 0
- [opencl_create_kernel] successfully loaded kernel `graduatedndm' (105) for device 0
- [sql] exec "begin"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] exec "commit"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `grain' from /opt/darktable/lib/darktable/plugins/libgrain.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `highlights' from /opt/darktable/lib/darktable/plugins/libhighlights.so
- [opencl_create_kernel] successfully loaded kernel `highlights_1f_clip' (106) for device 0
- [opencl_create_kernel] successfully loaded kernel `highlights_1f_lch' (107) for device 0
- [opencl_create_kernel] successfully loaded kernel `highlights_4f_clip' (108) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `highpass' from /opt/darktable/lib/darktable/plugins/libhighpass.so
- [opencl_create_kernel] successfully loaded kernel `highpass_invert' (109) for device 0
- [opencl_create_kernel] successfully loaded kernel `highpass_hblur' (110) for device 0
- [opencl_create_kernel] successfully loaded kernel `highpass_vblur' (111) for device 0
- [opencl_create_kernel] successfully loaded kernel `highpass_mix' (112) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `hotpixels' from /opt/darktable/lib/darktable/plugins/libhotpixels.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `invert' from /opt/darktable/lib/darktable/plugins/libinvert.so
- [opencl_create_kernel] successfully loaded kernel `invert_1f' (113) for device 0
- [opencl_create_kernel] successfully loaded kernel `invert_4f' (114) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `lens' from /opt/darktable/lib/darktable/plugins/liblens.so
- [opencl_create_kernel] successfully loaded kernel `lens_distort_bilinear' (115) for device 0
- [opencl_create_kernel] successfully loaded kernel `lens_distort_bicubic' (116) for device 0
- [opencl_create_kernel] successfully loaded kernel `lens_distort_lanczos2' (117) for device 0
- [opencl_create_kernel] successfully loaded kernel `lens_distort_lanczos3' (118) for device 0
- [opencl_create_kernel] successfully loaded kernel `lens_vignette' (119) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `levels' from /opt/darktable/lib/darktable/plugins/liblevels.so
- [opencl_create_kernel] successfully loaded kernel `levels' (120) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `liquify' from /opt/darktable/lib/darktable/plugins/libliquify.so
- [opencl_create_kernel] successfully loaded kernel `warp_kernel' (121) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `lowlight' from /opt/darktable/lib/darktable/plugins/liblowlight.so
- [opencl_create_kernel] successfully loaded kernel `lowlight' (122) for device 0
- [sql] exec "begin"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] exec "commit"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `lowpass' from /opt/darktable/lib/darktable/plugins/liblowpass.so
- [opencl_create_kernel] successfully loaded kernel `lowpass_mix' (123) for device 0
- [sql] exec "begin"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] exec "commit"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `monochrome' from /opt/darktable/lib/darktable/plugins/libmonochrome.so
- [opencl_create_kernel] successfully loaded kernel `monochrome_filter' (124) for device 0
- [opencl_create_kernel] successfully loaded kernel `monochrome' (125) for device 0
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `nlmeans' from /opt/darktable/lib/darktable/plugins/libnlmeans.so
- [opencl_create_kernel] successfully loaded kernel `nlmeans_init' (126) for device 0
- [opencl_create_kernel] successfully loaded kernel `nlmeans_dist' (127) for device 0
- [opencl_create_kernel] successfully loaded kernel `nlmeans_horiz' (128) for device 0
- [opencl_create_kernel] successfully loaded kernel `nlmeans_vert' (129) for device 0
- [opencl_create_kernel] successfully loaded kernel `nlmeans_accu' (130) for device 0
- [opencl_create_kernel] successfully loaded kernel `nlmeans_finish' (131) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `overexposed' from /opt/darktable/lib/darktable/plugins/liboverexposed.so
- [opencl_create_kernel] successfully loaded kernel `overexposed' (132) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `profile_gamma' from /opt/darktable/lib/darktable/plugins/libprofile_gamma.so
- [opencl_create_kernel] successfully loaded kernel `profilegamma' (133) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `rawdenoise' from /opt/darktable/lib/darktable/plugins/librawdenoise.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `rawprepare' from /opt/darktable/lib/darktable/plugins/librawprepare.so
- [opencl_create_kernel] successfully loaded kernel `rawprepare_1f' (134) for device 0
- [opencl_create_kernel] successfully loaded kernel `rawprepare_4f' (135) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `relight' from /opt/darktable/lib/darktable/plugins/librelight.so
- [opencl_create_kernel] successfully loaded kernel `relight' (136) for device 0
- [sql] exec "begin"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] exec "commit"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `rotatepixels' from /opt/darktable/lib/darktable/plugins/librotatepixels.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `scalepixels' from /opt/darktable/lib/darktable/plugins/libscalepixels.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `shadhi' from /opt/darktable/lib/darktable/plugins/libshadhi.so
- [opencl_create_kernel] successfully loaded kernel `shadows_highlights_mix' (137) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `sharpen' from /opt/darktable/lib/darktable/plugins/libsharpen.so
- [opencl_create_kernel] successfully loaded kernel `sharpen_hblur' (138) for device 0
- [opencl_create_kernel] successfully loaded kernel `sharpen_vblur' (139) for device 0
- [opencl_create_kernel] successfully loaded kernel `sharpen_mix' (140) for device 0
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set autoapply=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `soften' from /opt/darktable/lib/darktable/plugins/libsoften.so
- [opencl_create_kernel] successfully loaded kernel `soften_overexposed' (141) for device 0
- [opencl_create_kernel] successfully loaded kernel `soften_hblur' (142) for device 0
- [opencl_create_kernel] successfully loaded kernel `soften_vblur' (143) for device 0
- [opencl_create_kernel] successfully loaded kernel `soften_mix' (144) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `splittoning' from /opt/darktable/lib/darktable/plugins/libsplittoning.so
- [opencl_create_kernel] successfully loaded kernel `splittoning' (145) for device 0
- [sql] exec "begin"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] exec "commit"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `spots' from /opt/darktable/lib/darktable/plugins/libspots.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `temperature' from /opt/darktable/lib/darktable/plugins/libtemperature.so
- [opencl_create_kernel] successfully loaded kernel `whitebalance_4f' (146) for device 0
- [opencl_create_kernel] successfully loaded kernel `whitebalance_1f' (147) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `tonecurve' from /opt/darktable/lib/darktable/plugins/libtonecurve.so
- [opencl_create_kernel] successfully loaded kernel `tonecurve' (148) for device 0
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "update presets set maker=?1, model=?2, lens=?3 where operation=?4 and op_version=?5 and name=?6"
- [sql] prepare "update presets set iso_min=?1, iso_max=?2 where operation=?3 and op_version=?4 and name=?5"
- [sql] prepare "update presets set format=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "update presets set filter=?1 where operation=?2 and op_version=?3 and name=?4"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `tonemap' from /opt/darktable/lib/darktable/plugins/libtonemap.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `velvia' from /opt/darktable/lib/darktable/plugins/libvelvia.so
- [opencl_create_kernel] successfully loaded kernel `velvia' (149) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `vibrance' from /opt/darktable/lib/darktable/plugins/libvibrance.so
- [opencl_create_kernel] successfully loaded kernel `vibrance' (150) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `vignette' from /opt/darktable/lib/darktable/plugins/libvignette.so
- [opencl_create_kernel] successfully loaded kernel `vignette' (151) for device 0
- [sql] exec "begin"
- [sql] prepare "INSERT OR REPLACE INTO presets (name, description, operation, op_version, op_params, enabled, blendop_params, blendop_version, multi_priority, multi_name, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) VALUES (?1, '', ?2, ?3, ?4, ?5, ?6, ?7, 0, '', '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] exec "commit"
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `watermark' from /opt/darktable/lib/darktable/plugins/libwatermark.so
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [iop_load_module] loading iop `zonesystem' from /opt/darktable/lib/darktable/plugins/libzonesystem.so
- [opencl_create_kernel] successfully loaded kernel `zonesystem' (152) for device 0
- [sql] prepare "select name, op_version, op_params, blendop_version, blendop_params from presets where operation = ?1"
- [sql] prepare "select name from presets where operation=?1 order by writeprotect desc, rowid"
- [camera_control] creating new context 0x7fbcbe4041f0
- [camera_control] loaded 2264 camera drivers.
- [add_job] 0 | detect connected cameras | queue: 3 | priority: 0
- [run_job+] 02 169330708,748830 detect connected cameras | queue: 3 | priority: 0
- [lib_load_module] loading lib `backgroundjobs' from /opt/darktable/lib/darktable/plugins/lighttable/libbackgroundjobs.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `camera' from /opt/darktable/lib/darktable/plugins/lighttable/libcamera.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `collect' from /opt/darktable/lib/darktable/plugins/lighttable/libcollect.so
- [camera_control] loaded 3 port drivers.
- [sql] prepare "select rowid, op_version, op_params, name from presets where operation=?1"
- [camera_control] 0 cameras connected
- [run_job-] 02 169330708,778359 detect connected cameras | queue: 3 | priority: 0
- [sql] prepare "select distinct folder, id from film_rolls order by folder desc"
- [lib_load_module] loading lib `colorlabels' from /opt/darktable/lib/darktable/plugins/lighttable/libcolorlabels.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `colorpicker' from /opt/darktable/lib/darktable/plugins/lighttable/libcolorpicker.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `copy_history' from /opt/darktable/lib/darktable/plugins/lighttable/libcopy_history.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `darktable_label' from /opt/darktable/lib/darktable/plugins/lighttable/libdarktable_label.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `export' from /opt/darktable/lib/darktable/plugins/lighttable/libexport.so
- [sql] prepare "select rowid, op_version, op_params, name from presets where operation=?1"
- [sql] prepare "select rowid, op_version, op_params, name from presets where operation='export'"
- [sql] prepare "select name, description from styles where name like ?1 or description like ?1 order by name"
- [lib_load_module] loading lib `filmstrip' from /opt/darktable/lib/darktable/plugins/lighttable/libfilmstrip.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `filter' from /opt/darktable/lib/darktable/plugins/lighttable/libfilter.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `global_toolbox' from /opt/darktable/lib/darktable/plugins/lighttable/libglobal_toolbox.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `hinter' from /opt/darktable/lib/darktable/plugins/lighttable/libhinter.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `histogram' from /opt/darktable/lib/darktable/plugins/lighttable/libhistogram.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `history' from /opt/darktable/lib/darktable/plugins/lighttable/libhistory.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `image' from /opt/darktable/lib/darktable/plugins/lighttable/libimage.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `import' from /opt/darktable/lib/darktable/plugins/lighttable/libimport.so
- [sql] prepare "delete from presets where operation=?1"
- [camera_control] registering listener 0x7fbcbe4458d0
- [lib_load_module] loading lib `lighttable_mode' from /opt/darktable/lib/darktable/plugins/lighttable/liblighttable_mode.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `live_view' from /opt/darktable/lib/darktable/plugins/lighttable/liblive_view.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `masks' from /opt/darktable/lib/darktable/plugins/lighttable/libmasks.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `metadata' from /opt/darktable/lib/darktable/plugins/lighttable/libmetadata.so
- [sql] prepare "select rowid, op_version, op_params, name from presets where operation=?1"
- [sql] prepare "delete from presets where name=?1 and operation=?2 and op_version=?3"
- [sql] prepare "insert into presets (name, description, operation, op_version, op_params, blendop_params, blendop_version, enabled, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) values (?1, '', ?2, ?3, ?4, null, 0, 1, '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "delete from presets where name=?1 and operation=?2 and op_version=?3"
- [sql] prepare "insert into presets (name, description, operation, op_version, op_params, blendop_params, blendop_version, enabled, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) values (?1, '', ?2, ?3, ?4, null, 0, 1, '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "delete from presets where name=?1 and operation=?2 and op_version=?3"
- [sql] prepare "insert into presets (name, description, operation, op_version, op_params, blendop_params, blendop_version, enabled, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) values (?1, '', ?2, ?3, ?4, null, 0, 1, '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "delete from presets where name=?1 and operation=?2 and op_version=?3"
- [sql] prepare "insert into presets (name, description, operation, op_version, op_params, blendop_params, blendop_version, enabled, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) values (?1, '', ?2, ?3, ?4, null, 0, 1, '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "delete from presets where name=?1 and operation=?2 and op_version=?3"
- [sql] prepare "insert into presets (name, description, operation, op_version, op_params, blendop_params, blendop_version, enabled, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) values (?1, '', ?2, ?3, ?4, null, 0, 1, '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "delete from presets where name=?1 and operation=?2 and op_version=?3"
- [sql] prepare "insert into presets (name, description, operation, op_version, op_params, blendop_params, blendop_version, enabled, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) values (?1, '', ?2, ?3, ?4, null, 0, 1, '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [sql] prepare "delete from presets where name=?1 and operation=?2 and op_version=?3"
- [sql] prepare "insert into presets (name, description, operation, op_version, op_params, blendop_params, blendop_version, enabled, model, maker, lens, iso_min, iso_max, exposure_min, exposure_max, aperture_min, aperture_max, focal_length_min, focal_length_max, writeprotect, autoapply, filter, def, format) values (?1, '', ?2, ?3, ?4, null, 0, 1, '%', '%', '%', 0, 51200, 0, 10000000, 0, 100000000, 0, 1000, 1, 0, 0, 0, 0)"
- [lib_load_module] loading lib `metadata_view' from /opt/darktable/lib/darktable/plugins/lighttable/libmetadata_view.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `module_toolbox' from /opt/darktable/lib/darktable/plugins/lighttable/libmodule_toolbox.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `modulegroups' from /opt/darktable/lib/darktable/plugins/lighttable/libmodulegroups.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `modulelist' from /opt/darktable/lib/darktable/plugins/lighttable/libmodulelist.so
- [sql] prepare "select rowid, op_version, op_params, name from presets where operation=?1"
- [lib_load_module] loading lib `navigation' from /opt/darktable/lib/darktable/plugins/lighttable/libnavigation.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `print_settings' from /opt/darktable/lib/darktable/plugins/lighttable/libprint_settings.so
- [sql] prepare "select rowid, op_version, op_params, name from presets where operation=?1"
- [sql] prepare "select distinct id from images where id in (select imgid from selected_images) order by filename, version limit ?1"
- [sql] prepare "select name, description from styles where name like ?1 or description like ?1 order by name"
- [add_job] 0 | detect connected printers | queue: 3 | priority: 0
- [lib_load_module] loading lib `ratings' from /opt/darktable/lib/darktable/plugins/lighttable/libratings.so
- [run_job+] 02 169330709,006418 detect connected printers | queue: 3 | priority: 0
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `recentcollect' from /opt/darktable/lib/darktable/plugins/lighttable/librecentcollect.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `select' from /opt/darktable/lib/darktable/plugins/lighttable/libselect.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `session' from /opt/darktable/lib/darktable/plugins/lighttable/libsession.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `snapshots' from /opt/darktable/lib/darktable/plugins/lighttable/libsnapshots.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `styles' from /opt/darktable/lib/darktable/plugins/lighttable/libstyles.so
- [sql] prepare "delete from presets where operation=?1"
- [sql] prepare "select name, description from styles where name like ?1 or description like ?1 order by name"
- [lib_load_module] loading lib `tagging' from /opt/darktable/lib/darktable/plugins/lighttable/libtagging.so
- [sql] prepare "delete from presets where operation=?1"
- [sql] prepare "SELECT DISTINCT T.id, T.name FROM tagged_images,tags as T WHERE tagged_images.imgid in (select imgid from selected_images) AND T.id = tagged_images.tagid ORDER BY T.name"
- [sql] prepare "INSERT INTO memory.tagq (id) SELECT id FROM tags T WHERE T.name LIKE ?1"
- [sql] exec "INSERT INTO memory.taglist (id, count) SELECT DISTINCT(TXT.id2), TXT.count FROM tagxtag TXT WHERE TXT.count > 0 AND TXT.id1 IN (SELECT id FROM memory.tagq) ORDER BY TXT.count DESC"
- [sql] exec "INSERT OR REPLACE INTO memory.taglist (id, count) SELECT DISTINCT(TXT.id1), TXT.count FROM tagxtag TXT WHERE TXT.count > 0 AND TXT.id2 IN (SELECT id FROM memory.tagq) ORDER BY TXT.count DESC"
- [sql] prepare "SELECT T.name, T.id FROM tags T JOIN memory.taglist MT ON MT.id = T.id WHERE T.id IN (SELECT DISTINCT(MT.id) FROM memory.taglist MT) AND T.name NOT LIKE 'darktable|%%' ORDER BY MT.count DESC"
- [sql] exec "DELETE from memory.taglist"
- [sql] exec "DELETE from memory.tagq"
- [lib_load_module] loading lib `view_toolbox' from /opt/darktable/lib/darktable/plugins/lighttable/libview_toolbox.so
- [sql] prepare "delete from presets where operation=?1"
- [lib_load_module] loading lib `viewswitcher' from /opt/darktable/lib/darktable/plugins/lighttable/libviewswitcher.so
- [sql] prepare "delete from presets where operation=?1"
- [memory] after successful startup
- [memory] max address space (vmpeak): unknown
- [memory] cur address space (vmsize): 2636568 kB
- [memory] max used memory (vmhwm ): unknown
- [memory] cur used memory (vmrss ): 66140 kB
- [sql] prepare "SELECT id FROM images WHERE flags&?1=?1"
- [sql] prepare "select name from presets where operation=?1 and op_version=?2 order by writeprotect desc, name, rowid"
- [sql] prepare "select name from presets where operation=?1 and op_version=?2 order by writeprotect desc, name, rowid"
- [sql] prepare "select name from presets where operation=?1 and op_version=?2 order by writeprotect desc, name, rowid"
- [sql] prepare "select count (distinct imgid) from selected_images"
- [lighttable] expose took 0,0072 sec
- (darktable:18556): Gtk-WARNING **: Could not find the icon 'list-remove-symbolic-ltr'. The 'hicolor' theme
- was not found either, perhaps you need to install it.
- You can get a copy from:
- http://icon-theme.freedesktop.org/releases
- **
- Gtk:ERROR:gtkiconhelper.c:491:ensure_surface_for_gicon: assertion failed: (destination)
- Magick: abort due to signal 6 (SIGABRT) "Abort"...
Add Comment
Please, Sign In to add comment