Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMP Compressor - 4/8 bit indexed images

Run

git clone https://github.com/PrefectSol/BMP-Compressor.git

cd BMP-Compressor

make

./output/main <input.bmp> <output.bmp>

Result codes:

  • success - 0
  • no_action - 1
  • cannot_open_bmp - 2
  • incorrect_file_type - 3
  • free_not_required - 4
  • memory_allocation_error - 5
  • already_compressed - 6
  • not_indexed_color_scheme - 7

About

// BMP Compressor - 4/8 bit indexed images

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages