From animated to still GIF [SOLVED]
Posted: 2013-11-23T09:46:25-07:00
This command works perfectly:
$ convert 'animated.gif[0]' -thumbnail 250x250 still.gif
However this doesn't work:
$ convert '/tmp/phpAbumej[0]' -thumbnail 250x250 still.gif
Where /tmp/phpAbumej is an input file from a PHP form data. Is there any workaround for this?
$ convert 'animated.gif[0]' -thumbnail 250x250 still.gif
However this doesn't work:
$ convert '/tmp/phpAbumej[0]' -thumbnail 250x250 still.gif
Where /tmp/phpAbumej is an input file from a PHP form data. Is there any workaround for this?