murrayismemelai / Bitmap-File-Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitmap-File-Processing

practice bmp file i/o,quantization and scaling

Compile

make

Run the executable

./main [mode] [input file]

mode

0 : I/O

1 : quantization

2 : scaling fix with scaling factor 1.5

About


Languages

Language:C++ 99.3%Language:Makefile 0.7%