Converting PCD files results in Abort trap: 6

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?".
Bob the Builder
Posts: 7
Joined: 2017-03-24T07:00:27-07:00
Authentication code: 1151

Re: Converting PCD files results in Abort trap: 6

Post by Bob the Builder »

fmw42 wrote: 2017-03-24T15:14:18-07:00 Perhaps the OP should provide an example PCD image ...
Unfortunately I cannot share those images on the web. But I have tried to create a GIF image from one of the PCDs and it works fine (see the edit to my question).

So I guess my question is how I can install the missing functionality into the binary distribution without having to build from source. Because I really don't want to install MacPorts or Homebrew.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Converting PCD files results in Abort trap: 6

Post by fmw42 »

I do not know how or even if you can. I think you need to go with the MacPorts or Homebrew solution. But perhaps someone else might know how to add a delegate to a binary installation on Mac.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Converting PCD files results in Abort trap: 6

Post by fmw42 »

I downloaded a PCD file from the internet at this command does work fine.

Code: Select all

mogrify -path ../test2 -format png *.PCD[5]
I get a 3072 × 2048 size png file.

So the PCD reader seems to work fine.
Post Reply