Page 1 of 1

return code 139

Posted: 2017-06-26T02:41:06-07:00
by JimiInChina
Image

there is some error occured when i composite the image with a white bacground by GraphicMagic
but if i do it by ImageMagick ,it is run.
is there some one can teach me what is wrong with it ?

Code: Select all

convert -size 4365x1548 xc:white +profile * back.jpg

Code: Select all

gm composite -geometry +1000+1000 crop.jpg back.jpg result.jpg
this is the error info:

Code: Select all

Problem event name: APPCRASH
Application Name: gm.exe
Application version: 14.11.0.0
Application time stamp: 513ce559
Fault module name: CORE_RL_magick_.dll
Fault module version: 14.11.0.0
Fault module timestamp: 513ce4d6
Exception code: c0000005
Exception offset: 0000000000007a5c
OS version: 6.1.7601.2.1.0.256.1
Zone setting ID: 2052
Other information 1: 6a24
Other information 2: 6a245d961b031990e25ea4fca152e3d8
Other information 3: 547c
Other information 4: 547c70534c07d46d9bfe800b4857b518
my email:rockblue1988@gmail.com
I can send the original image to you

Re: return code 139

Posted: 2017-06-26T03:38:54-07:00
by snibgo
ImageMagick and GraphicsMagick are two different systms.

This is an IM forum. If something doesn't work in GM, I suggest you consult GM documentation or a GM forum.

Re: return code 139

Posted: 2017-06-26T19:37:51-07:00
by JimiInChina
snibgo wrote: 2017-06-26T03:38:54-07:00 ImageMagick and GraphicsMagick are two different systms.

This is an IM forum. If something doesn't work in GM, I suggest you consult GM documentation or a GM forum.
thank you