Possible problem with -virtual-pixel in 6.7.6-8

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.
Post Reply
yoav.gonen
Posts: 5
Joined: 2012-05-02T04:25:35-07:00
Authentication code: 13

Possible problem with -virtual-pixel in 6.7.6-8

Post by yoav.gonen »

Hi,
I'm trying to run the following command:

Code: Select all

convert -virtual-pixel transparent image1.tif image2.tif
Using version 6.7.6-8, I get an error:

Code: Select all

convert: unable to acquire cache view 'No such file or directory' @ fatal/cache-view.c/AcquireAuthenticCacheView/120.
The same command works in version 6.7.5-4. This is centos 5.6 on a 64-bit machine.

Any ideas?
Note that the original command is much longer and involves distortion and composition, but it seems that the -virtual-pixel option is the cause of the error.

Thanks
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Possible problem with -virtual-pixel in 6.7.6-8

Post by magick »

We can reproduce the problem you reported and have a patch. Look for it in the ImageMagick-6.7.6-9 release within a few days.
Post Reply