Search found 5 matches
- 2013-04-05T12:05:51-07:00
- Forum: MagickWand
- Topic: Strange error (Assertion Failed) when averaging images
- Replies: 7
- Views: 24155
Re: Strange error (Assertion Failed) when averaging images
Thanks! That was it...
- 2013-04-05T07:32:14-07:00
- Forum: MagickWand
- Topic: Strange error (Assertion Failed) when averaging images
- Replies: 7
- Views: 24155
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 "8:6.7.7.10 ...
- 2013-04-05T07:20:48-07:00
- Forum: MagickWand
- Topic: Strange error (Assertion Failed) when averaging images
- Replies: 7
- Views: 24155
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)
(I wrote it the way you suggested)
- 2013-04-04T15:36:28-07:00
- Forum: MagickWand
- Topic: Strange error (Assertion Failed) when averaging images
- Replies: 7
- Views: 24155
Re: Strange error (Assertion Failed) when averaging images
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.How many images were you trying to average and how big were they?
- 2013-04-04T14:41:56-07:00
- Forum: MagickWand
- Topic: Strange error (Assertion Failed) when averaging images
- Replies: 7
- Views: 24155
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 ...