darktable 4.4.0 released

Please read the manual : darktable 4.6 user manual - module groups
And you can use deprecated modules from presets / old edits.

1 Like

Thank you so much for all the work! I am still on the 4.3 development versions and it was nice to see all the gradual changes in between - I wonder though, if that not spoils the joy and excitement of seeing the new full release for the first time :thinking:
Anyway, great work as always, congratulations!

1 Like

I often upgrade from stable to master a few weeks before the release is due, so I have time to properly test and (hopefully) raise any bugs in time for the fixes to be included in the release.

3 Likes

Sounds like a great way to contribute something to the project, I will look into that!

2 Likes

Quoting the announcement posted at darktable 4.4.0 released | darktable :

When updating from the stable 4.2.x series, please bear in mind that your edits will be preserved during this process, but the new library and configuration will no longer be usable with 4.2.x.

You are strongly advised to take a backup first.

Then, using that backup, you can simply restore everything.

Developers don’t deprecate modules because they are ‘too simple’.
You can always take an old image that has the module enabled, and create a style from it. That way, even if the module is ‘hard-deprecated’ (does not even show up in the search), you will always have it available.

Hi Kofa,
I disabled OpenCL (this is a pity because I bought especially graphic card with OpenCL for DT).
It works. The problem with NEF files seems solved.
Thank you.

Let’s continue this on another thread.

Thank you and congratulations!

The website says DT works for MacOS 10.14 and above. But when I downloaded it, I get an error saying it needs a higher version of MacOS. I have 10.15 Catalina. Does it really work for 10.15?

Regards,
Ankur

See release notes:

  • Starting with this release a new support policy regarding macOS
    versions will be in place – darktable releases will now only
    support those macOS versions that are also supported by Apple.
    Release 4.4 therefore drops support for macOS versions older than
    11.3.

you might try macOS 10.14 darktable 4.4.0 release build

you can also try turning off the filmic rgb or the haze removal module on the image in darktable. i had a similar issue (in my case lighttable was also affected) with an intel arc graphics card using OPENCL

I just want to also say thank, congratulations on a great release, and thank you to whoever put the time in to include noise profiles for the Nikon Z6II.

1 Like

New release presented here:

https://9to5linux.com/darktable-4-4-open-source-raw-image-editor-released-heres-whats-new

Have fun!
Claes in Lund, Sweden

2 Likes

I have installed the OBS version in Ubuntu 23.04 and keeps freezing once I start editing. It happens with the flatpack and with some ubuntu snaps. How can i get any debug info?

Oh yeah, happening to me too, With flatpak, snap and .deb

First try disabling openCL and see I’d that helps.

If it does not, start darktable from the terminal darktable -d all

The opencl thing did not work. Looking at the output in the terminal there are no errors, but the ui stops responding. If i click on a module, the terminal register what is happening, but it is not reflected in the UI

Can you post the log please

Thanks a lot to all contributors! It seems that quite some effort was spent on refactoring, which is great to see (at least for me as a software developer :slight_smile: )

2 Likes

Up until 4.1 I used quite an old laptop and I could really feel how it became snappier from say, 3.4 to 4.1 - despite more features - which I hugely appreciate.

1 Like

I am sorry it is a bit long

