possible bug MPC and histogram IM 6.9.1.0 Q16 Mac OSX
Posted: 2015-03-29T18:40:06-07:00
For the the following command using MPC, I get an error:
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.
But it works fine with MIFF:
Code: Select all
convert rose: rose.mpc
convert rose.mpc -define histogram:unique-colors=false histogram:- | convert - rose_hist.gif
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.
But it works fine with MIFF:
Code: Select all
convert rose: rose.miff
convert rose.miff -define histogram:unique-colors=false histogram:- | convert - rose_hist.gif