Page 2 of 2

Re: Converting PCD files results in Abort trap: 6

Posted: 2017-03-25T01:09:58-07:00
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.

Re: Converting PCD files results in Abort trap: 6

Posted: 2017-03-25T09:59:44-07:00
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.

Re: Converting PCD files results in Abort trap: 6

Posted: 2017-03-25T10:47:50-07:00
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.