Click to See Complete Forum and Search --> : making an image face opposite direction


Evenjos
12-26-2005, 02:36 AM
Hi everyone! I'm new here.

Anyway, I'm wondering if there's any way to make a graphic (specifically an animated .gif) face the opposite direction on my website. In other words, let's say I have an animated chicken .gif that faces right ... I'd like to make the chicken face left on my website. Is there any way to do this in HTML?

Thanks!

coothead
12-26-2005, 04:38 AM
Hi there Evenjos,

and a warm welcome to these forums. :)

This cannot be done with HTML.
You will need to extract all the frames from the animated gif, flip them
individually and then create a new animation.
If you do not have the means to do this, post the gif here and I am sure
that I or someone else will be able do it for you.

coothead

pcthug
12-26-2005, 07:50 AM
Yes, No HTML, CSS, JAVASCRIPT, ETC. Is going to be able to do that for you.
Just do as coothead said and flip the frames.

Evenjos
01-03-2006, 04:24 PM
Thanks for the advice! I was hoping for an easier way, but I can flip the individual frames and make a new .gif.