Quantcast
Channel: magick Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 1011

Commented Unassigned: Convertion from byteArrey to Gif Image [1350]

$
0
0
I have converted gif image to byteArrey, but i am not able to convert from same byteArrey to gif Image. So please share your code to solve my problem.

thanks and regards,
Thirumal.
Comments: The following works without any problems: ```C# using (MagickImage first = new MagickImage("logo:")) { var bytes = first.ToByteArray(); using (MagickImage second = new MagickImage(bytes)) { second.Write(@"C:\test.gif"); } } ``` And can you please use the discussions board instead of creating an issue? If you are still experiencing this problem please start a topic there.

Viewing all articles
Browse latest Browse all 1011

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>