Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 245 Bytes

README.md

File metadata and controls

7 lines (3 loc) · 245 Bytes

Image Expansion C++ Module

run g++ -std=c++14 expand_image.cc bitmap_image.hpp -o expand to compile code.

run ./expand [diff file name] [old lower res file name] to produce the higher res file from the diff and the lower res file.