Search found 4 matches

by Der_Kevin
2015-11-10T02:21:54-07:00
Forum: Users
Topic: Convert animated gif - delay 0 problem
Replies: 9
Views: 10303

Re: Convert animated gif - delay 0 problem

ah, thanks! /usr/local/bin/convert -delay 2 -loop 0 -background Black -alpha Remove -layers Optimize "$@" ~/Desktop/animated.gif helped, thanks! got one last question regarding the output. how can i set the destination of the animated.gif. at the moment ist placed on my desktop, but would be nice if ...
by Der_Kevin
2015-11-09T04:09:49-07:00
Forum: Users
Topic: Convert animated gif - delay 0 problem
Replies: 9
Views: 10303

Re: Convert animated gif - delay 0 problem

okay, thanks. that solves the first two problems. looks like this now: http://s27.postimg.org/a4y6oi9gj/animated.gif and my animator script looks like this: /usr/local/bin/convert -delay 0 -loop 0 -background Black -alpha Remove -layers Optimize "$@" ~/Desktop/animated.gif (had to remove the "frame ...
by Der_Kevin
2015-11-09T03:33:17-07:00
Forum: Users
Topic: Convert animated gif - delay 0 problem
Replies: 9
Views: 10303

Re: Convert animated gif - delay 0 problem

sorry, input looks like this in the automator: (its from the article above)
/usr/local/bin/convert -delay 0 -loop 0 "$@" ~/Desktop/animated.gif

version is 6.9.0-3

and here are the pngs:
https://www.dropbox.com/s/3tij2ohp0hhqh ... v.zip?dl=0

thanks!
by Der_Kevin
2015-11-09T02:57:58-07:00
Forum: Users
Topic: Convert animated gif - delay 0 problem
Replies: 9
Views: 10303

Convert animated gif - delay 0 problem

Hey Folks! I discovered ImageMagick threw this article: http://jacobsalmela.com/make-animated-gifs-in-os-x-with-a-right-click/ and searching a way to convert a bunch of single frames into some gifs for my porfolio. so, i did everything that is written in the article and it works pretty fine so far ...