Search found 12 matches

by wmichaelv
2014-02-19T21:20:28-07:00
Forum: Users
Topic: Remove Gradient Background
Replies: 12
Views: 6462

Re: Remove Gradient Background

I think I understand all the commands that I need. I just have to experiment and set the numbers properly now. Thanks for helping this hopeless kid. : )
by wmichaelv
2014-02-19T20:47:17-07:00
Forum: Users
Topic: Remove Gradient Background
Replies: 12
Views: 6462

Re: Remove Gradient Background

Thanks for the help, I have mastered the art of conversion now. I really do appreciate, and start to feel bad about myself for continuing this free service. I would love to buy you a lunch if we lived close by. Haha. A problem though, while the result is good, it doesn't store the opacity level of ...
by wmichaelv
2014-02-19T18:56:46-07:00
Forum: Users
Topic: Remove Gradient Background
Replies: 12
Views: 6462

Re: Remove Gradient Background

Thanks for the replies and assistances. I really appreciate them.

I'm having a bit of difficulty at converting the script into windows cmd. Haha

Edit:

I check that link you gave me, it's very helpful. It seems I'm required to provide a second background.
by wmichaelv
2014-02-19T16:09:01-07:00
Forum: Users
Topic: Remove Gradient Background
Replies: 12
Views: 6462

Re: Remove Gradient Background

Ah, sorry for the confusion.
What I want to do is to change this picture:

Image


Into:


Image
by wmichaelv
2014-02-19T14:57:30-07:00
Forum: Users
Topic: Remove Gradient Background
Replies: 12
Views: 6462

Re: Remove Gradient Background

I don't think it's about fuzzing. It's like you have this picture. http://i985.photobucket.com/albums/ae336/Voltorn/ASDbullet_zps9a1e5c1d.png And these backgrounds http://i985.photobucket.com/albums/ae336/Voltorn/asdBlack_zps69464081.png Black http://i985.photobucket.com/albums/ae336/Voltorn ...
by wmichaelv
2014-02-19T14:01:21-07:00
Forum: Users
Topic: Remove Gradient Background
Replies: 12
Views: 6462

Re: Remove Gradient Background

Thanks!!

The result looks good.

Image

But I'm wondering if there's a way to remove the gradient black background.
by wmichaelv
2014-02-19T11:14:36-07:00
Forum: Users
Topic: Remove Gradient Background
Replies: 12
Views: 6462

Remove Gradient Background

I browsed a bit on this forum about gradient coloring. There's a topic talking about pixels, there's a topic talking about color range. They have similar problem as me, but it's not exactly the same, so I don't really know what to type on the command prompt. This is my problem: I would like to ...
by wmichaelv
2014-02-15T19:09:03-07:00
Forum: Users
Topic: [solved]Crop To Display Only First Result
Replies: 2
Views: 1698

Re: Crop To Display Only First Result

Thanks, work perfectly!!!!
by wmichaelv
2014-02-15T18:31:23-07:00
Forum: Users
Topic: [solved]Crop To Display Only First Result
Replies: 2
Views: 1698

[solved]Crop To Display Only First Result

When I use

Code: Select all

convert test.jpg -crop 114x108! test.jpg
I ended up with test.jpg test-0.jpg test-1.jpg test-2.jpg, et cetera.

The right file is test-0.jpg, and I don't need test.jpg, test-1.jpg, test-2.jpg et cetera.

And I would like test-0.jpg to be renamed test.jpg.

Thank you.
by wmichaelv
2014-02-15T17:52:01-07:00
Forum: Users
Topic: [Solved]Alpha Background using another image. Multi-files.
Replies: 3
Views: 1416

Re: Alpha Background using another image. Multi-files.

Sorry for double post. I did this and it works like magic. FOR %a in (character0*.png) DO convert %a back.png ^ ( -clone 0 -channel a -separate +channel ) ^ ( -clone 0 -alpha off -fuzz 1% -transparent "rgb(248,0,248)" ) ^ ( -clone 1 -resize 114x108 ) ^ ( -clone 4 -clone 3 -compose over -composite ...
by wmichaelv
2014-02-15T17:44:42-07:00
Forum: Users
Topic: [Solved]Alpha Background using another image. Multi-files.
Replies: 3
Views: 1416

Re: Alpha Background using another image. Multi-files.

WOW, it works!!!!! Thanks man. : D


Just need to make it accept and produce multi files.
by wmichaelv
2014-02-15T16:15:47-07:00
Forum: Users
Topic: [Solved]Alpha Background using another image. Multi-files.
Replies: 3
Views: 1416

[Solved]Alpha Background using another image. Multi-files.

I would like to do the following: Before[raw]: http://i985.photobucket.com/albums/ae336/Voltorn/stand000_zps5de5d524.png ++++++++++++++++ http://i985.photobucket.com/albums/ae336/Voltorn/backA000_zps6700218a.png character0*.png [using *, intended to be multiple files] + back.png After [result]: http ...