Compression Algorithms App
This app implement some basic multimedia compression algorithms and some techniques used in multimedia like quantization using dart and flutter
Report bug
·
Request feature
This app is for implementing and simulating multimedia techniques and algorithms using flutter
Algorithm | Implemented |
---|---|
Samples Quantization with steps | ✅ |
Transformations (Scale - Rotate - Transform) | ✅ |
Simple Reptition | |
Run-Length Encoding (Encoding & Decoding) | ✅ |
Run-Length Encoding for binary images (Encoding Only) | |
Shannon-Fano (Encoding Only) | ✅ |
Huffman Coding (Encoding Only) | ✅ |
Arithmatic Coding (Encoding Only) | ✅ |
LZW (Encoding & Decoding) | ✅ |
- Flutter 1.12.13
- Dart 2.7.0
Logic is separated from design you can find all compression algorithms in services package and screen package contains all app screens
Code and documentation copyright 2020 the authors. Code released under the MIT License.
Enjoy