Seems that I somehow deleted many of my delegates. I will try re-installing tomorrow.
Sorry for the false alarm.
__________________________________________
IM 6.6.8.2 Q16 Mac OSX Tiger
I just installed IM 6.6.8.2 and now it won't create a valid png file. The file gets created, but when I try to open it, the system says it is corrupt and cannot be opened.
convert logo: logo.png
also
this works fine:
convert -size 100x -font arial -pointsize 24 label:"testing" tmp.gif
but saving to png fails:
convert -size 100x -font arial -pointsize 24 label:"testing" tmp.png
convert: no encode delegate for this image format `tmp.png' @ error/constitute.c/WriteImage/1187.