jpc_dec_tiledecode

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
castus
Posts: 7
Joined: 2011-05-17T07:19:48-07:00
Authentication code: 8675308

jpc_dec_tiledecode

Post by castus »

I have imagemagick set up to convert PDFs to png for an image preview, but it doesn't work for some. I did a simple convert to show you the error. It is below.
convert "Baggage Tag Leaflet 1.pdf" 01test.png
convert: jpc_dec.c:1077: jpc_dec_tiledecode: Assertion `dec->numcomps == 3' failed.
Aborted
Having looked at this thread > viewtopic.php?f=3&t=15138&p=53277&hilit ... ode#p53277 It mentions Jasper not being the latest version.

I had a look at mine and I have jasper-devel and it is the following:

Version : 1.900.1
Release : 7.fc8

My ImageMagick is installed through yum. And I'm not sure how to reinstall/configure when I have installed new packages. ANy help appreciated :)
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: jpc_dec_tiledecode

Post by anthony »

to rebuild IM see IM examples, API, Building RPM's -- that is what I do!
http://www.imagemagick.org/Usage/api/#building
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply