Closed MrTheenD closed 5 months ago
JPG is already supported https://github.com/0x90d/videoduplicatefinder/blob/1d93ac090f842fb49cd36ed741729aad58e81b0a/VDF.Core/Utils/FileUtils.cs#L23
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
Environment
Describe desired feature
Ability to scan .webp & .jpg files using VDF to find duplicates.
What issue does it solve?
Includes ability to scan more files with added support to mentioned file types.
Snapshots