HighDots Forums  

jpeg photo animation ???

alt.html.tags alt.html.tags


Discuss jpeg photo animation ??? in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sam
 
Posts: n/a

Default jpeg photo animation ??? - 04-08-2005 , 10:00 PM






I want to animate jpg images an web page, I have a sculpture I want to put on my web page revolving to show the sculpture in 3D created from about 30 jpg photos I think would run fairly smooth, I can do it with gif images, but having a hard time finding how to do it with jpg files. any help appreciated, thanks,

--
mcleodb3ca55 (AT) 55yahoo (DOT) com
Remove the 55 -55 to reply

Reply With Quote
  #2  
Old   
David Dorward
 
Posts: n/a

Default Re: jpeg photo animation ??? - 04-09-2005 , 12:30 PM






Sam wrote:

Quote:
I want to animate jpg images an web page, I have a sculpture I want to put
on my web page revolving to show the sculpture in 3D created from about 30
jpg photos I think would run fairly smooth, I can do it with gif images,
but having a hard time finding how to do it with jpg files.
The GIF image format supports animation. JPEG doesn't. You could look at
MJPEG (motion JPEG), but that needs to be treated as random-embedded-media
(i.e. use <object>), not as a regular image and has weaker browser support.
You could also look at having a number of static, and separate, images and
use JavaScript to change them in the browser on a timer.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is


Reply With Quote
  #3  
Old   
Sam
 
Posts: n/a

Default Re: jpeg photo animation ??? - 04-10-2005 , 01:32 AM



That's what I'm looking for, the java script to change static, and
separate, images in the browser on a timer to get a revolving 3D image on my
web page. Would anyone happen to have the script or a link to a site where I
could find It. I have done some searches bet haven't come up with it, Thanks


--
mcleodb3ca55 (AT) 55yahoo (DOT) com
Remove the 55 -55 to reply
"David Dorward" <dorward (AT) yahoo (DOT) com> wrote

Quote:
Sam wrote:

I want to animate jpg images an web page, I have a sculpture I want to
put
on my web page revolving to show the sculpture in 3D created from about
30
jpg photos I think would run fairly smooth, I can do it with gif images,
but having a hard time finding how to do it with jpg files.

The GIF image format supports animation. JPEG doesn't. You could look at
MJPEG (motion JPEG), but that needs to be treated as random-embedded-media
(i.e. use <object>), not as a regular image and has weaker browser
support.
You could also look at having a number of static, and separate, images and
use JavaScript to change them in the browser on a timer.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/
Home is where the ~/.bashrc is



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.