Animated gif editor

Alejandro Tejada capellan2000 at gmail.com
Fri Jan 18 15:34:03 EST 2013


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.




More information about the use-livecode mailing list