Search found 22 matches

by ooker
2014-07-25T07:14:51-07:00
Forum: Users
Topic: How to convert line to line stroke or dotted line?
Replies: 3
Views: 1805

How to convert line to line stroke or dotted line?

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.
by ooker
2014-07-25T00:08:15-07:00
Forum: Users
Topic: How to erase everything inside a border?
Replies: 26
Views: 7596

Re: How to erase everything inside a border?

Sorry, when I used your "lastest" code, I didn't notice that I just pasted the old code.

(Since you have delete your post, can you also delete this one? I can't find anywhere to delete this.)
by ooker
2014-07-24T23:59:37-07:00
Forum: Users
Topic: How to erase everything inside a border?
Replies: 26
Views: 7596

Re: How to erase everything inside a border?

Your latest code works perfectly. Thank you :D
Image
by ooker
2014-07-24T23:55:25-07:00
Forum: Users
Topic: How to erase everything inside a border?
Replies: 26
Views: 7596

Re: How to erase everything inside a border?

Ahhhh, I see. After I change the position of the object to the better position, the command works. Thank you so much :D
by ooker
2014-07-24T23:33:28-07:00
Forum: Users
Topic: How to erase everything inside a border?
Replies: 26
Views: 7596

Re: How to erase everything inside a border?

Yes it is. I want the output is like this:
Image

The white square you see is when I erased it and forgot to make it transperate again.

Edited: Just see your edited post. Thank you for your help.
by ooker
2014-07-24T23:00:59-07:00
Forum: Users
Topic: How to erase everything inside a border?
Replies: 26
Views: 7596

Re: How to erase everything inside a border?

Thanks, your command works. However it only works for small objects, it doesn't for a larger and more complicate one. Input: http://www.upsieutoc.com/images/2014/07/25/overlaycba2f.png Result: http://www.upsieutoc.com/images/2014/07/25/result.png If possible, the small dot outside the border should ...
by ooker
2014-07-24T11:06:10-07:00
Forum: Users
Topic: How to erase everything inside a border?
Replies: 26
Views: 7596

How to erase everything inside a border?

I have many monochrome images which always have a closed border. I want everything inside that border to be cleared, the output is only the border. Input: http://www.upsieutoc.com/images/2014/07/25/e1.png Output: http://www.upsieutoc.com/images/2014/07/25/e.png If you have a direct option, then it's...