Search found 4 matches

by Mgamerz
2017-01-27T17:00:07-07:00
Forum: Magick.NET
Topic: Making gif with transparent backgrounds has ghosting/flickering
Replies: 7
Views: 17094

Re: Making gif with transparent backgrounds has ghosting/flickering

Thanks. I knew I was forgetting something...
by Mgamerz
2017-01-27T10:47:54-07:00
Forum: Magick.NET
Topic: Making gif with transparent backgrounds has ghosting/flickering
Replies: 7
Views: 17094

Re: Making gif with transparent backgrounds has ghosting/flickering

I did not encounter that error in my master from 1 commit ago. However I did fix an issue where the loaded BNSA was overridden with an older load method, which fixes the palette crash.

I have updated the repository.
by Mgamerz
2017-01-25T22:04:50-07:00
Forum: Magick.NET
Topic: Making gif with transparent backgrounds has ghosting/flickering
Replies: 7
Views: 17094

Re: Making gif with transparent backgrounds has ghosting/flickering

Indeed. The option in that UI is under Export > Export Animated GIF. The code is in MainWindow.xaml.cs under Sprite Viewer GUI - WPF.

Here is a BNSA (sprite file) you can load.
https://drive.google.com/open?id=0B9bwv ... XBiWnBaRFE
by Mgamerz
2017-01-21T19:41:03-07:00
Forum: Magick.NET
Topic: Making gif with transparent backgrounds has ghosting/flickering
Replies: 7
Views: 17094

Making gif with transparent backgrounds has ghosting/flickering

I'm drawing some bitmaps from a tileset in a game and trying to make some animated GIFs so we don't have to hand-stitch some gifs. I am having an issue where I am getting either some flickering (when optimizing) or some ghosting where previous frames are still shown in further frames. Here are some ...