fire-eggs / PHASH

My implementation of "perceptual hash" for images: find duplicate images by contents, not bytes
0 stars 0 forks source link

Some animated GIFs crashing picture box #22

Closed fire-eggs closed 4 years ago

fire-eggs commented 4 years ago

After crash, only solution is to shutdown and restart.

Consider replacing PictureBox with ImageGlass animated GIF solution.

fire-eggs commented 4 years ago

2542280.zip duMuL99.zip

IG confirmed to stop playing both files as well.

fire-eggs commented 4 years ago

This turns out to be a Windows 7 limitation. System.Drawing.Image load from stream has problems; can be "fixed" by using System.Drawing.Image.LoadFromFile() but then the file is locked and cannot rename / move it.