Page 1 of 1

outputting, what's wrong?

Posted: 2007-12-26T14:49:54-07:00
by leenah
when I try to output my glitter text, i get nothing, on my glitter gifs. I have done this a thousand times, on the old URL, but it fails everyt time I try it here.

anyone?

Re: outputting, what's wrong?

Posted: 2007-12-27T11:54:14-07:00
by leenah
anyone? i really need your help.

Re: outputting, what's wrong?

Posted: 2007-12-28T01:36:36-07:00
by Bonzo
You could reduce your question to: "Code not working." and there would be as much information as you have already provided.
http://redux.imagemagick.org/discourse- ... 444f2c28ec

Re: outputting, what's wrong?

Posted: 2008-01-01T19:22:53-07:00
by anthony
You also do not mention, what you did, with what API interface, or define what you want to achieve other than 'glitter'.

For some glitter examples using the command line API see
http://imagemagick.org/Usage/anim_mods/#glitter

Re: outputting, what's wrong?

Posted: 2008-01-17T12:23:08-07:00
by leenah
well, i tried to output my glitter TEXT, (was never a problem before) and when i am finished, it only "glitters" for a second, and then it stops glittering. so what's different with this version?

Re: outputting, what's wrong?

Posted: 2008-01-23T02:58:06-07:00
by anthony
Try adding the correct -delay {time in centi-seconds} as well as -loop 0
see IM examples animation basics for more details on this options.

DO NOT use a delay of 0. It is a very bad practice for animations, unless you really mean 'instant delay' (so fast you don't want to see it).