MrTheenD opened this issue 6 months ago · 1 comments
Ability to scan .webp & .jpg files using VDF to find duplicates.
Includes ability to scan more files with added support to mentioned file types.
JPG is already supported
videoduplicatefinder/VDF.Core/Utils/FileUtils.cs
Line 23 in 1d93ac0
webp isn't supported by .NET runtime and not by ImageSharp (at least the version VDF uses). So I cannot add support. Feel free to open issues on .NET runtime and ImageSharp repos