0x90d / videoduplicatefinder

Video Duplicate Finder - Crossplatform
2.02k stars 194 forks source link

[Enhancement]: .webp & .jpg support #514

Closed MrTheenD closed 5 months ago

MrTheenD commented 5 months ago

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

Screenshot 2024-06-13 103539

0x90d commented 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