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?".
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 MacBook Pro 16GB/1TB.
The source PSB is 18GB - it's a cityscape stitched from 711 separate shots, making for an image that exceeds 65536 pixels horizontally, therefore unsuitable for almost any image file format other than PSB (which AutoPano Giga supports) and JPEG-2000 (which it doesn't, frustratingly).
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?
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.
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 0x0000000100db4707 in ?? ()
#1 0x00007fff5fbf43d0 in ?? ()
#2 0x0000000100db21ab in ?? ()
#3 0x00000001009050e0 in ?? ()
#4 0x0000000100905670 in ?? ()
#5 0x0000000100b00498 in ?? ()
#6 0x327023e0009056f0 in ?? ()
#7 0x327023e000000000 in ?? ()
#8 0x000000166a000000 in ?? ()
#9 0x0000000100c01b60 in ?? ()
#10 0x0000000100904fb0 in ?? ()
#11 0x0000000000000001 in ?? ()
#12 0x0000000100c0a9b0 in ?? ()
#13 0x00000001009056f0 in ?? ()
#14 0x0000000100905670 in ?? ()
#15 0x0000000101826000 in ?? ()
#16 0x0000000101829278 in ?? ()
#17 0x0000000100b00440 in ?? ()
#18 0x0000000100c01c00 in ?? ()
#19 0x00007fff5fbf9ee0 in ?? ()
#20 0x00000001008f447f in ?? ()
#21 0x0000000000000000 in ?? ()
(gdb)