The steps i did :
Adding refrence Magick.NET-Q8-x64.dll for frame work 4.0 profile client
The names of photos are 0.png 1.png 2.png in debug folder
Search found 5 matches
- 2016-04-02T22:22:25-07:00
- Forum: Magick.NET
- Topic: problem in using magic collection
- Replies: 3
- Views: 10651
- 2016-04-02T22:17:10-07:00
- Forum: Users
- Topic: problem in using magic collection
- Replies: 2
- Views: 2692
Re: problem in using magic collection
ok. thank u
- 2016-04-02T21:59:14-07:00
- Forum: Magick.NET
- Topic: problem in using magic collection
- Replies: 3
- Views: 10651
Re: problem in using magic collection
No i didnt . and the form close
- 2016-04-02T21:57:53-07:00
- Forum: Users
- Topic: problem in using magic collection
- Replies: 2
- Views: 2692
problem in using magic collection
I use this code to gather my png photos in one animated gif. but nothing happens except form is closing>> what is wrong? Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click Dim photos As String() = Directory.GetFiles(Application.StartupPath, "*.png") Using collection As ...
- 2016-04-02T11:06:57-07:00
- Forum: Magick.NET
- Topic: problem in using magic collection
- Replies: 3
- Views: 10651
problem in using magic collection
I have a sequance of photos (0.png, 1.png , 2.png....) I try to convert them to an animated gif using vb.net. I found this code but nothing happens and the form close.. This is code Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click Dim photos As String() = Directory ...