Can open some gif error/gif.c/ReadGIFImage/1388
See original GitHub issueI try to use this to show gif in wpf. All the time it can work perfect but it cant open some gif.
I found some gif open in this code will throw the exception.
collection = new MagickImageCollection("E:\\temp\\201710.gif");
The exception is corrupt image 'E:\temp\201710.gif' @ error/gif.c/ReadGIFImage/1388
Click here to download the gif file.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Class not registered error when opening GIF file.
Open properties of any .gif image by right clicking on it. Under Properties, click Change. In 'Open with' window, open Other Programs and...
Read more >Fix animated GIF images which eog can't open, but Firefox ...
1 Answer. Usually when some program can't open certain GIFs it's because of optimization used for this image. You can try running ImageMagick ......
Read more >Not Able to Open/Import Animated Gifs
Yes, the gifs animate as expected in a web browser, when uploaded to a site, and when viewed in Microsoft Photos. Votes. 0...
Read more >can't open .gif's
Try this. Locate a .gif file in Explorer and while holding the shift key down right click on it and select "open with"...
Read more >GIF Creation Best Practices
Follow our best practices for making GIFs to optimize your GIFs on GIPHY! Uploads are limited to 15 seconds, although we recommend no...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Those programs can open it because they ignore the fact that the image is invalid. ImageMagick requires the image to be correct.
@dlemstra I try to rewrite gif Parser to solve it.