The pkgconfig files don't point to the correct headers directory. The include dir is set to /include/ImageMagick-6 in the pkgconfig files but the headers are being installed in /usr/include/ImageMagick-6.8
This is with ImageMagick-6.8.3-6. Let me know if you need more information.
Search found 6 matches
- 2013-03-01T21:31:46-07:00
- Forum: Announce
- Topic: ImageMagick Library Name Change
- Replies: 2
- Views: 101865
- 2011-11-18T17:54:58-07:00
- Forum: Bugs
- Topic: Caption no longer works
- Replies: 21
- Views: 45072
Caption no longer works
In imagemagick 6.7.3-1: $ convert -size 100x -pointsize 24 caption:test miff:- | display - was working as expected but, with the newer versions (tested with 6.7.3-4 and 6.7.3-6), it doesn't work anymore. There is no label. I suspect it is due to the "Use Pango to improve the caption coder." change ...
- 2010-02-26T18:19:57-07:00
- Forum: Bugs
- Topic: Segmentation fault when converting jpeg to tiff
- Replies: 1
- Views: 7546
Re: Segmentation fault when converting jpeg to tiff
It's an upstream libjpeg bug. It should be fixed when libjpeg 8a is released.
- 2010-02-04T23:02:37-07:00
- Forum: Bugs
- Topic: Segmentation fault when converting jpeg to tiff
- Replies: 1
- Views: 7546
Segmentation fault when converting jpeg to tiff
Hi, The convert utility gives a segmentation fault when converting a jpeg to a tiff. Conversion of a tiff to jpeg works fine as well as converting other images formats (png, xpm) to either jpeg or tiff. This happens on Linux, with: imagemagick 6.5.9-0 and 6.5.9-1 libjpeg 8 libtiff 3.9.2 Debugging ...
- 2009-11-19T15:03:46-07:00
- Forum: Bugs
- Topic: magick/semaphore.c:288: LockSemaphoreInfo: Assertion `semaph
- Replies: 7
- Views: 21263
Re: magick/semaphore.c:288: LockSemaphoreInfo: Assertion `semaph
Here is the trace for the stripped binary. I could provide the trace of an unstripped binary if necessary. (gdb) where #0 0x00007ffff6f99045 in raise () from /lib/libc.so.6 #1 0x00007ffff6f9a470 in abort () from /lib/libc.so.6 #2 0x00007ffff6f92141 in __assert_fail () from /lib/libc.so.6 #3 ...
- 2009-11-19T12:39:30-07:00
- Forum: Bugs
- Topic: magick/semaphore.c:288: LockSemaphoreInfo: Assertion `semaph
- Replies: 7
- Views: 21263
Re: magick/semaphore.c:288: LockSemaphoreInfo: Assertion `semaph
I'm still getting a semaphore error message in ImageMagick-6.5.7-9: $ convert -version Version: ImageMagick 6.5.7-9 2009-11-19 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC Features: OpenMP convert: magick/semaphore.c:220: DestroySemaphoreInfo: Assertion ...