-
-
-
-
-
-
-
-
-
[
Matlab]
RLC.zip
This algorithm helps to compress the images using DCT-Run length coding technic.
-
[
Delphi]
Compression.zip
... ). Based on Ziv-Lempel basic algorithm.
Simple.. not fast nor really "compressive" :).
Create(A) a ZIP by passing in the stream A you want as source/destination. Call Add(B) to compress a stream B into A. Call Extract(B) to decompress stream A into B.
-