Another try in vkdt

I used vkdt to get satisfying result:

What will you do with it?

J12A0599.CR3 (33.3 MB)

This file is licensed Creative Commons, By-Attribution, Share-Alike.

3 Likes

Haven’t got vkdt running on Win yet…

J12A0599.CR3.xmp (16.8 KB)

3 Likes

Thanks for the image, @Kurt. Here’s my play with RT 5.9 (pre-dev lacam16n) on Windows 10.

I tried to bring the viewer’s focus into the foreground and its high level of detail, so I’ve cropped the background trees down and blurred them somewhat. The foreground gets a simple vibrance treatment along with some local wavelets contrast.

J12A0599.jpg.out.pp3 (21.9 KB)

2 Likes

This is also an open task for me. There’s a long topic vkdt diary, windows port…

my mono version:


J12A0599.CR3.cfg (3.3 KB)

re: windows: you know that there are windows nightly packages somewhere here ?

3 Likes

Changing the mood a bit

J12A0599.CR3.xmp (34.1 KB)

3 Likes

issue #103: rawler not working/not tested, but i need it.
in case, if not tested - i would give it try. how do i compile vkdt under msys2?

I’ve been following it…I think when it matures it will be great…

1 Like

My version…in Darktable :stuck_out_tongue_winking_eye:

J12A0599.CR3.xmp (16.3 KB)

I struggled with the dull starting point of this image. I wanted some color and life in the image without going overboard.


J12A0599.CR3.xmp (13 KB)

2 Likes


J12A0599.CR3.xmp (8.0 KB)
I think it’s a good fit for a bit of motion blur

2 Likes

J12A0599.CR3.xmp (12.9 KB)

2 Likes

fair point with the CR3 support. i didn’t dare to compile rust stuff on windows because of my general lack of knowledge/inferior pain threshold about this platform.

the best i have in terms of instructions is the .github/workflows/nightly.yml file. it installs msys2/ucrt64 and a ton of packages. everything with pacboy / :p in the end are ucrt msys2 packages, the ones with only pacman and without the p are generic packages. then just follow along with the commands in the Windows job.

what i would try is to install rust via this windows executable and then set the rustbackend like in the other job:

   echo "VKDT_USE_RAWINPUT=2" >> bin/config.mk
   echo "export VKDT_USE_RAWINPUT" >> bin/config.mk
   echo "VKDT_PUGIXML_CFLAGS=" >> bin/config.mk
   echo "VKDT_PUGIXML_LDFLAGS=" >> bin/config.mk
   echo "export VKDT_PUGIXML_CFLAGS VKDT_PUGIXML_LDFLAGS" >> bin/config.mk
   echo "VKDT_USE_EXIV2=0" >> bin/config.mk
   echo "export VKDT_USE_EXIV2" >> bin/config.mk
   echo "VKDT_EXIV2_CFLAGS=" >> bin/config.mk
   echo "VKDT_EXIV2_LDFLAGS=" >> bin/config.mk
   echo "export VKDT_EXIV2_CFLAGS VKDT_EXIV2_LDFLAGS" >> bin/config.mk

Not a dull shot; RT 5.10-rc1 for some lively colorifics.


J12A0599.jpg.out.pp3 (15.4 KB)

1 Like

Thank you. :slight_smile:

Trying to change the mood again:


J12A0599_01.CR3.xmp (25.3 KB)

5 Likes

small update on this: the nightly github worker job now also compiles a version with rawler for windows. the good news is i can push this job without windows… the bad news is that without windows i didn’t test whether it actually works. in any case the yml now contains “instructions” how to do it.

good news! :+1:

thank you - i will test it.
could you please give a link to the yml? i didn’t find it … i’m not familiar with github.

following dll are missing:

libfreetype-6.dll
libbz2-1.dll
libbrotlidec.dll
libharfbuzz-0.dll
libpng16-16.dll
libbrotlicommon.dll
libglib-2.0-0.dll
libgraphite2.dll
libintl-8.dll
libpcre2-8-0.dll

i copied them, and then

1 Like

thanks, added to the list.
[edit: something about the video input module seems to be broken too]