Unfortunately, the stack trace seems to be a touch wanting.
Starting program: /opt/local/bin/convert -define registry:temporary-path=/Users/porsupah/panotmp -limit area 0 'park.psb' park.jp2
Program received signal SIGSEGV, Segmentation fault.
0x0000000100db4707 in ?? ()
(gdb) where
#0 ...
Search found 4 matches
- 2015-02-27T19:51:06-07:00
- Forum: Users
- Topic: PSB to JP2 fails
- Replies: 5
- Views: 2937
- 2015-02-27T13:48:51-07:00
- Forum: Users
- Topic: PSB to JP2 fails
- Replies: 5
- Views: 2937
Re: PSB to JP2 fails
Do you have a recent release of ImageMagick, the current release is 6.9.0-8?
Not quite, but very nearly; convert --version gives me:
Version: ImageMagick 6.9.0-0 Q16 x86_64 2015-02-27
Try this command:
convert -define registry:temporary-path=/data/tmp -limit area 0 'image.psb[0]' image.png ...
Not quite, but very nearly; convert --version gives me:
Version: ImageMagick 6.9.0-0 Q16 x86_64 2015-02-27
Try this command:
convert -define registry:temporary-path=/data/tmp -limit area 0 'image.psb[0]' image.png ...
- 2015-02-27T06:24:05-07:00
- Forum: Users
- Topic: PSB to JP2 fails
- Replies: 5
- Views: 2937
Re: PSB to JP2 fails
It's 86501 × 26400 pixels, which would suggest a requirement of about 18GB, if my calculation's correct. I do have that free - currently, I'm at about 250GB spare.snibgo wrote:How many pixels does the image have? Q16 IM needs 8 bytes per pixel. Do you have enough free space in the temporary area of your disk?
- 2015-02-27T05:43:33-07:00
- Forum: Users
- Topic: PSB to JP2 fails
- Replies: 5
- Views: 2937
PSB to JP2 fails
I just tried converting a PSB (Photoshop Big) file to JPEG-2000 using the simple form:
convert image.psb image.jp2
The system was busy for some fifteen minutes, before keeling over with no further output than "Abort trap: 6".
ImageMagick 6.9.0 via MacPorts, under OS X 10.10.2, on a late-2013 ...
convert image.psb image.jp2
The system was busy for some fifteen minutes, before keeling over with no further output than "Abort trap: 6".
ImageMagick 6.9.0 via MacPorts, under OS X 10.10.2, on a late-2013 ...