help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: panic crash using imwrite: octave: magick/semaphore.c:525: [...] fa


From: Dmitri A. Sergatskov
Subject: Re: panic crash using imwrite: octave: magick/semaphore.c:525: [...] failed
Date: Thu, 29 Jul 2010 19:34:45 -0500

On Thu, Jul 29, 2010 at 3:46 PM, Valmor de Almeida <address@hidden> wrote:
> Does anyone have a fix for this? It appears the use of graphicsmagick is
> broken for imwrite.
>

It appears to me to be either initialization problem or race
condition. The workaround that
works for me is to read some file first fith imread, after that
imwrite works fine. I.e.:

junk1 = imread("some_file.png")
im=ones(2);
imwrite(im, "myfile.png")



> Thanks,
>
> --
> Valmor
>

Dmitri.
--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]