eivindfjeldstad / imagemagick-stream

Streaming Imagemagick API
MIT License
92 stars 23 forks source link

Annotating #19

Closed sumanla13a closed 8 years ago

sumanla13a commented 8 years ago

I added im().set('annotate', '+0+20 "text'"). But it says Error: convert: invalid argument for option-annotate': +0+20 "text"`

how do we do this? Also does adding higher density while streaming work?

eivindfjeldstad commented 8 years ago

fixed in 4.1.0. .annotate('+0+20', "'text'") should work:)

sumanla13a commented 8 years ago

@eivindfjeldstad great thanks :)