Hello all,

I need help, I can't find a way to convert bitmap to gif file, but in memory, not saving on disc.
I tried to convert my image using Microsoft encoder, but the image seems to be impossible to convert.

What I also tried: I created a bitmap from my metafile, save it on disc, used a tool to convert it to gif which I saved also on disc and then pass it to my report (Image.FromFile(gif file path))- and everything was fine. I receive in my report a metafile, and I need to be a gif without any disc savings.

Thanks,
Daniela