Releases: henriquesqs/BMP-Compressor-Decompressor
Releases · henriquesqs/BMP-Compressor-Decompressor
Release v1.2 - Bug fix
Fixed bug while running this application with cygwin64 / mingw-w64. If you were running older versions of this application, it would get stucked while trying to compress or descompress images using cygwin64 or mingw-w64 gcc compiler package.
Please, feel free to report any issues at Issues tab.
Licensed final version
Release under MIT license.
Final version
Changelog:
- Added some comments in order to make easier to understand some functions;
- Removed some unnecessary dynamically memory allocations on heap;
- Remove some useless functions that were used to test the program.
Please, report any erros in Issues tab. Also, remember to follow the instructions in README.
First version
The first version of this project is ready to use if you follow the instructions in README.
Please, report any erros in Issues tab.
Final version
Changelog:
- Added authors to the top of files;
- Added some comments in order to make easier to understand some functions;
- Removed some unnecessary dynamically memory allocations on heap;
- Remove some useless functions that were used to test the program.
Please, report any erros in Issues tab. Also, remember to follow the instructions in README.