Run-length colour encoding
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| Line 1: | Line 1: | ||
| {{FormatInfo | {{FormatInfo | ||
| |formattype=electronic | |formattype=electronic | ||
| − | |subcat= | + | |subcat=Compression | 
| }} | }} | ||
| '''Run-length colour encoding''' is an implementation of [[Run-length encoding|RLE compression]] for raster image data. It is pixel-oriented, and can be used on image data having almost any color type. | '''Run-length colour encoding''' is an implementation of [[Run-length encoding|RLE compression]] for raster image data. It is pixel-oriented, and can be used on image data having almost any color type. | ||
| Line 8: | Line 8: | ||
| * [http://www.itu.int/rec/T-REC-T.45/en ITU-T Rec. T.45] | * [http://www.itu.int/rec/T-REC-T.45/en ITU-T Rec. T.45] | ||
| − | [[Category: | + | [[Category:Graphics]] | 
Latest revision as of 21:48, 11 November 2015
Run-length colour encoding is an implementation of RLE compression for raster image data. It is pixel-oriented, and can be used on image data having almost any color type.