convert -average error message

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Yadgar
Posts: 1
Joined: 2017-03-27T07:00:33-07:00
Authentication code: 1151

convert -average error message

Post by Yadgar »

Hi(gh)!

When trying to run a bash script to generate averaged frames from a sequence of images (all PNG, all 720 by 720 pixels), I got this message (partially in German due to my OS settings):

convert: ../../magick/string.c:845: DestroyStringInfo: Zusicherung [Assurance] »string_info->signature == 0xabacadabUL« nicht erfüllt [not met].
/home/yadgar/scripts/avgfilm.sh: Zeile 72: 26434 Abgebrochen [Aborted]

Is it a problem of ImageMagick, of bash or of my script?

See you in Khyberspace!

Yadgar
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: convert -average error message

Post by snibgo »

What version of IM? On what platform?

Please provide a reproducible example: the commands and input image(s) that show the problem.
snibgo's IM pages: im.snibgo.com
Post Reply