Search found 5 matches

by wendelscardua
2013-04-05T07:32:14-07:00
Forum: MagickWand
Topic: Strange error (Assertion Failed) when averaging images
Replies: 7
Views: 22322

Re: Strange error (Assertion Failed) when averaging images

PS: after that, I got rid of all deprecations warnings (replaced Magick{Get,Set}ImagePixels with Magick{Export,Import}ImagePixels), the "assertion failed" keeps happening. Also, forgot to say what version I'm using. I'm on Ubuntu 12.04, and according to synaptic the version installed is &q...
by wendelscardua
2013-04-05T07:20:48-07:00
Forum: MagickWand
Topic: Strange error (Assertion Failed) when averaging images
Replies: 7
Views: 22322

Re: Strange error (Assertion Failed) when averaging images

Thanks for the replacement, but although it solved the "deprecated" warning, the "Assertion Failed" error still happens.

(I wrote it the way you suggested)
by wendelscardua
2013-04-04T15:36:28-07:00
Forum: MagickWand
Topic: Strange error (Assertion Failed) when averaging images
Replies: 7
Views: 22322

Re: Strange error (Assertion Failed) when averaging images

How many images were you trying to average and how big were they?
50 images. Each image is 5k in size, 180x60 jpegs. But it fails even for 2 of these, so it's not a size issue.
by wendelscardua
2013-04-04T14:41:56-07:00
Forum: MagickWand
Topic: Strange error (Assertion Failed) when averaging images
Replies: 7
Views: 22322

Strange error (Assertion Failed) when averaging images

Hi, I have some old code (from 2010) that used to work (it would apply some operation on each image of a list, then average them into a final image), but on recent versions of ImageMagick I get this (internal?) error message: magick/cache-view.c:163: AcquireVirtualCacheView: Assertion `image != (Ima...