Use of GIF images

Reply

Join Date: Oct 2005
Posts: 1,283
Reputation: roryt will become famous soon enough roryt will become famous soon enough 
Solved Threads: 14
roryt's Avatar
roryt roryt is offline Offline
Nearly a Posting Virtuoso

Re: Use of GIF images

 
0
  #11
Jun 13th, 2007
In my opinion the web needs an image format that can be animated to an extent because it is as MattEvans said easier to implement and I what i was trying to say before was that Flash is just going to get more and more complex which is just going to make the file sizes bigger and bigger.

I think we just need a simple frame by frame animated image format for now... personally I think gif does the job pretty well. And as i said before PNG is no replacement.
PhotoShopthis
FlyingPen
If I have helped you please add to my reputation
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 91
Reputation: alienlinux is an unknown quantity at this point 
Solved Threads: 0
alienlinux's Avatar
alienlinux alienlinux is offline Offline
Junior Poster in Training

Re: Use of GIF images

 
0
  #12
Jun 14th, 2007
agreed, flash is proprietary anyway so cannot really be an option. i'd like to hear more about mng as nobody has covered this yet. i feel that there would maybe be advantages/disadvantages to using them and having the animations seperate from images like png/mng rather than bundled into one.

Also if I may add another idea to the soup, I read recently that you can use png or other image formats in CSS to create animated css and i would love to hear more about this too.

Thanks for all the responses so far
Reply With Quote Quick reply to this message  
Join Date: Oct 2005
Posts: 1,283
Reputation: roryt will become famous soon enough roryt will become famous soon enough 
Solved Threads: 14
roryt's Avatar
roryt roryt is offline Offline
Nearly a Posting Virtuoso

Re: Use of GIF images

 
0
  #13
Jun 14th, 2007
Do you mean like rollover animation? I suppose you could use gifs on hover which could create an animted effect. Other than that i am not sure... but very interested. Maybe you could link us to the article?
PhotoShopthis
FlyingPen
If I have helped you please add to my reputation
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 437
Reputation: Fungus1487 is on a distinguished road 
Solved Threads: 50
Fungus1487's Avatar
Fungus1487 Fungus1487 is offline Offline
Posting Pro in Training

Re: Use of GIF images

 
0
  #14
Jun 15th, 2007
im certain that animating an image in css would require some scripting and as far as im aware css contains no scripting?
When Autumn Falls [ http://www.whenautumnfalls.co.uk ] &&
Designdotworks [ http://www.designdotworks.co.uk ] Web / Graphic / Software Design
Reply With Quote Quick reply to this message  
Join Date: Oct 2005
Posts: 1,283
Reputation: roryt will become famous soon enough roryt will become famous soon enough 
Solved Threads: 14
roryt's Avatar
roryt roryt is offline Offline
Nearly a Posting Virtuoso

Re: Use of GIF images

 
0
  #15
Jun 15th, 2007
yeh... well You could make it look like its animated but it wouldn't be css doing anything more than just swapping one image with another
PhotoShopthis
FlyingPen
If I have helped you please add to my reputation
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 91
Reputation: alienlinux is an unknown quantity at this point 
Solved Threads: 0
alienlinux's Avatar
alienlinux alienlinux is offline Offline
Junior Poster in Training

Re: Use of GIF images

 
0
  #16
Jun 15th, 2007
thats exactly what it was roryt. i'll paste what code i have to demonstate but it doesn't work. then i'll google and see if i can find the original page
<body>
<a href="images/banner/layer12.png"><b>anim logo</b></a>
      <table width="75%" border="1" align="center">
        <tr> 
          <td><div align="center"><b>Frame&nbsp;1</b></div></td>
          <td><div align="center"><b>Frame&nbsp;2</b></div></td>
          <td><div align="center"><b>Frame&nbsp;3</b></div></td>
          <td><div align="center"><b>Frame&nbsp;4</b></div></td>
          <td><div align="center"><b>Frame&nbsp;5 </b></div></td>
          <td><div align="center"><b>Frame&nbsp;6 </b></div></td>
          <td><div align="center"><b>Frame&nbsp;7 </b></div></td>
          <td><div align="center"><b>Frame&nbsp;8 </b></div></td>
        </tr>
        <tr> 
          <td><img src="images/banner/layer1.png" width="640" height="58" alt=""/></td>
          <td><img src="images/banner/layer2.png" width="640" height="58" alt=""/></td>
          <td><img src="images/banner/layer3.png" width="640" height="58" alt=""/></td>
          <td><img src="images/banner/layer4.png" width="640" height="58" alt=""/></td>
          <td><img src="images/banner/layer5.png" width="640" height="58" alt=""/></td>
          <td><img src="images/banner/layer6.png" width="640" height="58" alt=""/></td>
          <td><img src="images/banner/layer7.png" width="640" height="93" alt=""/></td>
          <td><img src="images/banner/layer8.png" width="640" height="95" alt=""/></td>
          <td><img src="images/banner/layer9.png" width="640" height="95" alt=""/></td>
          <td><img src="images/banner/layer10.png" width="640" height="58" alt=""/></td>
          <td><img src="images/banner/layer11.png" width="640" height="58" alt=""/></td>
        </tr>
      </table>
</body>

no idea really what i am doing here, my css is pretty basic hehe
Reply With Quote Quick reply to this message  
Join Date: Oct 2005
Posts: 1,283
Reputation: roryt will become famous soon enough roryt will become famous soon enough 
Solved Threads: 14
roryt's Avatar
roryt roryt is offline Offline
Nearly a Posting Virtuoso

Re: Use of GIF images

 
0
  #17
Jun 15th, 2007
Good luck with the googling because that code doesn't show anything really.
PhotoShopthis
FlyingPen
If I have helped you please add to my reputation
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 91
Reputation: alienlinux is an unknown quantity at this point 
Solved Threads: 0
alienlinux's Avatar
alienlinux alienlinux is offline Offline
Junior Poster in Training

Re: Use of GIF images

 
0
  #18
Jun 15th, 2007
can't find the original page now but basically this but it wasn't a mouseover event, it ran all the time

http://www.cssplay.co.uk/menu/superanimation.html
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 437
Reputation: Fungus1487 is on a distinguished road 
Solved Threads: 50
Fungus1487's Avatar
Fungus1487 Fungus1487 is offline Offline
Posting Pro in Training

Re: Use of GIF images

 
0
  #19
Jun 15th, 2007
im pretty impressed that works but lets be serious who on gods green earth would use that technique ?
When Autumn Falls [ http://www.whenautumnfalls.co.uk ] &&
Designdotworks [ http://www.designdotworks.co.uk ] Web / Graphic / Software Design
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 91
Reputation: alienlinux is an unknown quantity at this point 
Solved Threads: 0
alienlinux's Avatar
alienlinux alienlinux is offline Offline
Junior Poster in Training

Re: Use of GIF images

 
0
  #20
Jun 16th, 2007
lol i dunno, again i expect it has its advantages/disadvantages. i noticed its use while groping google more in the sense of on-hover animation of link images. which were really cool.
http://www.webreference.com/programm...ion/index.html
this is the original one i believe as you can see it runs without doing anything.
after much googling it seems that a lot of people actually like the flip book idea and think its funny.
anyway that just leaves MNG because while animated CSS is cute and fun, it's no fun to make. anyone ever made an MNG? i'm gonna rip out gimp and rtfm and see if i can come up with something.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the IT Professionals' Lounge Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC