Page 1 of 1

png to jpg problem

Posted: 2009-12-27T11:08:40-07:00
by skinder
I'm trying convert .png to .jpg

Code: Select all

convert 1261936073261.png 1234.jpg
convert: magick/semaphore.c:220: DestroySemaphoreInfo: Assertion `(*semaphore_info) != (SemaphoreInfo *) ((void *)0)' failed.
Aborted
what convert -version says:

Code: Select all

Version: ImageMagick 6.5.8-6 2009-12-26 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP
please help

Re: png to jpg problem

Posted: 2009-12-27T12:45:09-07:00
by magick
We cannot reproduce the problem you posted. Perhaps its image specific. Post a URL to your PNG image. You could also post a stack trace. Type
  • gdb convert
    run 1261936073261.png 1234.jpg
    where

Re: png to jpg problem

Posted: 2009-12-28T09:15:13-07:00
by skinder
sorry, it was my fail =)
but thanks for fast reply!