![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |