Lossy Run Length Encoding with run threshold



Simple RLE
Image
compress none lossless thresh=10 thresh=20 thresh=30 thresh=40
file size 16384 27016 13956 5716 3784 2436
reduction %100 %165 %85 %35 %23 %15



PackBits RLE
Image
compress none lossless thresh=10 thresh=20 thresh=30 thresh=40
file size 16384 16440 11311 5559 3750 2423
reduction %100 %101 %69 %34 %23 %15






Simple RLE
Image
compress none lossless thresh=10 thresh=20 thresh=30 thresh=40
num pkts
(40bytes)
410 692 327 140 94 73
reduction %100 %169 %80 %34 %23 %18



PackBits RLE
Image
compress none lossless thresh=10 thresh=20 thresh=30 thresh=40
num pkts
(40bytes)
410 420 270 134 92 72
reduction %100 %103 %66 %33 %23 %18