ras: rle decode

Added support for RLE compressed images. This patch makes the player almost complete allowing to read all type 1,2 and 3 RAS files. Only types 4 and 5 are missing which are images converted from TIFF and IFF.
This commit is contained in:
Mirco Miranda
2023-08-29 09:11:35 +00:00
committed by Albert Astals Cid
parent 4badb3088e
commit 9173f02ea3
8 changed files with 106 additions and 16 deletions

View File

@ -21,7 +21,7 @@ The following image formats have read-only support:
- OpenRaster (ora)
- Photoshop documents (psd, psb, pdd, psdt)
- Radiance HDR (hdr)
- Sun Raster (ras)
- Sun Raster (im1, im8, im24, im32, ras, sun)
The following image formats have read and write support: