puzzling error message
Posted: 2012-02-15T15:14:57-07:00
I am having trouble running a unix subshell command to process some IM commands (to make an animation) in IM 6.7.5.6 Q16 Mac OSX Snow Leopard.
The following mostly fails as follows, though infrequently in has worked from time to time. (see viewtopic.php?f=1&t=20317#p80821 and viewtopic.php?f=1&t=20317#p80831)
ww=`convert rose: -format "%w" info:`
hh=`convert rose: -format "%h" info:`
( for ((i=0; i<29; i++)); do
ii=`convert xc: -format "%[fx:-$ww*(1-$i/29)]" info:`
jj=`convert xc: -format "%[fx:-$hh*(1-$i/29)]" info:`
echo "$ii,$jj"
convert -delay 10 rose: -virtual-pixel tile -distort SRT "0,0 1, 0, $ii,$jj" miff:-
done ) | convert - -loop 0 rose_anim4.gif
convert: no decode delegate for this image format `/var/folders/Yy/YyU-87D4F+OjlYS1BLMfS++++TM/-Tmp-/magick-4I1ZkqaD' @ error/constitute.c/ReadImage/532.
convert: missing an image filename `rose_anim4.gif' @ error/convert.c/ConvertImageCommand/3016.
Can someone tell me what this means and how to avoid it? I am not sure if /var/folders is a standard directory? Is it safe to remove subdirectories within /var/folders, such as Yy and its contents? When I cd to the offending directory the file is gone, but there is another directory, TemporaryItems, which is empty.
Thanks.
Fred
The following mostly fails as follows, though infrequently in has worked from time to time. (see viewtopic.php?f=1&t=20317#p80821 and viewtopic.php?f=1&t=20317#p80831)
ww=`convert rose: -format "%w" info:`
hh=`convert rose: -format "%h" info:`
( for ((i=0; i<29; i++)); do
ii=`convert xc: -format "%[fx:-$ww*(1-$i/29)]" info:`
jj=`convert xc: -format "%[fx:-$hh*(1-$i/29)]" info:`
echo "$ii,$jj"
convert -delay 10 rose: -virtual-pixel tile -distort SRT "0,0 1, 0, $ii,$jj" miff:-
done ) | convert - -loop 0 rose_anim4.gif
convert: no decode delegate for this image format `/var/folders/Yy/YyU-87D4F+OjlYS1BLMfS++++TM/-Tmp-/magick-4I1ZkqaD' @ error/constitute.c/ReadImage/532.
convert: missing an image filename `rose_anim4.gif' @ error/convert.c/ConvertImageCommand/3016.
Can someone tell me what this means and how to avoid it? I am not sure if /var/folders is a standard directory? Is it safe to remove subdirectories within /var/folders, such as Yy and its contents? When I cd to the offending directory the file is gone, but there is another directory, TemporaryItems, which is empty.
Thanks.
Fred