I want to convert an bitmap image to gif format in xamarin android. can anybody help?
Asked
Active
Viewed 326 times
1 Answers
0
As far as I know, you can animate multiple images, you can not create animation from single image.
For multiple images, you want to make gif, you can take a look the following thread: How to make simple image to animated image like GIF?

Cherry Bu - MSFT
- 10,160
- 1
- 10
- 16
-
not an animated gif just a gif based format with one single frame/image – a.b Apr 11 '19 at 11:29
-
I think it is impossible to create animation from single image. – Cherry Bu - MSFT May 02 '19 at 03:05
-
ok. assume I have several bitmap images. how to convert them to gif? note that the System.Drawing namespace can not be used in xamarin android. – a.b May 03 '19 at 10:57