Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I study "Fundamentals of Multimedia : Ze-Nian Li , Mark S Drew" but , I didn't understand the meaning of "sprite". now Can someone explain me the meaning of "sprite"? and please explain me one algorithm for it. tnx

share|improve this question

closed as not a real question by casperOne Jun 4 '12 at 20:23

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

According to Wikipedia:

In computer graphics, a sprite is a two-dimensional image or animation that is integrated into a larger scene.

However, I'm not sure if it can indeed be an animation. As far as I know the term a sprite is a single-frame still image. Multiple sprites of a figure can be used to make an animation.

For example, in a side-scrolling 16-bit game (such as the old Mario game), there's a sprite for mario standing still, two sprites for a running mario, etc. Upon input of the player the corresponding sprites are shown, animated or not.

I also think SO is not the best site to ask such a question, I recommend graphicdesign.stackexchange.com

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.