Security111588
Security111588
gm('./background.jpg') .autoOrient() .resize(1000, 1000) .draw("image Over 100,300 0,0 './logo.png'") .write('./img/backgroundwithlogo.png', function(err) { if (!err) console.log('done'); }); this code is worked for me. 100,300 is watermark location. @digz6666
$:pod install podfile都写什么了??
@dengjunwen 已经404
‘Weex 的参数可以是 String 或者Map’ -Map是java的类,iOS对应的应该是字典。