首页> 外文期刊>Silicon Chip >RLE compression
【24h】

RLE compression

机译:

获取原文
获取原文并翻译 | 示例

摘要

RLE stands for run length encoding and takes advantage of repetitive values in data;in this case,runs of the same pixel colour.RLE has existed in displays and computing for at least 50 years.RLE is used in the JPEG image standard(although it is only part of the compression used there).It was also used by fax machines(remember them?.For our implementation,rather than storing bitmap data,the data encodes a run of pixels of the same state(on/off).The top bit indicates whether the pixels are on or off(ie,add 128 for on pixels),while the remaining seven lower bits encode the number of consecutive pixels with that property.Fig.b shows a glyph encoded using our RLE strategy.This small font is not a great example for this sort of compression,as the resulting data has ballooned from eight bytes up to 25 bytes.
机译:RLE 代表运行长度编码,并利用数据中的重复值;在本例中,运行相同的像素颜色。RLE 在显示器和计算领域已经存在了至少 50 年。RLE 用于 JPEG 图像标准(尽管它只是那里使用的压缩的一部分)。传真机也使用它(还记得吗?对于我们的实现,数据不是存储位图数据,而是对相同状态(开/关)的像素进行编码。顶部位指示像素是打开还是关闭(即,为打开像素添加 128),而其余 7 位则使用该属性对连续像素数进行编码。图b显示了使用我们的RLE策略编码的字形。这种小字体不是这种压缩的好例子,因为生成的数据已经从 8 个字节膨胀到 25 个字节。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号