Page 1 of 1
How to convert line to line stroke or dotted line?
Posted: 2014-07-25T07:14:51-07:00
by ooker
I have tried using
Code: Select all
convert line.png -fill white -stroke black -strockwidth 0 line_stroke.png
but noting changes. What should I do? Thank you.
Re: How to convert line to line stroke or dotted line?
Posted: 2014-07-25T08:13:20-07:00
by snibgo
"-fill", "-stroke" and "-strokewidth" are settings for operations that follow. But you have no operations.
Re: How to convert line to line stroke or dotted line?
Posted: 2014-07-25T10:14:22-07:00
by ooker
so what operation should I use?
Re: How to convert line to line stroke or dotted line?
Posted: 2014-07-25T10:44:15-07:00
by fmw42
Best if you provide your input image and explain what it is you want to do with it. snibgo is saying that you have all settings and no operators to use those settings.