Search found 2 matches

by deathangel908
2016-05-15T04:57:08-07:00
Forum: Users
Topic: Create a spites file from multiple gifs
Replies: 2
Views: 4843

Re: Create a spites file from multiple gifs


convert -background none ^
( smilie_yellow.gif -coalesce +append ) ^
( smilie_green.gif -coalesce +append ) ^
( smilie_red.gif -coalesce +append ) ^
-append -flatten 3_smilies.png
Oh man, thank you so much, that's exactly what I've been looking for. A gif per line and each frame of gif is a ...
by deathangel908
2016-05-14T09:32:49-07:00
Forum: Users
Topic: Create a spites file from multiple gifs
Replies: 2
Views: 4843

Create a spites file from multiple gifs

Hi guys. I want to create sprites file for my site from multiple gifs. Here's my stackoverflow question.
So lets imagine I have 3 gif files: http://i.stack.imgur.com/SkQ86.gif + http://i.stack.imgur.com/u61Oq.gif + http://i.stack.imgur.com/3U4uI.gif .
I wanna create single image sprites file ...