I'm creating a custom application in C# 2010 to copy images from Lotus Notes to sharepoint. I'm using domino to read the content from Notes. Notes has inline animated gif image and when i read the content it comes in bytes of base64Stream. If I save the content with a .gif extension, the image is saved fine but lost the animation.
Can you please let me know how to save the image with animation from a bytes of base64Stream?