Search found 5 matches

by dovanmy211
Thu Mar 21, 2013 11:33 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Issue set delay Frame in Convert to .gif
Replies: 7
Views: 7594

Re: Issue set delay Frame in Convert to .gif

Hi Alex, I want convert as follows: Convert GIF File total 60 IMAGE [00001~00015] play [0.5s] and loop count = 1+[00016~00045] play [1s] and loop count = 9 +[00046~000060] play [0.5s] and loop count = 1 My current code : [00001~00015] : Add 10 Image to GIF File [00016~00045] : Add 9 time Image [0001...
by dovanmy211
Wed Mar 20, 2013 4:14 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Issue set delay Frame in Convert to .gif
Replies: 7
Views: 7594

Re: Issue set delay Frame in Convert to .gif

Hi Alex. I'm having issue set page delay in converting to gif.I play 45 Image in 10s. IMG 01 -> 15 play ins 1s. IMG 16->45 Play in 1s and loop count = 10. I can set loop count = 10 in about IMG 16->45 ? or how to other resolve I'm using version 6.1 from your application. Thanks in advance! Best rega...
by dovanmy211
Mon Mar 11, 2013 10:34 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Issue set delay Frame in Convert to .gif
Replies: 7
Views: 7594

Re: Issue set delay Frame in Convert to .gif

Hello, Thanks for answering my question. You can help me check source are correct ? Thanks in advance! Best regards, My Source : GifFile NewFileGif = new GifFile(1980, 1020); int delayImage = 100 / 30; // Time 1s / 30 image = Time delay a Image int loopMovie = 10; // Loop Gif for (int i = 0; i < loo...
by dovanmy211
Mon Mar 11, 2013 7:00 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Issue set delay Frame in Convert to .gif
Replies: 7
Views: 7594

Issue set delay Frame in Convert to .gif

Hello ! I'm having issue set page delay in converting to gif. I set 30 image play / 1s and loop 10 . total time play = 1000 . 1s = 100 => A page delay = 3.333333333333333. I using property NewFileGif.Pages.Delay but type data int only receive 3 . => total time play 30 page 30 x 3 = 90 loop 10. total...