append command fail
Posted: 2018-02-05T18:15:35-07:00
Hi all.
I've been trying to append two very large gifs (~ 400 MB with 8,280 frames each) horizontally using `+append` like so:
However it has been failing with the following error message:
Any idea what the issue is and how it can be resolved?
I've been trying to append two very large gifs (~ 400 MB with 8,280 frames each) horizontally using `+append` like so:
Code: Select all
convert large1.gif large2.gif +append combined.gif
Code: Select all
Assertion failed: (resource_info.file >= 0), function RelinquishMagickResource, file MagickCore/resource.c, line 1012.
Abort trap: 6