Search found 7 matches

by Bob the Builder
2017-03-25T01:09:58-07:00
Forum: Users
Topic: Converting PCD files results in Abort trap: 6
Replies: 17
Views: 8165

Re: Converting PCD files results in Abort trap: 6

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 ...
by Bob the Builder
2017-03-24T13:01:13-07:00
Forum: Users
Topic: Converting PCD files results in Abort trap: 6
Replies: 17
Views: 8165

Re: Converting PCD files results in Abort trap: 6

I suggest you rebuild. I'm using the binary. As I understand it, you don't "build" the binary, just put it where you want it. I'm trying to avoid building from source, as I'm not comfortably familiar with that. What does "convert -list format" say? TIFF and JPEG are not among the listed formats ...
by Bob the Builder
2017-03-24T12:47:21-07:00
Forum: Users
Topic: Converting PCD files results in Abort trap: 6
Replies: 17
Views: 8165

Re: Converting PCD files results in Abort trap: 6

We're using ImageMagick 7.0.4-3 and your command works without complaint under Linux. Fred, can you try it on your Mac? I suspect that the problem lies not in the command but in my installation. Either the binary lacks some parts (maybe the necessary delegates) or my system (macOS 10.12 Sierra) is ...
by Bob the Builder
2017-03-24T12:40:13-07:00
Forum: Users
Topic: Converting PCD files results in Abort trap: 6
Replies: 17
Views: 8165

Re: Converting PCD files results in Abort trap: 6

-format tiff I can neither read TIFF not JPEG files, as the delegates seem to be missing. See output from "convert -version" in my original post, and: somewhere$ magick somefile.tiff somefile.png magick: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/509.
by Bob the Builder
2017-03-24T12:33:31-07:00
Forum: Users
Topic: Converting PCD files results in Abort trap: 6
Replies: 17
Views: 8165

Re: Converting PCD files results in Abort trap: 6

fmw42 wrote: 2017-03-24T11:30:58-07:00 The maximum resolution written is 768x512 pixels ... Is your image larger than that?
On the Photo CD itself is printed:
Resolutions:
192 x 128
383 x 256
768 x 512
1536 x 1024
3072 x 2048
by Bob the Builder
2017-03-24T11:08:20-07:00
Forum: Users
Topic: Converting PCD files results in Abort trap: 6
Replies: 17
Views: 8165

Re: Converting PCD files results in Abort trap: 6

Code: Select all

mogrify ... *.PCD
returns the same error.
by Bob the Builder
2017-03-24T07:12:54-07:00
Forum: Users
Topic: Converting PCD files results in Abort trap: 6
Replies: 17
Views: 8165

Converting PCD files results in Abort trap: 6

I have installed ImageMagick from binary . I can convert the logo using: convert logo: logo.gif so I guess ImageMagick has been installed correctly. But when I try to convert a PCD file to PNG, ImageMagic fails with the following error: somewhere$ mogrify -colorspace RGB -format png *.PCD[5] Abort ...