Images and Sprites - Reading Assignment

Welcome to this assignment. Please answer the following questions from the lecture. Feel free to ask questions here as well if you need the help.

  1. What is the different between a simple PNG image and a sprite?
  2. Can sprites be animated?
4 Likes
  1. A png is file format for images while sprites can be in any format and can be programmed to be interactive.
  2. Yes, sprites can be animated.
4 Likes
  1. PNG is an image file format with lossless compression and supports transparency. PNG files are used to create sprites which is a collection of PNG files used to integrate graphics into a game.

  2. Sprites can be animated.

3 Likes
  1. What is the different between a simple PNG image and a sprite?
    PNG is static and sprite can be static or animation.
  2. Can sprites be animated?
    yes
2 Likes
  1. PNG - Image
  2. Sprite - a collection of PNG.
    Sprite = yes to animation
1 Like
  1. a PNG image is just a static image file, while Sprites are seperate projected images drawn on screen. You can use a PNG image as a spite in your game. To use it as an icon or something

  2. Sprites can be animated (ex. loop of different images like GIF's)

GreetZzzz :v:

2 Likes
  1. *What is the different between a simple PNG image and a sprite?
    PNG is an image format. Simple images are generally static. In reference to games a simple images might be a static background. A Sprite is an image based object that can be static or animated and represents an item in a game such as a character, a tree, a mob, etc.
  2. Can sprites be animated? Yes.
  1. What is the different between a simple PNG image and a sprite?
    A sprite is a bitmap graphic (raster family: a bunch of pixels where each pixel can get a different color).
    A sprite can be of different types: bmp / … /jpg / and also png. So the png file can be a sprite inside a game. You can make a sprite of your character that is a png file

  2. Can sprites be animated?
    Sprites can be animated

1 Like
  1. What is the different between a simple PNG image and a sprite?
    Sprites can be a static image or an animated graphic.

  2. Can sprites be animated?
    Yes

1 Like
  1. PNG images are purely static, while sprites can be coded to be interacted with in some manner or the other.

  2. Indeed they can, such as in The classic Zelda or the Original Binding of isaac

1 Like

What is the different between a simple PNG image and a sprite?

Sprite is a bitmap graphic that is part of a larger scene and can be in a variety of file formats (which include PNG). PNG format is lossless, unlike other potential sprite file formats. A PNG can not be directly animated (unlike a Sprite) but can be combined with other PNG files into an APNG and become animated.

2.Can sprites be animated?

Yes

  1. The difference is a sprite is a bitmap file which can be animated, whereas png is a static image file.
  2. Yes they can be animated.

Simple PNG images are static, while sprites can fit flexible purposes

Yes

  1. What is the different between a simple PNG image and a sprite?
    PNG is static and sprite can be static or animation.
  2. Can sprites be animated?
    yes
  1. A sprite is a bitmap graphic that is designed to be part of a larger scene. It can either be a static image or an animated graphic, while a simple PNG image is only static.

  2. Yes sprites can be animated.

  1. Simple PNG images are static, Sprites can be animated.
  2. Yes
  1. PNG is static and Sprite can be static or animation.
  2. Yes
  1. A simple PNG is a simple static image, whilst a sprite is designed to be part of a larger image screen.
  2. Sprites can be animated.

A sprite is a bitmap image designed to be part of a larger scene.
They can be integrated into the scene/screen using CSS.
When a large number of sprites are combined in a single image they can be downloaded and cached with a single server request. You can add custom graphics unsupported by the OS’s API using sprites. Yes they can be animated.

.png files are raster images.
I’m still not completely clear on that,
but they are subject to distortion when resizing.

https://techterms.com/definition/sprite

1 Like
1. What is the different between a simple PNG image and a sprite?
	a. it can either be static or animatid
2. Can sprites be animated?
	a. yes
1 Like