advertisement
Deals | News | Forums

The Forum is sponsored by 
 

AAPL stock: $444.08 ( +1.94 )

*Cached every 60 seconds. For live updating, Click Here

You are currently viewing the Tips and Deals forum
making animated GIFs
Posted by: Mr Downtown
Date: June 25, 2012 12:15PM
I'm working on a website that I want to be extremely mobile-friendly. For the landing page, we'd like to have a central image that cycles through three photos over and over. Obviously, we don't want to use a Flash-based solution, so I was thinking animated GIF would be the way to go. Yes?

If we want the image to be 400px wide, will the file size be killer? Would we set it up with frame after frame that's exactly the same, or set the "change" speed to be about every half-second? Recommended online resources or freeware to do this?
Options:  Reply • Quote
Re: making animated GIFs
Posted by: M A V I C
Date: June 25, 2012 12:18PM
No. Use JavaScript. If you use a GIF, it'll be ugly.

[www.google.com]




Help MacInTouch: Buy from Amazon? use this link [amazon.com]
Mac News & Info: [macintouch.com] [macnn.com] [tuaw.com]
Mac Benchmarks: [barefeats.com]
Used Mac Stuff [FS/T]: [macswap.org] LowEndMac Swap List
Mac Software Updates: [macupdate.com]
Fonts: [dafont.com] [fontspace.com]
Online Computer Store With Mac Support: [macsales.com]
Options:  Reply • Quote
Re: making animated GIFs
Posted by: bazookaman
Date: June 25, 2012 12:20PM
Using photos as GIFs animated or otherwise is going to yield a poor result due to the GIFs limited color space.




__________________________________
Never underestimate the predictability of stupidity
Options:  Reply • Quote
Re: making animated GIFs
Posted by: JoeM
Date: June 25, 2012 01:47PM
Animated GIFs are old school. JavaScript ilike MAVIC said.



JoeM
Options:  Reply • Quote
Re: making animated GIFs
Posted by: mikebw
Date: June 25, 2012 01:58PM
Quote
JoeM
Animated GIFs are old school.

That's what she said.
Options:  Reply • Quote
Re: making animated GIFs
Posted by: JoeM
Date: June 25, 2012 02:49PM
Quote
mikebw
Quote
JoeM
Animated GIFs are old school.

That's what she said.

Obviously the color palette is way too limited. Plus you can really see the banding around those jablonski's.



JoeM
Options:  Reply • Quote
Re: making animated GIFs
Posted by: mikebw
Date: June 25, 2012 03:42PM
OK then, let's see you post a JavaScript showing something better on the forum! big grin smiley
Options:  Reply • Quote
Re: making animated GIFs
Posted by: Buzz
Date: June 25, 2012 04:35PM
what's a"jablonski"...?
Options:  Reply • Quote
Re: making animated GIFs
Posted by: Buzz
Date: June 25, 2012 04:40PM
I'm used to seeing something like this...



that's why I asked...
Options:  Reply • Quote
Re: making animated GIFs
Posted by: JoeM
Date: June 25, 2012 07:14PM
Re: making animated GIFs
Posted by: JoeM
Date: June 25, 2012 07:15PM
Quote
Buzz
I'm used to seeing something like this...



that's why I asked...

Ur...no...that's not THESE jablonskis...



JoeM
Options:  Reply • Quote
Re: making animated GIFs
Posted by: Seacrest
Date: June 26, 2012 01:11AM
Quote
JoeM

(function(){
  var dd=36, i, div;
  div=document.createElement('div');
  for(i=0;i<dd;i++){
    div.appendChild(document.createTextNode('( . )( . )'));
  }
})();





Live from Berserkeley, California | Originally from the City of Brotherly Freakin' Love
Options:  Reply • Quote
Re: making animated GIFs
Posted by: JoeM
Date: June 26, 2012 08:01AM
Quote
Seacrest
Quote
JoeM

(function(){
  var dd=36, i, div;
  div=document.createElement('div');
  for(i=0;i<dd;i++){
    div.appendChild(document.createTextNode('( . )( . )'));
  }
})();

Nice tight code.



JoeM
Options:  Reply • Quote
Sorry, only registered users may post in this forum.

Click here to login