Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
convert: unable to open pixel cache `/var/tmp/magick-31255c8jH6vPkJTNn': No such file or directory @ error/cache.c/OpenPixelCache/3655.
convert: unable to persist pixel cache `/var/tmp/magick-31255c8jH6vPkJTNn' @ error/mpc.c/ReadMPCImage/944.
convert: no images defined `rose_hist.gif' @ error/convert.c/ConvertImageCommand/3212.
Recall MPC requires 2 files, one for metadata and another for the image pixels. You can't use it for stdin / stdout. We'll investigate permitting the metadata to pass through stdin / stdout while writing the image pixels to disk. If that fails, we'll issue a better exception message. We'll need a few days to add the patch to ImageMagick.