4
Answers

How to resize gif which is stored in bitmap?

Mohamed Riyas

Mohamed Riyas

7y
2.2k
1
i tried to resize Gif image but after resizing it will not animate. i tried the following code resize.
 
LastBitImg = new Bitmap(Width,Height);
LastBitImg = FBitImg;
Answers (4)