Read image from BMP (bitmap) file, and then write it into another.
Input | Output |
---|---|
![]() |
![]() |
# 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