/image_converter

Course assignment of Computer Systems Winter 2020 @ McGill University

Primary LanguageAssembly

image_converter

An image converter written in MIPS assembly.

Features

  • read the image from a file
  • set_pixel and get_pixel
  • invert the image
  • rescale the image
  • write the image to the file

Description

  • image before conversion:

feep

  • image after conversion:

feepOut

Notice

Please do not copy any code from this repository for academic purposes.