Animated gif editor

Peter Haworth pete at lcsql.com
Fri Jan 18 16:22:39 EST 2013


Even better, thanks Alejandro!
Pete
lcSQL Software <http://www.lcsql.com>


On Fri, Jan 18, 2013 at 12:34 PM, Alejandro Tejada
<capellan2000 at gmail.com>wrote:

> Hi Pete,
>
>
> Peter Haworth wrote
> > Anyone know of an animated gif editor, preferably free?  I need to resize
> > an existing animated gif.
>
> Did you know that you could resize an animated gif
> inside your stack?
>
> Here is the recipe:
>
> Originally posted on 23 Feb 2003 14:42:43 -0800
> in the message thread: How to resize an Animated Gif
>
> Recently, while testing version 04 of
> "EPSimport", I found this unexpected
> feature. A resized Animated gif.
>
> To check this for yourselves, do the
> following:
> 1) In the message box write:
> Create image
>
> This empty image will appear in the
> center of the topstack.
>
> 2)Resize this empty image to the
> size that you want the animated gif
> to have and set the locklocation
> of it to true.
>
> 3)Set the filename of the image to
> the name of your animated gif.
>
> Voila! You have an animated gif
> resized.
>
> Remember that you could move
> this "locked" image to any place
> that you want, for example,
> put this code in the script
> of the image:
>
> on mouseup
> set the cursor to none
> repeat until the mouseclick()
> -- set the loc of me to the mouseloc
> grab me
> end repeat
> set the cursor to hand
> end mouseup
>
> Of course, you could use
> the keyboard to move the image
> or move it to the points of
> a polygon graphic.
>
> By the way, is this resize feature
> mentioned in the documentation?
>
> Alejandro
>
>
>
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/Animated-gif-editor-tp4659068p4659136.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list