Search found 7 matches

by IamBGthegreat
2016-10-14T23:36:22-07:00
Forum: Users
Topic: Setting some background color in gifs
Replies: 4
Views: 5536

Re: Setting some background color in gifs

I'm setting some background color in some of my gifs. But this problem occurs, it doesn't fill the whole background.
Try something like this...

convert original.gif -coalesce -background green1 -alpha remove output.gif
That should lay the entire animation onto a green background. That ...
by IamBGthegreat
2016-10-14T20:35:30-07:00
Forum: Users
Topic: Setting some background color in gifs
Replies: 4
Views: 5536

Re: Setting some background color in gifs

Your white is not pure white, so you need to add -fuzz XX%

convert test.gif -fuzz 10% -transparent "white" result.gif


Hey, thanks for helping me. Here's the result with the fuzz: http://imgur.com/a/76VSI


Then I add the this code again:

convert .gif -fill green1 -opaque none .gif

http ...
by IamBGthegreat
2016-10-14T19:18:25-07:00
Forum: Users
Topic: Setting some background color in gifs
Replies: 4
Views: 5536

Setting some background color in gifs

I'm setting some background color in some of my gifs. But this problem occurs, it doesn't fill the whole background.

The problem: http://imgur.com/a/Yaipm

Original image: http://imgur.com/a/kbgEL


I'm running on windows 10, here's the code that I used:

convert .gif -transparent white .gif ...
by IamBGthegreat
2016-09-25T16:38:07-07:00
Forum: Users
Topic: Place background color in multiple images in an instance.
Replies: 10
Views: 9007

Re: Place background color in multiple images in an instance.

If you have a lot of files with the same background color and want to change them all to one new color such as pink to green, then you can use mogrify to process all the files in a folder. You should create a new empty folder to hold all the new ones. Say all your files are in folder test1 and you ...
by IamBGthegreat
2016-09-25T16:33:53-07:00
Forum: Users
Topic: Place background color in multiple images in an instance.
Replies: 10
Views: 9007

Re: Place background color in multiple images in an instance.

Colours near #f0f are called magenta, not pink.

When you look at the result in other programs such as Gimp, is the magenta still there? If not, then the problem is in your use of After Effects. Perhaps you need to tell it to regard the alpha channel, or something.


Yeah, just recently knew After ...
by IamBGthegreat
2016-09-25T16:07:04-07:00
Forum: Users
Topic: Place background color in multiple images in an instance.
Replies: 10
Views: 9007

Re: Place background color in multiple images in an instance.

Thanks for the reply guys. It was late night the time I post it and I couldn't state really well.

I download PNGs in this website http://infinitymugenteam.com/FrameSprites_MVC2.htm and I'm going to animate this PNG sequences in After Effects. I download the character specifically Jin

Problem is ...
by IamBGthegreat
2016-09-25T10:39:27-07:00
Forum: Users
Topic: Place background color in multiple images in an instance.
Replies: 10
Views: 9007

Place background color in multiple images in an instance.

http://graphicdesign.stackexchange.com/questions/16120/batch-replacing-color-with-transparency

Similar to that link, but I want to put background color in hudreds of PNG's. Tried many solutions, but still, doesn't work.

what am I going to do? please help.

P.S. I'm not really much of an internet ...