Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 548 Bytes

File metadata and controls

27 lines (22 loc) · 548 Bytes

Load Image

Read image from BMP (bitmap) file, and then write it into another.

Input Output
input output

Usage

# C
$ cd ./load_image/C
$ make
$ ./load_image.o ../lena256.bmp

# RTL
$ cd ./load_image/RTL
$ make check
$ make simulate
$ make wave

# Confirm whether the two BMP images are the same
$ cd ./load_image
$ python3 compare.py 

BMP File Format

BMP format