63.4061 [sql] ./src/common/image.c:392, function dt_image_full_path(): prepare "SELECT folder || '/' || filename FROM main.images i, main.film_rolls f WHERE i.film_id = f.id and i.id = ?1"
63.4062 [sql] ./src/common/image.c:515, function dt_image_path_append_version(): prepare "SELECT version FROM main.images WHERE id = ?1"
63.4063 [sql] ./src/common/image.c:392, function dt_image_full_path(): prepare "SELECT folder || '/' || filename FROM main.images i, main.film_rolls f WHERE i.film_id = f.id and i.id = ?1"
63.4064 [sql] ./src/common/image.c:448, function _image_local_copy_full_path(): prepare "SELECT folder || '/' || filename FROM main.images i, main.film_rolls f WHERE i.film_id = f.id AND i.id = ?1"
63.4171 [sql] ./src/common/exif.cc:4281, function _exif_xmp_read_data(): prepare "SELECT filename, flags, raw_parameters,        longitude, latitude, altitude, history_end, datetime_taken FROM main.images WHERE id = ?1"
63.4173 [sql] ./src/common/iop_order.c:458, function dt_ioppr_get_iop_order_version(): prepare "SELECT version FROM main.module_order WHERE imgid = ?1"
63.4173 [sql] ./src/common/iop_order.c:876, function dt_ioppr_get_iop_order_list(): prepare "SELECT version, iop_list FROM main.module_order WHERE imgid=?1"
63.4174 [sql] ./src/common/exif.cc:4087, function set_xmp_timestamps(): prepare "SELECT import_timestamp, change_timestamp, export_timestamp, print_timestamp FROM main.images WHERE id = ?1"
63.4176 [sql] ./src/common/exif.cc:4225, function dt_set_xmp_dt_metadata(): prepare "SELECT key, value FROM main.meta_data WHERE id = ?1"
63.4176 [sql] ./src/common/exif.cc:4253, function dt_set_xmp_dt_metadata(): prepare "SELECT color FROM main.color_labels WHERE imgid=?1"
63.4177 [sql] ./src/common/tags.c:635, function dt_tag_get_attached(): prepare "SELECT DISTINCT I.tagid, T.name, T.flags, T.synonyms, COUNT(DISTINCT I.imgid) AS inb FROM main.tagged_images AS I JOIN data.tags AS T ON T.id = I.tagid WHERE I.imgid IN (45) AND T.id NOT IN memory.darktable_tags GROUP BY I.tagid  ORDER by T.name"
63.4182 [sql] ./src/common/tags.c:635, function dt_tag_get_attached(): prepare "SELECT DISTINCT I.tagid, T.name, T.flags, T.synonyms, COUNT(DISTINCT I.imgid) AS inb FROM main.tagged_images AS I JOIN data.tags AS T ON T.id = I.tagid WHERE I.imgid IN (45) AND T.id NOT IN memory.darktable_tags GROUP BY I.tagid  ORDER by T.name"
63.4186 [sql] ./src/common/exif.cc:3926, function dt_set_xmp_dt_history(): prepare "SELECT imgid, formid, form, name, version, points, points_count, source, num FROM main.masks_history WHERE imgid = ?1 ORDER BY num"
63.4187 [sql] ./src/common/exif.cc:3990, function dt_set_xmp_dt_history(): prepare "SELECT module, operation, op_params, enabled, blendop_params,        blendop_version, multi_priority, multi_name, num, multi_name_hand_edited FROM main.history WHERE imgid = ?1 ORDER BY num"
63.4246 [sql] ./src/common/history.c:1650, function dt_history_hash_read(): prepare "SELECT basic_hash, auto_hash, current_hash FROM main.history_hash WHERE imgid = ?1"
63.4257 [sql] ./src/common/image.c:2752, function dt_image_write_sidecar_file(): prepare "UPDATE main.images SET write_timestamp = STRFTIME('%s', 'now') WHERE id = ?1"
63.4353 [histogram] took 0.005 secs (0.001 CPU) scope draw
63.4648 [add_job_res] 0 |     63.4648 develop process image | queue: 0 | priority: 0    63.4648 
63.4649 [add_job_res] 1 |     63.4649 develop process preview | queue: 0 | priority: 0    63.4649 
63.4649 [run_job+] 01 397533230.855328     63.4649 develop process preview | queue: 0 | priority: 0    63.4649 
63.4649 [run_job+] 00 397533230.855343     63.4649 develop process image | queue: 0 | priority: 0    63.4649 
63.4649 [pixelpipe] [preview] pipeline state changing, flag 4
63.4650 [pixelpipe] [preview] synch all modules with defaults_params
63.4650 [dt_dev_process_image_job] loading image. took 0.000 secs (0.000 CPU)
63.4650 [iop_validate_params] `temperature' failed for type "float", field: g2
63.4650 [iop_validate_params] `temperature' failed for type "dt_iop_temperature_params_t"
63.4653 [noiseprofile] looking for maker `Panasonic', model `DC-GX9'
63.4654 [noiseprofile] found 18 makers
63.4654 [noiseprofile] found `Panasonic' as `Panasonic'
63.4654 [noiseprofile] found 44 models
63.4654 [noiseprofile] found DC-GX9
63.4654 [noiseprofile] found 27 profiles
63.5074 [iop_validate_params] `borders' failed for type "float", field: aspect
63.5074 [iop_validate_params] `borders' failed for type "dt_iop_borders_params_t"
63.5074 [pixelpipe] [preview] synch all modules with history
63.5074 [committed params]           [preview]      rawprepare              piece hash  12711680489995251415, 
63.5075 [committed params]           [preview]      demosaic                piece hash  12713709861679059410, 
63.5075 [committed params]           [preview]      colorin                 piece hash   8458784419482823018, 
63.5197 [committed params]           [preview]      colorout                piece hash  10257528088492143908, 
63.5198 [committed params]           [preview]      gamma                   piece hash      7567884774754821, 
63.5198 [iop_validate_params] `temperature' failed for type "float", field: g2
63.5198 [iop_validate_params] `temperature' failed for type "dt_iop_temperature_params_t"
63.5198 [committed params]           [preview]      temperature             piece hash   1536704551328759607, 
63.5198 [committed params]           [preview]      highlights              piece hash    573611052330575869, 
63.5198 [committed params]           [preview]      channelmixerrgb         piece hash  14053441644004238724, 
63.5198 [committed params]           [preview]      exposure                piece hash   8484767493419708776, 
63.5198 [committed params]           [preview]      filmicrgb               piece hash   9256944102681626684, 
63.5198 [committed params]           [preview]      flip                    piece hash            6381475781, 
63.5199 [noiseprofile] looking for maker `Panasonic', model `DC-GX9'
63.5199 [noiseprofile] found 18 makers
63.5199 [noiseprofile] found `Panasonic' as `Panasonic'
63.5199 [noiseprofile] found 44 models
63.5199 [noiseprofile] found DC-GX9
63.5199 [noiseprofile] found 27 profiles
63.5204 [committed params]           [preview]      denoiseprofile          piece hash   1833676163569002665, 
63.5219 [committed params]           [preview]      lens                    piece hash  16892157614944644912, 
63.5219 [committed params]           [preview]      filmicrgb               piece hash   9256944102681626684, 
63.5219 [committed params]           [preview]      channelmixerrgb         piece hash  14053441644004238724, 
63.5219 [committed params]           [preview]      colorbalancergb         piece hash  14841728020250196380, 
63.5293 [committed params]           [preview]      toneequal               piece hash  17457874357210582453, 
63.5294 [pixelpipe] [full] pipeline state changing, flag 4
63.5294 [pixelpipe] [full] synch all modules with defaults_params
63.5294 [iop_validate_params] `temperature' failed for type "float", field: g2
63.5294 [iop_validate_params] `temperature' failed for type "dt_iop_temperature_params_t"
63.5299 [noiseprofile] looking for maker `Panasonic', model `DC-GX9'
63.5299 [noiseprofile] found 18 makers
63.5299 [noiseprofile] found `Panasonic' as `Panasonic'
63.5299 [noiseprofile] found 44 models
63.5299 [noiseprofile] found DC-GX9
63.5299 [noiseprofile] found 27 profiles
63.5306 [pixelpipe_cache_checkmem]   [preview]                              12 lines (removed invalid=0, oldlines=0). Now important=4, used=9. Cache: freed=16MB. Now using 148MB, limit=0MB
63.5306 [memory] before pixelpipe process
63.5307 [memory] max address space (vmpeak):     4685824 kB
        [memory] cur address space (vmsize):     4522896 kB
        [memory] max used memory   (vmhwm ):     1064096 kB
        [memory] cur used memory   (vmrss ):      803632 kB
