Intermittent error: "STUFF" ...
Posted: 2019-03-07T16:26:28-07:00
Version: ImageMagick 6.9.10-14 Q16 i686 2018-11-10
Features: Cipher DPC OpenMP
Delegates (built-in): bzlib fontconfig freetype jbig jng jpeg lcms lqr lzma pangocairo png tiff wmf x xml zlib
Linux 32bit, 4GB RAM.
I get this error intermittently. Can't reproduce it to order.
"convert: no decode delegate for this image format `STUFF' @ error/constitute.c/ReadImage/560"
It's from the following IM command, run shelled out from a Python script.
(I pretty much robbed it wholesale from another post on the forum)
The word "STUFF" doesn't appear anywhere in my Python code; and so far as I can tell from a grep, nor does it appear in the IM source code for this version.
Bit of a mystery, then.
Any help anyone?
Features: Cipher DPC OpenMP
Delegates (built-in): bzlib fontconfig freetype jbig jng jpeg lcms lqr lzma pangocairo png tiff wmf x xml zlib
Linux 32bit, 4GB RAM.
I get this error intermittently. Can't reproduce it to order.
"convert: no decode delegate for this image format `STUFF' @ error/constitute.c/ReadImage/560"
It's from the following IM command, run shelled out from a Python script.
Code: Select all
convert input_file -colors 256 -unique-colors -scale 1000% -crop 180x10 -append -bordercolor 'gray(92%)' -border 1 -flip -flop output_file
(I pretty much robbed it wholesale from another post on the forum)
The word "STUFF" doesn't appear anywhere in my Python code; and so far as I can tell from a grep, nor does it appear in the IM source code for this version.
Bit of a mystery, then.
Any help anyone?