Re: Export GIF File Does Retain Frames of Animation

2017-10-19 Thread Roger Guay via use-livecode
Thank you, Mike. Works here too!

Cheers,

Roger

> On Oct 19, 2017, at 8:55 PM, Mike Bonner via use-livecode 
>  wrote:
> 
> instead do this..
> put img "myGif" into url ("binfile:Usersrogerguay/Desktop/myGif2.gif")
> just tried it here, and it seems to work.
> 

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Export GIF File Does Retain Frames of Animation

2017-10-19 Thread Mike Bonner via use-livecode
instead do this..
put img "myGif" into url ("binfile:Usersrogerguay/Desktop/myGif2.gif")
just tried it here, and it seems to work.

On Thu, Oct 19, 2017 at 8:53 PM, Roger Guay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I meant does NOT retain . . . .
>
> > On Oct 19, 2017, at 2:50 PM, Roger Guay via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > I am importing gif animations into my project but find that when they
> are subsequently exported, they are just one frame of the original
> animation. Here is my code:
> >
> > export image  “myGif" to file "/Users/rogerguay/Desktop/“&"myGif2"&".gif"
> as gif
> >
> >
> > Help please.
> >
> > Thanks,
> >
> > Roger
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Export GIF File Does Retain Frames of Animation

2017-10-19 Thread Roger Guay via use-livecode
I meant does NOT retain . . . .

> On Oct 19, 2017, at 2:50 PM, Roger Guay via use-livecode 
>  wrote:
> 
> I am importing gif animations into my project but find that when they are 
> subsequently exported, they are just one frame of the original animation. 
> Here is my code:
> 
> export image  “myGif" to file "/Users/rogerguay/Desktop/“&"myGif2"&".gif" as 
> gif
> 
> 
> Help please.
> 
> Thanks,
> 
> Roger
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode