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.
>
__
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
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 “
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
___