Search found 4 matches

by creonity
2012-12-09T07:27:10-07:00
Forum: Users
Topic: Imagick read MPC error "unable to persist pixel cache"
Replies: 5
Views: 14632

Re: Imagick read MPC error "unable to persist pixel cache"

Thanks for your reply.

Maybe an update helps. Otherwise I will benchmark Imagemagick against my imagick script (it's quite a complex one, but with MPC it may be fast).

Thanks, again.
by creonity
2012-12-07T05:14:49-07:00
Forum: Users
Topic: Imagick read MPC error "unable to persist pixel cache"
Replies: 5
Views: 14632

Re: Imagick read MPC error "unable to persist pixel cache"

I can create mpc with imagick and then use that mpc with the command line, but not with imagick. I believe the error comes from a setting within imagick that looks for a wrong tmp folder.
by creonity
2012-12-07T04:13:30-07:00
Forum: Users
Topic: Imagick read MPC error "unable to persist pixel cache"
Replies: 5
Views: 14632

Re: Imagick read MPC error "unable to persist pixel cache"

Hi,

thanks a lot for your reply!

1. What is your exact command?
My testcase:

exec("convert watermark_large.png -resize 64x64 resize_watermark.mpc");
$watermark = new Imagick("resize_watermark.mpc");

I can reuse resize_watermark.mpc with another IM command, but not with imagick.

2. Was the ...
by creonity
2012-12-06T04:29:27-07:00
Forum: Users
Topic: Imagick read MPC error "unable to persist pixel cache"
Replies: 5
Views: 14632

Imagick read MPC error "unable to persist pixel cache"

Hi,

I'm trying to open an mpc (fully working in imagemagick command line) with imagick. However I keep getting an error:
Fatal error: Uncaught exception 'ImagickException' with message 'unable to persist pixel cache `/tmp/magick-XXfQ3soa' @ error/mpc.c/ReadMPCImage/905'

The temp path changes ...