Ali Elamrani Elhanchi
Ali Elamrani Elhanchi
Hi! You can use ImageMagick's caption and the .out(...) function which is poorly documented in my opinion. Example: .out('-size', '400x', 'caption: "text to be wrapped"') => the text to be...
Hi! You can use the .out(...) function which is poorly documented in my opinion. Example: .out('-size', '400x', 'caption: "text to be wrapped"') => the text to be wrapped will be...
I ran into the same problem and what worked for me was adding .out('-composite') right after .out('-caption: "text to be wrapped"'). From what I understood the composite commande merges the...
Hi Vince, I just ran into the same issue and for our case, in which we invoke our Lambdas through API Gateway, enabling the "Use Lambda Proxy integration" option in...