Search found 4 matches

by shar10dul
2011-04-25T20:26:23-07:00
Forum: Users
Topic: Using Magick++ pixel interface on multiple threads (OpenMP)
Replies: 1
Views: 5760

Using Magick++ pixel interface on multiple threads (OpenMP)

Hi,

ImageMagick version - 5.5.7
Platform - Aix
I have been trying to use Magick++ Pixel interface to modify the pixels of an image in parallel.
However it always gives me an segmentation fault. I have tried using both mpi and openmp and it gives a segmentation fault in both the cases.
Each of the ...
by shar10dul
2011-04-25T20:24:46-07:00
Forum: Magick++
Topic: modifying magick++ pixel cache in multiple threads (OpenMP)
Replies: 0
Views: 11399

modifying magick++ pixel cache in multiple threads (OpenMP)

Hi,

ImageMagick version - 5.5.7
Platform - Aix
I have been trying to use Magick++ Pixel interface to modify the pixels of an image in parallel.
However it always gives me an segmentation fault. I have tried using both mpi and openmp and it gives a segmentation fault in both the cases.
Each of the ...
by shar10dul
2010-01-18T14:16:51-07:00
Forum: IMagick
Topic: Caught exception: Wand contains no images `MagickWand-1'
Replies: 0
Views: 5434

Caught exception: Wand contains no images `MagickWand-1'

hi,
I am running a ubuntu machice and have installed php, ImageMagick, pecl-imagick on my machice as per the instructions.

But just the use of the line:


$im = new Imagick("example.jpeg");


throws the error

Caught exception: Wand contains no images `MagickWand-1'

Subsequent refreshes result ...
by shar10dul
2010-01-18T14:10:36-07:00
Forum: IMagick
Topic: Wand contains no images error
Replies: 3
Views: 12418

Re: Wand contains no images error

hi,
I am running a ubuntu machice and i too am having the same problem.
just the use of the line:

Code: Select all

 $im = new Imagick("example.jpeg");
throws the error mentioned by the original poster.

I looked all around on web but couldn't find a solution.