Search found 5 matches
- 2019-10-14T11:43:44-07:00
- Forum: Users
- Topic: Create an animated "contact sheet" of gifs
- Replies: 10
- Views: 116276
Re: Create an animated "contact sheet" of gifs
Starting from your example, it seems like ImageMagick jumbles up the frames between different GIFs. In your example, it's hard to tell since the source gifs don't have any linear continuity. Here's my result using 4 copies the same source gif: montage 1a.gif 1b.gif 1c.gif 1d.gif -tile 2x2 montage ...
- 2019-10-13T12:10:29-07:00
- Forum: Users
- Topic: Create an animated "contact sheet" of gifs
- Replies: 10
- Views: 116276
Re: Create an animated "contact sheet" of gifs
I wouldn't mind if the frame counts and delays are adjusted in order to make it work; similar to how montage will resize images to match the largest/smallest image in the grid. It sounds like there isn't currently a magical way to do this, so I will try this process: 1. Separate each source ...
- 2019-10-13T10:48:41-07:00
- Forum: Users
- Topic: Create an animated "contact sheet" of gifs
- Replies: 10
- Views: 116276
Re: Create an animated "contact sheet" of gifs
The latter. I want to make an animated contact sheet from many animated gifs.
- 2019-10-13T07:50:18-07:00
- Forum: Users
- Topic: Create an animated "contact sheet" of gifs
- Replies: 10
- Views: 116276
Re: Create an animated "contact sheet" of gifs
Thanks, and sorry for my unclear wording. I wanted to combine many GIFs into a single GIF. It seemed like the 'anim_mod' examples were geared towards when you know the exact size and how many source gifs need to be appended. I was wondering if there was a technique more similar in flexibility to ...
- 2019-10-13T01:11:35-07:00
- Forum: Users
- Topic: Create an animated "contact sheet" of gifs
- Replies: 10
- Views: 116276
Create an animated "contact sheet" of gifs
Using montage and append seem intended for stills and will unpack animated gifs into individual frames. I would like to combine many gifs into a "contact sheet" of animations. Is this possible without knowing the size of each source gif beforehand? I imagine the source gifs may need to be trimmed or ...