Images and Sprites - Reading Assignment

  1. What is the different between a simple PNG image and a sprite?
    Sprites are bitmap graphics which can be animated and are meant to form part of a larger scene. Multiple sprites can be contained in the same file.

  2. Can sprites be animated?
    Yes sprites can be animated, and were used for this extensively in early game development

2 Likes
  1. A PNG image is an image that does not interact with the source code of a software and the sprite does.

  2. Yes they can considering an sprite as an image that contains more images. i. e that Koop in super mario that turn into a flattened Koopa.

2 Likes
  1. A sprite is a bitmap file containing a collection of images and is designed to be part of a larger scene, whereas a PNG bitmap file contains a single image.

  2. Sprites can be animated.

1 Like
  1. What is the different between a simple PNG image and a sprite?
    PNG itself is strictly a single-image format. A Sprite is a animated images that is usually composed by diffrent images
  2. Can sprites be animated?
    Yes
2 Likes

What is the different between a simple PNG image and a sprite?
PNG image is just a static smage file.
Sprite is an image based object (a bitmap graphic) that can be static or animated.

Can sprites be animated?
Yes, sprites can be animated.

1 Like
  1. What is the different between a simple PNG image and a sprite? PNG is a file format where sprite is a type of image .
  2. Can sprites be animated? yes
1 Like
  1. What is the different between a simple PNG image and a sprite?
    A sprite is a graphic that’s part of a larger scene. It can interact with other sprites within that scene.

  2. Can sprites be animated?
    Yes! It can be static or animated.

1 Like
  1. What is the different between a simple PNG image and a sprite?
  • A png image is a static image file (format)
  • Sprite can be a png or in another format to be present on screen as an object the user interact with
  1. Can sprites be animated?
    Yes
1 Like
  1. What is the different between a simple PNG image and a sprite?
    PNG is a file format that can have transparent background

Sprite is a image used in design, for example to design a charactor.
Sprite can be integrated in a larger image

  1. sprites can be animated.
    YES
2 Likes
  1. What is the different between a simple PNG image and a sprite?
    A sprite is designed to be a part of a large scene of a game; and they can be downloaded and cached by a browser with a single request to the server.
  2. Can sprites be animated?
    Yes
1 Like
  1. What is the different between a simple PNG image and a sprite?
    • Png is a static image, while SPRITE is a (bitmap) digital matrix of dot , and every dot correspond
      a determin poiunt of screen
  2. Can sprites be animated?
    • yes, if we change the points of screen asigne a dot of sprite’s matrix
1 Like
1

Simple png is static can’t be animated and sprites are used as a part of a larger scene they can be static or animated

2

Yes they can be animated.

1 Like
  1. PNG is a file format, while sprite is an image which can take some formats such as PNG, Gif etc
  2. Yes.
1 Like
  1. What is the difference between a simple PNG image and a sprite?
    Sprites are bitmap graphics designed to be a part of a larger scene its composition can be static or animated. A PNG is a raster-graphics file format that supports lossless compression

  2. Can sprites be animated?
    yes

1 Like
  • What is the different between a simple PNG image and a sprite?
    A PNG image is static and usually has a static position. Sprites can be a static image or an animated graphic. In contrast to simple images sprites can interact with each other. For example there can be an explosion if two sprites collide.

  • Can sprites be animated?
    Sprites can be a static image or an animated graphic. It depends on the purpose of this sprite. In 2D games sprites usually move around. But sometimes sprites are also used as buttons or symbols in a software or at a website. In these cases the sprites are static most of the time. Sometimes you have a kind of click animation if a button is clicked, but usually a button doesn’t move around.

1 Like
  1. While a PNG is just an image sprites are interactive images that can be coded.
  2. Yes
1 Like
  1. What is the different between a simple PNG image and a sprite?
    While a PNG is static a sprite is one element of a larger scene which can interact with other sprites.
  2. Can sprites be animated?
    Yes
1 Like

1-. Sprites are a bitmaps and are usually small. Combined they (can) form a bigger images or in short “scene on the screen”. A PNG is a file format in form of a static image.
2. Yes.

2 Likes
  1. What is the different between a simple PNG image and a sprite?

A PNG Image is just an image or a file, whereas sprite can be used for anything can also be a part of a larger graphic.

  1. Can sprites be animated?

Yes sprites can be animated

2 Likes
  1. Image is static. Sprite can be static or animated. Sprite can consist of multiple images.
  2. Yes
1 Like