Mobile app version of vmapp.org
Login or Join
Heady304

: How can I delete border lines from a 2 frame gif in photoshop? I am creating an animated logo for my web site. It is a simple 2 frame gif. The only difference between the 2 frames is that

@Heady304

Posted in: #AdobePhotoshop #Animation #Gif #WebsiteDesign

I am creating an animated logo for my web site. It is a simple 2 frame
gif. The only difference between the 2 frames is that the first one has
a glowing object and the second one doesn't.

Here's the first frame.

Now, after hitting save for web, I choose not to use matte because the background color I am using on the website is a gradient.
And that creates this ugly thing.

As I said before, I can't just use matte because my website's background color is a grey and black gradient.

Is there anything I can do? I need this logo to be clean without lines and it needs to fit the gradient on my website.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Heady304

2 Comments

Sorted by latest first Latest Oldest Best

 

@Karen819

As Afterlame suggests, the best solution to your problem is either:


Include the gradient in your image so that it can render the half opacity drop shadow that you're looking for.


OR


Simulate your animation through CSS or JS. This is the vastly superior option, as it gives you complete control over your situation. You won't have to edit a gif, or any difficult, framed resource like that. You can simply create two static images and toggle them back and forth, even apply nifty animations and transitions. This is definitely the way to go in this case.


An example would be to have a DIV with a background of your first picture, and then put the second frame as an IMG inside of it. Using css/js, simply fade the enclosed IMG in and out to achieve the effect you're looking for.

10% popularity Vote Up Vote Down


 

@Si6392903

.gif does not support alpha transparency, that is the reason for the “line” around your logo. The easiest way would be to include the gradient in the background.

The only problem would be a dynamicly changing background.
To get alpha transparency on the web is using a .png, which does not support animations.
But since you only have two frames, you can simulate the animation with a simple CSS or JS Animation.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme