BMP Compression using RLE8

Compress images using RLE.

Sie verfolgen jetzt diese Einreichung

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.

Zitieren als

Aymen Moukdad (2026). BMP Compression using RLE8 (https://de.mathworks.com/matlabcentral/fileexchange/56454-bmp-compression-using-rle8), MATLAB Central File Exchange. Abgerufen .

Quellenangaben

Inspiriert von: RLE de/encoding

Kategorien

Mehr zu Denoising and Compression finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.1.0.0

Fixed some comments.

1.0.0.0