63.5307 [pixelpipe starting on CPU]  [preview]                             (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 
63.5307 [modify roi IN]              [preview]      flip                   (   0/   0) 1198x 900 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 
63.5310 [modify roi IN]              [preview]      lens                   (  14/   0) 1168x 900 scale=1.0000 --> (   0/   0) 1198x 900 scale=1.0000 
63.5310 [modify roi IN]              [preview]      highlights             (   0/   0) 1198x 900 scale=1.0000 --> (  14/   0) 1168x 900 scale=1.0000 
63.5310 [modify roi IN]              [preview]      rawprepare             (   0/   0) 1213x 900 scale=1.0000 --> (   0/   0) 1198x 900 scale=1.0000 
63.5311 [pixelpipe data: full]       [preview]                             (   0/   0) 1213x 900 scale=1.0000 --> (   0/   0) 1213x 900 scale=1.0000 
63.5311 [dev_pixelpipe] took 0.000 secs (0.000 CPU) initing base buffer [preview]
63.5322 [pixelpipe_process_on_CPU]   [preview]      rawprepare             (   0/   0) 1213x 900 scale=1.0000 --> (   0/   0) 1198x 900 scale=1.0000 IOP_CS_RAW
63.5332 [dev_pixelpipe] took 0.001 secs (0.007 CPU) [preview] processed `rawprepare' on CPU, blended on CPU
63.5399 [dev_pixelpipe] module `rawprepare' min: (0.000000) max: (0.683704) [preview]
63.5399 [pixelpipe_process_on_CPU]   [preview]      temperature            (   0/   0) 1198x 900 scale=1.0000 --> (   0/   0) 1198x 900 scale=1.0000 IOP_CS_RAW
63.5407 [dev_pixelpipe] took 0.001 secs (0.004 CPU) [preview] processed `temperature' on CPU, blended on CPU
63.5493 [dev_pixelpipe] module `temperature' min: (0.000000) max: (0.716583) [preview]
63.5503 [pixelpipe_process_on_CPU]   [preview]      highlights             (   0/   0) 1198x 900 scale=1.0000 --> (  14/   0) 1168x 900 scale=1.0000 IOP_CS_RAW
63.5524 [dev_pixelpipe] took 0.002 secs (0.004 CPU) [preview] processed `highlights' on CPU, blended on CPU
63.5595 [dev_pixelpipe] module `highlights' min: (0.000000) max: (0.716583) [preview]
63.5606 [pixelpipe_process_on_CPU]   [preview]      demosaic               (  14/   0) 1168x 900 scale=1.0000 --> (  14/   0) 1168x 900 scale=1.0000 IOP_CS_RAW -> IOP_CS_RGB
63.5652 [iop_validate_params] `borders' failed for type "float", field: aspect
63.5652 [iop_validate_params] `borders' failed for type "dt_iop_borders_params_t"
63.5652 [pixelpipe] [full] synch all modules with history
63.5652 [committed params]           [full]         rawprepare              piece hash  12711680489995251415, 
63.5653 [committed params]           [full]         demosaic                piece hash  12713709861679059410, 
63.5653 [committed params]           [full]         colorin                 piece hash   8458784419482823018, 
63.5808 [committed params]           [full]         colorout                piece hash  10257528088492143908, 
63.5808 [committed params]           [full]         gamma                   piece hash      7567884774754821, 
63.5808 [iop_validate_params] `temperature' failed for type "float", field: g2
63.5808 [iop_validate_params] `temperature' failed for type "dt_iop_temperature_params_t"
63.5809 [committed params]           [full]         temperature             piece hash   1536704551328759607, 
63.5809 [committed params]           [full]         highlights              piece hash    573611052330575869, 
63.5809 [committed params]           [full]         channelmixerrgb         piece hash  14053441644004238724, 
63.5809 [committed params]           [full]         exposure                piece hash   8484767493419708776, 
63.5809 [committed params]           [full]         filmicrgb               piece hash   9256944102681626684, 
63.5810 [committed params]           [full]         flip                    piece hash            6381475781, 
63.5810 [noiseprofile] looking for maker `Panasonic', model `DC-GX9'
63.5810 [noiseprofile] found 18 makers
63.5810 [noiseprofile] found `Panasonic' as `Panasonic'
63.5810 [noiseprofile] found 44 models
63.5810 [noiseprofile] found DC-GX9
63.5810 [noiseprofile] found 27 profiles
63.5814 [committed params]           [full]         denoiseprofile          piece hash   1833676163569002665, 
63.5821 [dev_pixelpipe] took 0.022 secs (0.105 CPU) [preview] processed `demosaic' on CPU, blended on CPU
63.5833 [committed params]           [full]         lens                    piece hash  16892157614944644912, 
63.5833 [committed params]           [full]         filmicrgb               piece hash   9256944102681626684, 
63.5834 [committed params]           [full]         channelmixerrgb         piece hash  14053441644004238724, 
63.5834 [committed params]           [full]         colorbalancergb         piece hash  14841728020250196380, 
63.5919 [committed params]           [full]         toneequal               piece hash  17457874357210582453, 
63.5951 [pixelpipe_cache_checkmem]   [full]                                 64 lines (removed invalid=0, oldlines=3). Now important=12, used=13. Cache: freed=57MB. Now using 246MB, limit=245MB
63.5951 [memory] before pixelpipe process
63.5951 [memory] max address space (vmpeak):     4685824 kB
        [memory] cur address space (vmsize):     4443136 kB
        [memory] max used memory   (vmhwm ):     1064096 kB
        [memory] cur used memory   (vmrss ):      724268 kB
63.5952 [pixelpipe starting on CPU]  [full]                                (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 
63.5952 [modify roi IN]              [full]         flip                   (   0/   0) 1286x 965 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 
63.5956 [modify roi IN]              [full]         lens                   (  15/   0) 1254x 965 scale=0.2474 --> (   0/   0) 1286x 965 scale=0.2474 
63.5957 [modify roi IN]              [full]         demosaic               (  60/   0) 5068x3904 scale=1.0000 --> (  15/   0) 1254x 965 scale=0.2474 
63.5957 [modify roi IN]              [full]         highlights             (   0/   0) 5198x3904 scale=1.0000 --> (  60/   0) 5068x3904 scale=1.0000 
63.5957 [modify roi IN]              [full]         rawprepare             (   0/   0) 5264x3904 scale=1.0000 --> (   0/   0) 5198x3904 scale=1.0000 
63.5957 [pixelpipe data: full]       [full]                                (   0/   0) 5264x3904 scale=1.0000 --> (   0/   0) 5264x3904 scale=1.0000 
63.5957 [dev_pixelpipe] took 0.000 secs (0.000 CPU) initing base buffer [full]
63.5957 [pixelpipe_process_on_CPU]   [full]         rawprepare             (   0/   0) 5264x3904 scale=1.0000 --> (   0/   0) 5198x3904 scale=1.0000 IOP_CS_RAW
63.6115 [dev_pixelpipe] took 0.016 secs (0.068 CPU) [full] processed `rawprepare' on CPU, blended on CPU
63.6119 [dev_pixelpipe] module `demosaic' min: (-0.022609; 0.000000; -0.013488) max: (0.722959; 0.716610; 0.718949) [preview]
63.6130 [pixelpipe_process_on_CPU]   [preview]      denoiseprofile         (  14/   0) 1168x 900 scale=1.0000 --> (  14/   0) 1168x 900 scale=1.0000 IOP_CS_RGB
63.8087 [dev_pixelpipe] took 0.196 secs (1.207 CPU) [preview] processed `denoiseprofile' on CPU, blended on CPU
63.8138 [dev_pixelpipe] module `rawprepare' min: (-0.001265) max: (0.998735) [full]
63.8138 [pixelpipe_process_on_CPU]   [full]         temperature            (   0/   0) 5198x3904 scale=1.0000 --> (   0/   0) 5198x3904 scale=1.0000 IOP_CS_RAW
63.8272 [dev_pixelpipe] took 0.013 secs (0.040 CPU) [full] processed `temperature' on CPU, blended on CPU
63.8423 [dev_pixelpipe] module `denoiseprofile' min: (0.000000; 0.000000; 0.000000) max: (0.714381; 0.716611; 0.718950) [preview]
63.8423 [pixelpipe_process_on_CPU]   [preview]      lens                   (  14/   0) 1168x 900 scale=1.0000 --> (   0/   0) 1198x 900 scale=1.0000 IOP_CS_RGB
63.9031 [dev_pixelpipe] took 0.061 secs (0.319 CPU) [preview] processed `lens' on CPU, blended on CPU
63.9216 [dev_pixelpipe] module `lens' min: (-0.008575; -0.007570; -0.015499) max: (0.904691; 0.895630; 0.861946) [preview]
63.9219 [pixelpipe_process_on_CPU]   [preview]      flip                   (   0/   0) 1198x 900 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 IOP_CS_RGB
63.9281 [dev_pixelpipe] took 0.006 secs (0.024 CPU) [preview] processed `flip' on CPU, blended on CPU
63.9472 [dev_pixelpipe] module `flip' min: (-0.008575; -0.007570; -0.015499) max: (0.904691; 0.895630; 0.861946) [preview]
63.9473 [pixelpipe_process_on_CPU]   [preview]      exposure               (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 IOP_CS_RGB
63.9495 [dev_pixelpipe] took 0.002 secs (0.011 CPU) [preview] processed `exposure' on CPU, blended on CPU
63.9680 [dev_pixelpipe] module `exposure' min: (-0.054046; -0.047528; -0.098968) max: (5.870972; 5.812186; 5.593657) [preview]
63.9683 [pixelpipe_process_on_CPU]   [preview]      toneequal              (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 IOP_CS_RGB
63.9786 [dev_pixelpipe] module `temperature' min: (-0.002519) max: (1.021351) [full]
63.9787 [pixelpipe_process_on_CPU]   [full]         highlights             (   0/   0) 5198x3904 scale=1.0000 --> (  60/   0) 5068x3904 scale=1.0000 IOP_CS_RAW
64.0048 [dev_pixelpipe] took 0.026 secs (0.155 CPU) [full] processed `highlights' on CPU, blended on CPU
64.0063 [dev_pixelpipe] took 0.038 secs (0.217 CPU) [preview] processed `toneequal' on CPU, blended on CPU
64.0063 [importance hints]           [preview]      toneequal              (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 history focus 
64.0244 [histogram] took 0.003 secs (0.011 CPU) scope draw
64.0491 [dev_pixelpipe] module `toneequal' min: (-0.053723; -0.047636; -0.099621) max: (5.865580; 5.806848; 5.588520) [preview]
64.0494 [pixelpipe_process_on_CPU]   [preview]      colorin                (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 IOP_CS_RGB -> IOP_CS_LAB
64.0494 [matrix conversion on CPU]   [preview]      colorin                (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 `standard color matrix'
64.0545 [dev_pixelpipe] took 0.005 secs (0.019 CPU) [preview] processed `colorin' on CPU, blended on CPU
64.0654 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        OR op_params IS NULL)   AND blendop_params = ?3"
64.0655 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        OR op_params IS NULL)   AND blendop_params = ?3"
64.0655 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        OR op_params IS NULL)   AND blendop_params = ?3"
64.0814 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        OR op_params IS NULL)   AND blendop_params = ?3"
64.0815 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        OR op_params IS NULL)   AND blendop_params = ?3"
64.0815 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        )   AND blendop_params = ?3"
64.0816 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        OR op_params IS NULL)   AND blendop_params = ?3"
64.0816 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        OR op_params IS NULL)   AND blendop_params = ?3"
64.0817 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        OR op_params IS NULL)   AND blendop_params = ?3"
64.0838 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        )   AND blendop_params = ?3"
64.0839 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        )   AND blendop_params = ?3"
64.0839 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        )   AND blendop_params = ?3"
64.0840 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        )   AND blendop_params = ?3"
64.0872 [histogram] took 0.002 secs (0.010 CPU) scope draw
64.0928 [dev_pixelpipe] module `colorin' min: (-42.366623; -118.570862; -143.090057) max: (193.191666; 140.906433; 224.957138) [preview]
64.0929 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        OR op_params IS NULL)   AND blendop_params = ?3"
64.0931 [undo] record for type 2 (length 12)
64.0931 [sql] ./src/common/tags.c:154, function dt_tag_new(): prepare "SELECT id FROM data.tags WHERE name = ?1"
64.0931 [sql] ./src/common/tags.c:976, function dt_is_tag_attached(): prepare "SELECT imgid FROM main.tagged_images WHERE imgid = ?1 AND tagid = ?2"
64.0931 [sql] ./src/common/image_cache.c:268, function dt_image_cache_write_release(): prepare "UPDATE main.images SET width = ?1, height = ?2, filename = ?3, maker = ?4, model = ?5,     lens = ?6, exposure = ?7, aperture = ?8, iso = ?9, focal_length = ?10,     focus_distance = ?11, film_id = ?12, datetime_taken = ?13, flags = ?14,     crop = ?15, orientation = ?16, raw_parameters = ?17, group_id = ?18,     longitude = ?19, latitude = ?20, altitude = ?21, color_matrix = ?22,     colorspace = ?23, raw_black = ?24, raw_maximum = ?25,     aspect_ratio = ROUND(?26,1), exposure_bias = ?27,     import_timestamp = ?28, change_timestamp = ?29, export_timestamp = ?30,     print_timestamp = ?31, output_width = ?32, output_height = ?33 WHERE id = ?34"
64.0940 [transform colorspace CPU]   [preview]      channelmixerrgb        (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 IOP_CS_LAB -> IOP_CS_RGB
64.0943 [sql] ./src/common/image.c:392, function dt_image_full_path(): prepare "SELECT folder || '/' || filename FROM main.images i, main.film_rolls f WHERE i.film_id = f.id and i.id = ?1"
64.0943 [sql] ./src/common/image.c:515, function dt_image_path_append_version(): prepare "SELECT version FROM main.images WHERE id = ?1"
64.0944 [sql] ./src/common/image.c:392, function dt_image_full_path(): prepare "SELECT folder || '/' || filename FROM main.images i, main.film_rolls f WHERE i.film_id = f.id and i.id = ?1"
64.0944 [sql] ./src/common/image.c:448, function _image_local_copy_full_path(): prepare "SELECT folder || '/' || filename FROM main.images i, main.film_rolls f WHERE i.film_id = f.id AND i.id = ?1"
64.0962 [dt_ioppr_transform_image_colorspace] IOP_CS_LAB-->IOP_CS_RGB took 0.002 secs (0.011 CPU) [channelmixerrgb]
64.0962 [pixelpipe_process_on_CPU]   [preview]      channelmixerrgb        (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 IOP_CS_RGB
64.0984 [sql] ./src/common/exif.cc:4281, function _exif_xmp_read_data(): prepare "SELECT filename, flags, raw_parameters,        longitude, latitude, altitude, history_end, datetime_taken FROM main.images WHERE id = ?1"
64.0985 [sql] ./src/common/iop_order.c:458, function dt_ioppr_get_iop_order_version(): prepare "SELECT version FROM main.module_order WHERE imgid = ?1"
64.0985 [sql] ./src/common/iop_order.c:876, function dt_ioppr_get_iop_order_list(): prepare "SELECT version, iop_list FROM main.module_order WHERE imgid=?1"
64.0986 [sql] ./src/common/exif.cc:4087, function set_xmp_timestamps(): prepare "SELECT import_timestamp, change_timestamp, export_timestamp, print_timestamp FROM main.images WHERE id = ?1"
64.0987 [sql] ./src/common/exif.cc:4225, function dt_set_xmp_dt_metadata(): prepare "SELECT key, value FROM main.meta_data WHERE id = ?1"
64.0987 [sql] ./src/common/exif.cc:4253, function dt_set_xmp_dt_metadata(): prepare "SELECT color FROM main.color_labels WHERE imgid=?1"
64.0987 [sql] ./src/common/tags.c:635, function dt_tag_get_attached(): prepare "SELECT DISTINCT I.tagid, T.name, T.flags, T.synonyms, COUNT(DISTINCT I.imgid) AS inb FROM main.tagged_images AS I JOIN data.tags AS T ON T.id = I.tagid WHERE I.imgid IN (45) AND T.id NOT IN memory.darktable_tags GROUP BY I.tagid  ORDER by T.name"
64.0989 [sql] ./src/common/tags.c:635, function dt_tag_get_attached(): prepare "SELECT DISTINCT I.tagid, T.name, T.flags, T.synonyms, COUNT(DISTINCT I.imgid) AS inb FROM main.tagged_images AS I JOIN data.tags AS T ON T.id = I.tagid WHERE I.imgid IN (45) AND T.id NOT IN memory.darktable_tags GROUP BY I.tagid  ORDER by T.name"
64.0998 [sql] ./src/common/exif.cc:3926, function dt_set_xmp_dt_history(): prepare "SELECT imgid, formid, form, name, version, points, points_count, source, num FROM main.masks_history WHERE imgid = ?1 ORDER BY num"
64.1013 [sql] ./src/common/exif.cc:3990, function dt_set_xmp_dt_history(): prepare "SELECT module, operation, op_params, enabled, blendop_params,        blendop_version, multi_priority, multi_name, num, multi_name_hand_edited FROM main.history WHERE imgid = ?1 ORDER BY num"
64.1154 [sql] ./src/common/history.c:1650, function dt_history_hash_read(): prepare "SELECT basic_hash, auto_hash, current_hash FROM main.history_hash WHERE imgid = ?1"
64.1162 [sql] ./src/common/image.c:2752, function dt_image_write_sidecar_file(): prepare "UPDATE main.images SET write_timestamp = STRFTIME('%s', 'now') WHERE id = ?1"
64.1242 [histogram] took 0.004 secs (0.032 CPU) scope draw
64.1291 [dev_pixelpipe] took 0.035 secs (0.192 CPU) [preview] processed `channelmixerrgb' on CPU, blended on CPU
64.1516 [dev_pixelpipe] module `channelmixerrgb' min: (0.000000; 0.000000; 0.000000) max: (5.950859; 5.578645; 10.011968) [preview]
64.1525 [pixelpipe_process_on_CPU]   [preview]      colorbalancergb        (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 IOP_CS_RGB
64.1532 [add_job_res] 1 |     64.1532 develop process preview | queue: 0 | priority: 0    64.1532 
64.1895 [dev_pixelpipe] module `highlights' min: (0.000000) max: (1.021351) [full]
64.1895 [pixelpipe_process_on_CPU]   [full]         demosaic               (  60/   0) 5068x3904 scale=1.0000 --> (  15/   0) 1254x 965 scale=0.2474 IOP_CS_RAW -> IOP_CS_RGB
64.2610 [dev_pixelpipe] took 0.108 secs (0.795 CPU) [preview] processed `colorbalancergb' on CPU, blended on CPU
64.3031 [dev_pixelpipe] module `colorbalancergb' min: (0.000000; 0.000000; 0.000000) max: (20.432463; 18.570469; 38.988369) [preview]
64.3031 [pixelpipe_process_on_CPU]   [preview]      filmicrgb              (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 IOP_CS_RGB
64.4044 [dev_pixelpipe] took 0.101 secs (0.770 CPU) [preview] processed `filmicrgb' on CPU, blended on CPU
64.4426 [dev_pixelpipe] module `filmicrgb' min: (0.000074; 0.000000; 0.000000) max: (1.000000; 1.000000; 1.000000) [preview]
64.4427 [transform colorspace CPU]   [preview]      colorout               (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 IOP_CS_RGB -> IOP_CS_LAB
64.4493 [dt_ioppr_transform_image_colorspace] IOP_CS_RGB-->IOP_CS_LAB took 0.007 secs (0.038 CPU) [colorout]
64.4494 [pixelpipe_process_on_CPU]   [preview]      colorout               (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 IOP_CS_LAB -> IOP_CS_RGB
64.4644 [dev_pixelpipe] took 0.022 secs (0.152 CPU) [preview] processed `colorout' on CPU, blended on CPU
64.4899 [histogram] took 0.005 secs (0.032 CPU) scope draw
64.5030 [dev_pixelpipe] module `colorout' min: (0.000000; 0.000000; 0.000000) max: (1.000002; 0.999994; 0.999996) [preview]
64.5031 [pixelpipe_process_on_CPU]   [preview]      gamma                  (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 IOP_CS_RGB
64.5056 [clip_and_zoom_roi]          [full]         demosaic               (  60/   0) 5068x3904 scale=1.0000 --> (  15/   0) 1254x 965 scale=0.2474 
64.5093 [dev_pixelpipe] took 0.006 secs (0.033 CPU) [preview] processed `gamma' on CPU, blended on CPU
64.5419 [dt_ioppr_transform_image_colorspace_rgb] RGB-->RGB took 0.032 secs (0.222 CPU) [final histogram]
64.5651 [histogram] took 0.056 secs (0.396 CPU) final waveform
64.5658 [cache report]               [preview]                              12 lines (important=2, used=10, invalid=0). Used 165MB, limit=0MB. hits/run=0.43, hits/test=0.046
64.5658 [pixelpipe finished]         [preview]                             (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 

64.6838 [resample_plain] plan 0.001 secs (0.004 CPU) resample 0.177 secs (1.259 CPU)
64.7007 [dev_pixelpipe] took 0.511 secs (3.632 CPU) [full] processed `demosaic' on CPU, blended on CPU
64.7208 [dev_pixelpipe] module `demosaic' min: (0.000000; 0.000000; 0.000000) max: (0.763417; 0.746185; 0.750497) [full]
64.7208 [pixelpipe_process_on_CPU]   [full]         denoiseprofile         (  15/   0) 1254x 965 scale=0.2474 --> (  15/   0) 1254x 965 scale=0.2474 IOP_CS_RGB
64.8918 [dev_pixelpipe] took 0.171 secs (1.147 CPU) [full] processed `denoiseprofile' on CPU, blended on CPU
64.9155 [dev_pixelpipe] module `denoiseprofile' min: (0.000000; 0.000000; 0.000000) max: (0.763418; 0.746186; 0.750498) [full]
64.9155 [pixelpipe_process_on_CPU]   [full]         lens                   (  15/   0) 1254x 965 scale=0.2474 --> (   0/   0) 1286x 965 scale=0.2474 IOP_CS_RGB
64.9686 [dev_pixelpipe] took 0.053 secs (0.319 CPU) [full] processed `lens' on CPU, blended on CPU
64.9906 [dev_pixelpipe] module `lens' min: (-0.041988; -0.044811; -0.046045) max: (0.954083; 0.902966; 0.904698) [full]
64.9907 [pixelpipe_process_on_CPU]   [full]         flip                   (   0/   0) 1286x 965 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 IOP_CS_RGB
64.9985 [dev_pixelpipe] took 0.008 secs (0.023 CPU) [full] processed `flip' on CPU, blended on CPU
65.0204 [dev_pixelpipe] module `flip' min: (-0.041988; -0.044811; -0.046045) max: (0.954083; 0.902966; 0.904698) [full]
65.0205 [pixelpipe_process_on_CPU]   [full]         exposure               (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 IOP_CS_RGB
65.0227 [dev_pixelpipe] took 0.002 secs (0.000 CPU) [full] processed `exposure' on CPU, blended on CPU
65.0441 [dev_pixelpipe] module `exposure' min: (-0.270824; -0.289138; -0.297145) max: (6.191412; 5.859780; 5.871019) [full]
65.0442 [pixelpipe_process_on_CPU]   [full]         toneequal              (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 IOP_CS_RGB
65.0594 [dev_pixelpipe] took 0.015 secs (0.089 CPU) [full] processed `toneequal' on CPU, blended on CPU
65.0594 [importance hints]           [full]         toneequal              (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 history focus 
65.0816 [dev_pixelpipe] module `toneequal' min: (-0.270771; -0.287526; -0.297283) max: (6.185726; 5.854398; 5.865627) [full]
65.0817 [pixelpipe_process_on_CPU]   [full]         colorin                (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 IOP_CS_RGB -> IOP_CS_LAB
65.0817 [matrix conversion on CPU]   [full]         colorin                (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 `standard color matrix'
65.0853 [dev_pixelpipe] took 0.004 secs (0.011 CPU) [full] processed `colorin' on CPU, blended on CPU
65.1081 [dev_pixelpipe] module `colorin' min: (-252.864517; -249.190842; -267.256866) max: (193.758545; 373.436646; 511.259277) [full]
65.1082 [transform colorspace CPU]   [full]         channelmixerrgb        (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 IOP_CS_LAB -> IOP_CS_RGB
65.1101 [dt_ioppr_transform_image_colorspace] IOP_CS_LAB-->IOP_CS_RGB took 0.002 secs (0.010 CPU) [channelmixerrgb]
65.1101 [pixelpipe_process_on_CPU]   [full]         channelmixerrgb        (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 IOP_CS_RGB
65.1358 [dev_pixelpipe] took 0.028 secs (0.164 CPU) [full] processed `channelmixerrgb' on CPU, blended on CPU
65.1575 [dev_pixelpipe] module `channelmixerrgb' min: (0.000000; 0.000000; 0.000000) max: (6.201805; 5.455998; 10.603045) [full]
65.1575 [pixelpipe_process_on_CPU]   [full]         colorbalancergb        (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 IOP_CS_RGB
65.2465 [dev_pixelpipe] took 0.089 secs (0.663 CPU) [full] processed `colorbalancergb' on CPU, blended on CPU
65.2670 [dev_pixelpipe] module `colorbalancergb' min: (0.000000; 0.000000; 0.000000) max: (20.887299; 17.495092; 40.889393) [full]
65.2670 [pixelpipe_process_on_CPU]   [full]         filmicrgb              (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 IOP_CS_RGB
65.3085 [dev_pixelpipe] took 0.041 secs (0.289 CPU) [full] processed `filmicrgb' on CPU, blended on CPU
65.3291 [dev_pixelpipe] module `filmicrgb' min: (0.000073; 0.000000; 0.000000) max: (1.000000; 1.000000; 1.000000) [full]
65.3291 [transform colorspace CPU]   [full]         colorout               (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 IOP_CS_RGB -> IOP_CS_LAB
65.3312 [dt_ioppr_transform_image_colorspace] IOP_CS_RGB-->IOP_CS_LAB took 0.002 secs (0.015 CPU) [colorout]
65.3312 [pixelpipe_process_on_CPU]   [full]         colorout               (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 IOP_CS_LAB -> IOP_CS_RGB
65.3383 [dev_pixelpipe] took 0.009 secs (0.048 CPU) [full] processed `colorout' on CPU, blended on CPU
65.3589 [dev_pixelpipe] module `colorout' min: (0.000000; 0.000000; 0.000000) max: (0.999999; 0.999994; 0.999997) [full]
65.3589 [pixelpipe_process_on_CPU]   [full]         gamma                  (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 IOP_CS_RGB
65.3629 [dev_pixelpipe] took 0.004 secs (0.030 CPU) [full] processed `gamma' on CPU, blended on CPU
65.3630 [dev_process_preview] pixel pipeline processing took 1.898 secs (9.710 CPU)
65.3630 [run_job-] 01 397533232.753462     65.3630 develop process preview | queue: 0 | priority: 0    65.3630 
65.3631 [run_job+] 01 397533232.753490     65.3631 develop process preview | queue: 0 | priority: 0    65.3631 
65.3631 [pixelpipe] [preview] pipeline state changing, flag 1
65.3631 [pixelpipe] [preview] synch top history module `toneequal'
65.3633 [cache report]               [full]                                 64 lines (important=14, used=28, invalid=0). Used 703MB, limit=245MB. hits/run=0.83, hits/test=0.139
65.3634 [pixelpipe finished]         [full]                                (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 

65.3634 [dev_process_image] pixel pipeline took 1.771 secs (9.423 CPU) processing `P1040893.RW2'
65.3724 [committed params]           [preview]      toneequal               piece hash  17457874357210582453, 
65.3724 [pixelpipe] [full] pipeline state changing, flag 1
65.3724 [pixelpipe] [full] synch top history module `toneequal'
65.3737 [pixelpipe_cache_checkmem]   [preview]                              12 lines (removed invalid=0, oldlines=0). Now important=2, used=9. Cache: freed=16MB. Now using 148MB, limit=0MB
65.3737 [memory] before pixelpipe process
65.3737 [memory] max address space (vmpeak):     5071964 kB
        [memory] cur address space (vmsize):     4941400 kB
        [memory] max used memory   (vmhwm ):     1338384 kB
        [memory] cur used memory   (vmrss ):     1207400 kB
65.3737 [pixelpipe starting on CPU]  [preview]                             (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 
65.3738 [cache HIT]                  [preview]      colorout                IOP_CS_RGB, hash   6461006192273923290
65.3738 [pixelpipe data: from cache] [preview]      colorout               (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 
65.3738 [pixelpipe_process_on_CPU]   [preview]      gamma                  (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 IOP_CS_RGB
65.3800 [committed params]           [full]         toneequal               piece hash  17457874357210582453, 
65.3817 [dev_pixelpipe] took 0.008 secs (0.034 CPU) [preview] processed `gamma' on CPU, blended on CPU
65.4079 [dt_ioppr_transform_image_colorspace_rgb] RGB-->RGB took 0.014 secs (0.063 CPU) [final histogram]
65.4081 [pixelpipe_cache_checkmem]   [full]                                 64 lines (removed invalid=0, oldlines=13). Now important=14, used=15. Cache: freed=419MB. Now using 284MB, limit=245MB
65.4081 [memory] before pixelpipe process
65.4081 [memory] max address space (vmpeak):     5071964 kB
        [memory] cur address space (vmsize):     4550808 kB
        [memory] max used memory   (vmhwm ):     1338384 kB
        [memory] cur used memory   (vmrss ):      799632 kB
65.4082 [pixelpipe starting on CPU]  [full]                                (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 
65.4082 [cache HIT]                  [full]         gamma                   IOP_CS_RGB, hash   4076599805666631542
65.4082 [pixelpipe data: from cache] [full]         gamma                  (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 
65.4086 [cache report]               [full]                                 64 lines (important=14, used=15, invalid=0). Used 284MB, limit=245MB. hits/run=0.85, hits/test=0.151
65.4086 [pixelpipe finished]         [full]                                (   0/   0)  965x1286 scale=0.2474 --> (   0/   0)  965x1286 scale=0.2474 

65.4086 [dev_process_image] pixel pipeline took 0.029 secs (0.071 CPU) processing `P1040893.RW2'
65.4087 [run_job-] 00 397533232.799090     65.4087 develop process image | queue: 0 | priority: 0    65.4087 
65.4160 [histogram] took 0.034 secs (0.104 CPU) final waveform
65.4163 [cache report]               [preview]                              12 lines (important=2, used=10, invalid=0). Used 165MB, limit=0MB. hits/run=0.47, hits/test=0.053
65.4164 [pixelpipe finished]         [preview]                             (   0/   0)  900x1198 scale=1.0000 --> (   0/   0)  900x1198 scale=1.0000 

65.4164 [dev_process_preview] pixel pipeline processing took 0.053 secs (0.152 CPU)
65.4164 [run_job-] 01 397533232.806831     65.4164 develop process preview | queue: 0 | priority: 0    65.4164 
65.8015 [undo] record for type 2 (length 13)
65.8015 [sql] ./src/common/tags.c:154, function dt_tag_new(): prepare "SELECT id FROM data.tags WHERE name = ?1"
65.8016 [sql] ./src/common/tags.c:976, function dt_is_tag_attached(): prepare "SELECT imgid FROM main.tagged_images WHERE imgid = ?1 AND tagid = ?2"
65.8016 [sql] ./src/common/image_cache.c:268, function dt_image_cache_write_release(): prepare "UPDATE main.images SET width = ?1, height = ?2, filename = ?3, maker = ?4, model = ?5,     lens = ?6, exposure = ?7, aperture = ?8, iso = ?9, focal_length = ?10,     focus_distance = ?11, film_id = ?12, datetime_taken = ?13, flags = ?14,     crop = ?15, orientation = ?16, raw_parameters = ?17, group_id = ?18,     longitude = ?19, latitude = ?20, altitude = ?21, color_matrix = ?22,     colorspace = ?23, raw_black = ?24, raw_maximum = ?25,     aspect_ratio = ROUND(?26,1), exposure_bias = ?27,     import_timestamp = ?28, change_timestamp = ?29, export_timestamp = ?30,     print_timestamp = ?31, output_width = ?32, output_height = ?33 WHERE id = ?34"
65.8020 [sql] ./src/common/image.c:392, function dt_image_full_path(): prepare "SELECT folder || '/' || filename FROM main.images i, main.film_rolls f WHERE i.film_id = f.id and i.id = ?1"
65.8021 [sql] ./src/common/image.c:515, function dt_image_path_append_version(): prepare "SELECT version FROM main.images WHERE id = ?1"
65.8021 [sql] ./src/common/image.c:392, function dt_image_full_path(): prepare "SELECT folder || '/' || filename FROM main.images i, main.film_rolls f WHERE i.film_id = f.id and i.id = ?1"
65.8021 [sql] ./src/common/image.c:448, function _image_local_copy_full_path(): prepare "SELECT folder || '/' || filename FROM main.images i, main.film_rolls f WHERE i.film_id = f.id AND i.id = ?1"
65.8056 [sql] ./src/common/exif.cc:4281, function _exif_xmp_read_data(): prepare "SELECT filename, flags, raw_parameters,        longitude, latitude, altitude, history_end, datetime_taken FROM main.images WHERE id = ?1"
65.8057 [sql] ./src/common/iop_order.c:458, function dt_ioppr_get_iop_order_version(): prepare "SELECT version FROM main.module_order WHERE imgid = ?1"
65.8057 [sql] ./src/common/iop_order.c:876, function dt_ioppr_get_iop_order_list(): prepare "SELECT version, iop_list FROM main.module_order WHERE imgid=?1"
65.8058 [sql] ./src/common/exif.cc:4087, function set_xmp_timestamps(): prepare "SELECT import_timestamp, change_timestamp, export_timestamp, print_timestamp FROM main.images WHERE id = ?1"
65.8059 [sql] ./src/common/exif.cc:4225, function dt_set_xmp_dt_metadata(): prepare "SELECT key, value FROM main.meta_data WHERE id = ?1"
65.8059 [sql] ./src/common/exif.cc:4253, function dt_set_xmp_dt_metadata(): prepare "SELECT color FROM main.color_labels WHERE imgid=?1"
65.8059 [sql] ./src/common/tags.c:635, function dt_tag_get_attached(): prepare "SELECT DISTINCT I.tagid, T.name, T.flags, T.synonyms, COUNT(DISTINCT I.imgid) AS inb FROM main.tagged_images AS I JOIN data.tags AS T ON T.id = I.tagid WHERE I.imgid IN (45) AND T.id NOT IN memory.darktable_tags GROUP BY I.tagid  ORDER by T.name"
65.8062 [sql] ./src/common/tags.c:635, function dt_tag_get_attached(): prepare "SELECT DISTINCT I.tagid, T.name, T.flags, T.synonyms, COUNT(DISTINCT I.imgid) AS inb FROM main.tagged_images AS I JOIN data.tags AS T ON T.id = I.tagid WHERE I.imgid IN (45) AND T.id NOT IN memory.darktable_tags GROUP BY I.tagid  ORDER by T.name"
65.8064 [sql] ./src/common/exif.cc:3926, function dt_set_xmp_dt_history(): prepare "SELECT imgid, formid, form, name, version, points, points_count, source, num FROM main.masks_history WHERE imgid = ?1 ORDER BY num"
65.8064 [sql] ./src/common/exif.cc:3990, function dt_set_xmp_dt_history(): prepare "SELECT module, operation, op_params, enabled, blendop_params,        blendop_version, multi_priority, multi_name, num, multi_name_hand_edited FROM main.history WHERE imgid = ?1 ORDER BY num"
65.8102 [sql] ./src/common/history.c:1650, function dt_history_hash_read(): prepare "SELECT basic_hash, auto_hash, current_hash FROM main.history_hash WHERE imgid = ?1"
65.8109 [sql] ./src/common/image.c:2752, function dt_image_write_sidecar_file(): prepare "UPDATE main.images SET write_timestamp = STRFTIME('%s', 'now') WHERE id = ?1"
65.8804 [sql] ./src/common/presets.c:415, function dt_presets_get_module_label(): prepare "SELECT name, multi_name FROM data.presets WHERE operation = ?1   AND (op_params = ?2        )   AND blendop_params = ?3"
65.8810 [undo] record for type 2 (length 14)
65.8811 [sql] ./src/common/tags.c:154, function dt_tag_new(): prepare "SELECT id FROM data.tags WHERE name = ?1"
65.8811 [sql] ./src/common/tags.c:976, function dt_is_tag_attached(): prepare "SELECT imgid FROM main.tagged_images WHERE imgid = ?1 AND tagid = ?2"
65.8813 [sql] ./src/common/image_cache.c:268, function dt_image_cache_write_release(): prepare "UPDATE main.images SET width = ?1, height = ?2, filename = ?3, maker = ?4, model = ?5,     lens = ?6, exposure = ?7, aperture = ?8, iso = ?9, focal_length = ?10,     focus_distance = ?11, film_id = ?12, datetime_taken = ?13, flags = ?14,     crop = ?15, orientation = ?16, raw_parameters = ?17, group_id = ?18,     longitude = ?19, latitude = ?20, altitude = ?21, color_matrix = ?22,     colorspace = ?23, raw_black = ?24, raw_maximum = ?25,     aspect_ratio = ROUND(?26,1), exposure_bias = ?27,     import_timestamp = ?28, change_timestamp = ?29, export_timestamp = ?30,     print_timestamp = ?31, output_width = ?32, output_height = ?33 WHERE id = ?34"
65.8824 [sql] ./src/common/image.c:392, function dt_image_full_path(): prepare "SELECT folder || '/' || filename FROM main.images i, main.film_rolls f WHERE i.film_id = f.id and i.id = ?1"
65.8826 [sql] ./src/common/image.c:515, function dt_image_path_append_version(): prepare "SELECT version FROM main.images WHERE id = ?1"
65.8827 [sql] ./src/common/image.c:392, function dt_image_full_path(): prepare "SELECT folder || '/' || filename FROM main.images i, main.film_rolls f WHERE i.film_id = f.id and i.id = ?1"
65.8827 [sql] ./src/common/image.c:448, function _image_local_copy_full_path(): prepare "SELECT folder || '/' || filename FROM main.images i, main.film_rolls f WHERE i.film_id = f.id AND i.id = ?1"
65.8925 [sql] ./src/common/exif.cc:4281, function _exif_xmp_read_data(): prepare "SELECT filename, flags, raw_parameters,        longitude, latitude, altitude, history_end, datetime_taken FROM main.images WHERE id = ?1"
65.8927 [sql] ./src/common/iop_order.c:458, function dt_ioppr_get_iop_order_version(): prepare "SELECT version FROM main.module_order WHERE imgid = ?1"
65.8927 [sql] ./src/common/iop_order.c:876, function dt_ioppr_get_iop_order_list(): prepare "SELECT version, iop_list FROM main.module_order WHERE imgid=?1"
65.8929 [sql] ./src/common/exif.cc:4087, function set_xmp_timestamps(): prepare "SELECT import_timestamp, change_timestamp, export_timestamp, print_timestamp FROM main.images WHERE id = ?1"
65.8930 [sql] ./src/common/exif.cc:4225, function dt_set_xmp_dt_metadata(): prepare "SELECT key, value FROM main.meta_data WHERE id = ?1"
65.8931 [sql] ./src/common/exif.cc:4253, function dt_set_xmp_dt_metadata(): prepare "SELECT color FROM main.color_labels WHERE imgid=?1"
65.8932 [sql] ./src/common/tags.c:635, function dt_tag_get_attached(): prepare "SELECT DISTINCT I.tagid, T.name, T.flags, T.synonyms, COUNT(DISTINCT I.imgid) AS inb FROM main.tagged_images AS I JOIN data.tags AS T ON T.id = I.tagid WHERE I.imgid IN (45) AND T.id NOT IN memory.darktable_tags GROUP BY I.tagid  ORDER by T.name"
65.8937 [sql] ./src/common/tags.c:635, function dt_tag_get_attached(): prepare "SELECT DISTINCT I.tagid, T.name, T.flags, T.synonyms, COUNT(DISTINCT I.imgid) AS inb FROM main.tagged_images AS I JOIN data.tags AS T ON T.id = I.tagid WHERE I.imgid IN (45) AND T.id NOT IN memory.darktable_tags GROUP BY I.tagid  ORDER by T.name"
65.8942 [sql] ./src/common/exif.cc:3926, function dt_set_xmp_dt_history(): prepare "SELECT imgid, formid, form, name, version, points, points_count, source, num FROM main.masks_history WHERE imgid = ?1 ORDER BY num"
65.8944 [sql] ./src/common/exif.cc:3990, function dt_set_xmp_dt_history(): prepare "SELECT module, operation, op_params, enabled, blendop_params,        blendop_version, multi_priority, multi_name, num, multi_name_hand_edited FROM main.history WHERE imgid = ?1 ORDER BY num"
65.9034 [sql] ./src/common/history.c:1650, function dt_history_hash_read(): prepare "SELECT basic_hash, auto_hash, current_hash FROM main.history_hash WHERE imgid = ?1"
65.9049 [sql] ./src/common/image.c:2752, function dt_image_write_sidecar_file(): prepare "UPDATE main.images SET write_timestamp = STRFTIME('%s', 'now') WHERE id = ?1"