[darktable-dev] Map find location issue for windows
Tweaking location.c file I've found two ways to make it work under windows. 1. curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L); Without checking the certificate that works ... but that is not what we want really. 2. curl_easy_setopt(curl, CURLOPT_CAINFO, "C:\\msys64\\mingw64\\ssl\\certs\\ca-bundle.crt"); When the path for CA bundle is given that works too. But the path will different from an OS to the other. ... could be set to dartable\bin\ca-bundle.crt... I haven't found if libcurl had a default location on windows. I've made some checks without success. I've found on https://github.com/curl/curl/issues/1538: "it will still be possible to do getenv("CURL_CA_BUNDLE") yourself and pass that to CURLOPT_CAINFO" To set CURL_CA_BUNDLE path is not enough alone (for what I've tried). Any suggestion ? Philippe ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org
Re: [darktable-dev] Zone module improvement
heya, there were ideas to draw the overlay on top of the center view instead, at least optionally. this would pan and zoom with the center view directly. don't remember how far the discussion went though. there may have been side effects for masking. cheers, jo On Tue, Jan 29, 2019 at 8:51 PM Juha Lintula wrote: > > Hi, > > Has there been any discussions earlier about the thumbnail in Zone module. It > would be nice if the thumbnail would follow the zoom level in darkroom > window. It would then be easier to fine tune the tones for smaller details. > > -Juha > > ___ > darktable developer mailing list to unsubscribe send a mail to > darktable-dev+unsubscr...@lists.darktable.org ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org