Skip to content

Commit

Permalink
Remove DC from dexcription.
Browse files Browse the repository at this point in the history
  • Loading branch information
flanglet committed Jul 14, 2015
1 parent c421ca8 commit e078b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kanzi

This project offers Java & Go code for manipulation and compression of data and images.
The goal is to provide clean APIs and really fast implementation.
It includes lossless compression codecs (Huffman, Range, LZ4, Snappy, PAQ), color model transforms, resampling, wavelet, DCT, Hadamard transform, bit stream manipulation, Burrows-Wheeler (BWT), Distance Coding and Move-To-Front transform, run length coding, etc ...
It includes lossless compression codecs (Huffman, Range, LZ4, Snappy, PAQ), color model transforms, resampling, wavelet, DCT, Hadamard transform, bit stream manipulation, Burrows-Wheeler (BWT) and Move-To-Front transform, Run Length coding, etc ...
It also provides video filters such as fast Gaussian filter, Sobel filter and constant time bilateral filter.


Expand Down

0 comments on commit e078b30

Please sign in to comment.