0x90d/videoduplicatefinder

[Enhancement]: .webp & .jpg support

MrTheenD opened this issue · 1 comments

Environment

  • OS: Windows 11

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

JPG is already supported

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