RoosterDragon / Desktop-Ponies

Desktop Ponies in .NET [The Original!]
181 stars 32 forks source link

Fixed rainbowdash's cloudjump gifs #1

Closed TobleMiner closed 10 years ago

TobleMiner commented 10 years ago

Rainbowdash's cloudjump gifs were kind of bugged. They didn't show up correctly in IrfanView. Also a .NET PictureBox didn't render them correctly.

RoosterDragon commented 10 years ago

I run all images through gifsicle in order to compress them. Unfortunately it uses some tricks that catch out some decoders. Both IrfanView and .NETs GDI+ decoder suffer from some issues as you've found. Most images will be affected, not just these ones.

The images are valid and correct (for example, your browser is likely rendering them just fine), so whilst it kinda sucks that PictureBox is funky I'd rather not change the images, it'd be better to just avoid PictureBox instead.