BMP Compression using RLE8

版本 1.1.0.0 (2.9 KB) 作者: Aymen Moukdad
Compress images using RLE.
206.0 次下载
更新时间 2016/4/9

查看许可证

This program creates compressed BMP file using RLE8.
Notes :
• the header is BITMAPINFOHEADER (40 bytes).
• it works on 8 bits per pixel images (with or without colormap).
• it works on 24 bits per pixel images by turning them to indexed images.
• the colormap size must be 256 x 3.

引用格式

Aymen Moukdad (2024). BMP Compression using RLE8 (https://www.mathworks.com/matlabcentral/fileexchange/56454-bmp-compression-using-rle8), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Denoising and Compression 的更多信息
致谢

参考作品: RLE de/encoding

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Fixed some comments.

1.0.0.0