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.
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.
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)
This is also an open task for me. There’s a long topic vkdt diary, windows port…
my mono version:
re: windows: you know that there are windows nightly packages somewhere here ?
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…
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 (12.9 KB)
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
Thank you.
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!
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
thanks, added to the list.
[edit: something about the video input module seems to be broken too]