uma needs to output an image, but she also needs to be able to scale its dimensions later. which file type…

uma needs to output an image, but she also needs to be able to scale its dimensions later. which file type should she use? (1 point) jpeg gif eps png

uma needs to output an image, but she also needs to be able to scale its dimensions later. which file type should she use? (1 point) jpeg gif eps png

Answer

Brief Explanations:

  • JPEG: It is a raster - based format. When scaled, especially when scaled up, it can lose quality due to pixelation.
  • GIF: It is also a raster format. It has limitations in color depth (up to 256 colors) and is mainly used for simple animations or images with a limited color palette. Scaling it can lead to visual artifacts.
  • EPS (Encapsulated Post - Script): It is a vector - based format. Vector formats store images as mathematical equations rather than pixels. This allows for easy scaling without loss of quality.
  • PNG: It is a raster format (although it has some features like transparency that are useful). But like JPEG and GIF, when scaled, it can suffer from pixelation issues as it is based on pixels.

Answer:

EPS