Search found 1 match
- 2019-02-01T11:14:52-07:00
- Forum: Users
- Topic: Convert multiple images passed through stdin into gif with -delay attribute
- Replies: 1
- Views: 2079
Convert multiple images passed through stdin into gif with -delay attribute
Hi! I'm trying to convert a series of images stored in memory into a gif without persisting anything to disk. I've managed to do this by converting each image into a miff, then concatenating the results of those together, and then passing the concatenated output into magick - gif:- . This works, but ...