rawkit icon indicating copy to clipboard operation
rawkit copied to clipboard

If multiple versions of libraw exist, pick the one we support

Open SamWhited opened this issue 5 years ago • 0 comments

Right now we always pick the latest version of libraw (as returned by ctypes.util.find_library). If a newer version is present that we don't support, but a version also exists that we do, we should be picking that version instead.

SamWhited avatar Sep 20 '18 17:09 SamWhited