marcelgoldstein / ImageChecker

Image comparison with OpenCvSharp
GNU General Public License v3.0
6 stars 1 forks source link

comparing animated image files #32

Open marcelgoldstein opened 2 years ago

marcelgoldstein commented 2 years ago

.webp can have animated frame as well as .gif. Currently .gif files are compared only against other .gif files. This is no longer the right way to compare only against other animated files.

marcelgoldstein commented 2 years ago

When reading the files there must be a way to determine if it has multiple frame. These files needs to get tagged as "animated image file". Then when comparing a "animated image file" it only needs to be compared against other "animated image files".

marcelgoldstein commented 2 years ago

maybe https://github.com/SixLabors/ImageSharp could help