Re: compression



hi,
thanks a lot.. i did think of it but as i said my input data is
random in nature so RLE really does not give me great ratios.. i am
lookin for somethin in the range of 32 to 64 atleast... also my
compression has to be performed at the bit level itself...
thanksa
gaurav
> You might want to consider run-length encoding compression, even
> though you might not get much compression out of it since you might
>
> not see too many long runs of 1's or 0's to justify it as the bits
> you
> say are generated at random. RLE is best if your data has lots of
> repetitive sequentionally occuring bits.
>
> Nasser
.



Relevant Pages

  • Re: RLE & RGB to YBR_FULL
    ... "It is unusual to use an RGB colorspace for RLE compression, ... Does this mean if I RLE encode an image and do color space conversion ...
    (comp.protocols.dicom)
  • Re: JPEG2000
    ... We are in need of a compression meganism that is capable of compressing ... use larger pixels/fewer bits per pixel. ... maybe huffman and some manner of filtering "could" get it a little higher, ... huffman coder has rle. ...
    (comp.compression)
  • Re: GetThumbnailImage increases file size
    ... ResizeAndSaveToAll = ResizedImg.Size.ToString is not nessesarly the ... That your orignial image was only 42k suggests it was using rle ... compression. ... together and the length of consequative identical pixel sequences is ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Fujitsu NetCOBOL for .NET
    ... With a 69-byte "text" file, I doubt you'd get much compression, if ... from RLE; plain ASCII text (which I assume is what we're dealing ... LZ77 doesn't require much table space. ... symbols in LZ77 output refer back to earlier data: ...
    (comp.lang.cobol)
  • fast universal compression scheme and its implementation in VHDL
    ... my name is Jens and I am student of the Technical University Berlin. ... my course of study in microelectronics VHDL design is becoming my favorite ... My other interests are signal processing and compression in general. ... - as the input data is unknown the álgorithm must be lossless, ...
    (comp.arch.fpga)