I have a handful of props that are for a pre-rendered iOS game. But the ones I'm having trouble with are the ones that are animated. Typically, they're small looping animated for running water or glowing light. But what is the best way to display those?
I've looking into using .gif's but I don't want them to bog down my site or be super crappy quality. I'd prefer to show them at full res and looping.
Any suggestions?
Replies
http://ericchadwick.com/img/volcano_loop.gif
Kind of too big, but it has a lot of gradients, so it doesn't compress well. I did reduce it to 15fps, but the dithering and the frame size make it big.
Photoshop does a pretty good job with GIFs, it's also one of the best at dithering.
I like to use GIF Movie Gear, had a studio purchase it for me when I was making GIFs for them, has good optimization tools and it's cheap.
You could also look into Javascript for animating a list of PNG or JPG files.
I used gifs to showcase animations in my portfolio using photoshop. It allows you to set the lossy, transparency other pattern algorithms to reduce size.
Depending on the dimensions, you can get great quality with reasonable file sizes.
I would prefer to avoid putting flash stuff on my site and I feel like all the animations are small and short, that making a video out of them would be a bit much..
I'll mess around with gifs in photoshop..