Graphics

Share

What is "Graphics" in a Computer?

Computer graphics (or digital graphics) is a term used to refer to anything graphical related to the computer. Including:

  1. Images: photos, drawings, illustrations, scans, diagrams, etc.
  2. Graphical user interfaces (GUIs).
  3. Video: films, movies, animations, etc.
  4. Scalable graphics: vector images.
  5. 3D models.
  6. Any and all sorts of data visualizations.
  7. Image generation: fractals, generative AI, etc.
  8. Image and video editing.

Anything graphical done by the computer must be displayed on the screen as an image. We call the act of creating this image rendering. While the computer is generating ANY of the above, we ALWAYS call it rendering. Rendering a vector image, rendering a 3D model in a video-game, rendering buttons in an GUI, rendering a video or image by applying filters to it, rendering fractals, etc. It's always rendering.

Graphics computing generally benefits from a GPU (graphics processing unit). The better the GPU, the faster it's going to be.

Comments

Leave a Reply

Leave your thoughts! Required fields are marked *