18-09-15, 09:13 PM
PHP كود :
Dim gEnc As System.Windows.Media.Imaging.GifBitmapEncoder = New GifBitmapEncoder()
For Each bmpImage As System.Drawing.Bitmap In images
Dim src = System.Windows.Interop.Imaging.CreateBitmapSourceFromHBitmap(bmpImage.GetHbitmap(), IntPtr.Zero, Int32Rect.Empty, BitmapSizeOptions.FromEmptyOptions())
gEnc.Frames.Add(BitmapFrame.Create(src))
Next
Using fs As New FileStream(path, FileMode.Create)
gEnc.Save(fs)
End Using
سبحان الله والحمدلله ولا إله إلا الله والله أكبر
اللهم اغْفِرْ لِلمؤمنين والمؤمنات والمسلمين والمسلمات الأحياء منهم والأموات


