Closed sumanla13a closed 8 years ago
I added im().set('annotate', '+0+20 "text'"). But it says Error: convert: invalid argument for option-annotate': +0+20 "text"`
im().set('annotate', '+0+20 "text'")
Error: convert: invalid argument for option
how do we do this? Also does adding higher density while streaming work?
fixed in 4.1.0. .annotate('+0+20', "'text'") should work:)
.annotate('+0+20', "'text'")
@eivindfjeldstad great thanks :)
I added
im().set('annotate', '+0+20 "text'")
. But it saysError: convert: invalid argument for option
-annotate': +0+20 "text"`how do we do this? Also does adding higher density while streaming work?