I have referred many codes from the sites for compressing
bitmap using RLE compression but its not useful.
Actually I am doing project in c# windows application
to compress image into video format(.avi) by applying
various compression by using avifi32.dll
. By using this
dll only Intel IYUV codec, Cinepak Codec, Microsoft Video
1 Compressions are working. But RLE is not supported.
So I want to apply manually RLE Compression on bitmap.
Any help is appreciated.
Referred Sites:
http://www.codeproject.com/Articles/105595/RLE-Compression-for-Bitmaps
http://www.codeproject.com/Articles/9370/RunLength-Compression