Link to home
Start Free TrialLog in
Avatar of shankarmanickam
shankarmanickam

asked on

How to Save WriteableBitmap image to a Gif file using Silverlight/C#

How can I save a WriteableBitmap image into a Gif file using C# in Silverlight.

Thanks

Shankar Manickam.
ASKER CERTIFIED SOLUTION
Avatar of graye
graye
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of shankarmanickam
shankarmanickam

ASKER

I am providing a canvas in silverlight in which the uesr can draw free hand images. When the hit save button i am able to get the image they have drawn in form of WritableBitmap.

Can you provide some code snippets for freezing and accessing the BackBuffer.

Thanks
Shankar Manickam