Search found 8 matches
- 2010-12-27T08:31:14-07:00
- Forum: Users
- Topic: Find the text in a image
- Replies: 2
- Views: 5385
Find the text in a image
Well I'm making this http://wikia.com bot that will go trough all images and see if it's a pmg (PimpMyGun.DoctorNoob.com (A piece of crap game that well builds guns)) and change name of it, I've built the bot that searches but I'm kinda stuck at the image part. The thing it should do is to look for ...
- 2010-11-02T22:22:04-07:00
- Forum: Users
- Topic: Removing single color shadow / White to transparent
- Replies: 3
- Views: 6903
Re: Removing single color shadow / White to transparent
Thank you anthony
- 2010-11-02T13:02:05-07:00
- Forum: Users
- Topic: Removing single color shadow / White to transparent
- Replies: 3
- Views: 6903
Removing single color shadow / White to transparent
Well I'm trying to add a remove shadow on my bot but I can't seem to get it right (like always) Image: http://img99.imageshack.us/img99/4374/ss20101102205918.png Close up: http://img99.imageshack.us/img99/4987/ss20101102205941.png Also, removing the white transparent out interrupting the image (if ...
- 2010-10-30T04:47:06-07:00
- Forum: Users
- Topic: [Resolved] Anti-alias image help.
- Replies: 10
- Views: 19940
Re: Anti-alias image help.
Thanks for all help
- 2010-10-29T17:32:25-07:00
- Forum: Users
- Topic: [Resolved] Anti-alias image help.
- Replies: 10
- Views: 19940
Re: Anti-alias image help.
you need to take the mask and make it binary. then blur the mask a little with a linear ramp blur, then make the ramp taper to cut out the outside part of the blur. Here are two ways to do that. You can adjust the -blur 1x65000 (change the 1 to 0.5 or 2 or whatever) as desired. convert Sir_amik ...
- 2010-10-29T13:29:27-07:00
- Forum: Users
- Topic: [Resolved] Anti-alias image help.
- Replies: 10
- Views: 19940
Re: Anti-alias image help.
Other example:
- 2010-10-29T12:38:16-07:00
- Forum: Users
- Topic: [Resolved] Anti-alias image help.
- Replies: 10
- Views: 19940
Re: Anti-alias image help.
Ok, I can't find anything <.<
- 2010-10-29T12:12:35-07:00
- Forum: Users
- Topic: [Resolved] Anti-alias image help.
- Replies: 10
- Views: 19940
[Resolved] Anti-alias image help.
Well I'm trying to make the image's edges soften so they don't look sharp (transparent background), and I can't seem to get it to work: convert "C:\imgs\a.png" -antialias "C:\imgs\a.png" So yea, I need some help here :/ And yes, I've been searching/tried things for 7 days, but nothing works :/ <.<