return code 139
Posted: 2017-06-26T02:41:06-07:00
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
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
I can send the original image to you