Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.383.796 Times

Run Length Encoding software
Filter: All | Freeware | Demo
 

Run Length Encoding

1 2 3 4 5 > 
Added: April 20, 2013 | Visits: 386

RLE de/encoding A simple (de)compression program using Run Length Encoding.Compression is done that easy:compressedData = rle(originalData);Decompression:originalData = rle(compressedData)



Platforms: Matlab

License: Freeware Size: 10 KB Download (49): RLE de/encoding Download

Added: June 15, 2013 | Visits: 423

Gray Level Run Length Matrix Toolbox This toolbox provides several state of the art high order run length matrix statistics for image analysis.Currently supported features are:1. 0,45,90,135 direction run-length matrix2. Fully vectorized coding style3. Inputs checking using MATLAB style4. 11 various statistics include:Short Run...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Gray Level Run Length Matrix Toolbox Download

Added: April 26, 2013 | Visits: 448

RLE coding rle:Run Length Encoding, use it to compress a vector of values.irle:Inverse Run Length Encoding, use it to reconstruct a vector of values.Readme:Help, how you can use this code.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): RLE coding Download

Added: October 24, 2013 | Visits: 256

BIRLE BIRLE is a bijective Run Length Encoding (RLE) compressor implemented in Java. Like BIAC, it is another port of a compressor which was written by Mark Nelson and modified to make bijective by David Scott. I've modified it in such a way that it is no longer compatible with the original. I felt...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 9.22 KB Download (39): BIRLE Download

Added: April 10, 2013 | Visits: 422

GRAY LEVEL RUN LENGTH MATRIX THIS PROGRAM HELPS TO CROP A REGION OF INTEREST MANUALLY FROM AN IMAGE AND IT COMPUTES SEVEN TEXTURE PARAMETERS VIZ.,1. SHORT RUN EMPHASIS (SRE)2. LONG RUN EMPHASIS(LRE)3. GRAY LEVEL NON-UNIFORMITY (GLN)4. RUN PERCENTAGE (RP)5. RUN LENGTH NON-UNIFORMITY (RLN)6. LOW GRAY LEVEL RUN EMPHASIS...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): GRAY LEVEL RUN LENGTH MATRIX Download

Added: August 29, 2013 | Visits: 547

List Video Codecs, FourCC This function GETFOURCC gives a list of available Video encoder-codecs in the current Windows installation. The FourCC code of a codec in the list can be used to select a custom compressor in the AVIFILE function. Usage : getfourcc , Will display a list with available video codecs or L =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): List Video Codecs, FourCC Download

Added: March 12, 2006 | Visits: 4.417

HS Compress C Source Library 1.0 HS Compress is a software library (supplied with full C source code) which provides a programmer with a lossless compression / decompression algorithm based on RLE (runtime length encoding) The library may be used in telecommunications application or for fixed data compression.


Platforms: Windows, Windows CE

License: Freeware Size: 324 KB Download (438): HS Compress C Source Library 1.0 Download

Released: May 03, 2007  |  Added: May 09, 2007 | Visits: 2.182

X360 Tiff to Pdf Image ActiveX OCX X360 Tiff to Pdf Image ActiveX OCX help you to convert TIFF Group Images into a PDF document. It supports Compressed, Group3, Group4, PackBits, Run Length Encoded, Color, Gray scale, 8 bit, 16 bit, 32 bit, and many more Tiff image formats. Plug it directly into your existing application. You can...


Platforms: Windows

License: Shareware Cost: $49.90 USD Size: 3.35 MB Download (118): X360 Tiff to Pdf Image ActiveX OCX Download

Added: August 27, 2008 | Visits: 1.695

HS Compress C Source Library HS Compress is a software library (supplied with full C source code) which provides a programmer with a lossless compression / decompression algorithm based on RLE (runtime length encoding) The library may be used in telecommunications application or for fixed data compression. *HOW IT WORKS:...


Platforms: Windows, Windows CE

License: Freeware Size: 324 KB Download (196): HS Compress C Source Library Download

Added: May 06, 2013 | Visits: 361

Binary image edge detector The file contains two functions:edgechaincode - Binary image edge detector, 4 and 8 directions.Can be used as the first step in chain code compression.runlength - Run-Length encoding of binary image.Does not contain decoding.Probably can be done without loops.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Binary image edge detector Download

Added: June 04, 2013 | Visits: 301

Binary image edge detector. The file contains two functions:edgechaincode - Binary image edge detector, 4 and 8 directions.Can be used as the first step in chain code compression.runlength - Run-Length encoding of binary image.Does not contain decoding.Probably can be done without loops.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Binary image edge detector. Download

Added: June 04, 2013 | Visits: 528

JPEG Compression (DCT) JPEG compression using Discrete Cosine Transform TechniqueIn this code, Run Length Encoding is used to compress the Normalized DCT Coefficients, and corresponding Decoding techniques are used to decompress the image.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): JPEG Compression (DCT) Download

Added: August 17, 2008 | Visits: 1.116

JurikSoft Compression Library JurikSoft Compression Library is a .NET componentwith a set of methods, which allow Compress array of bytes using lossless compression algorithms.Current version of compression library include following compression algorithms: LZSS, Adaptive and Non-Adaptive Prefix Codes and Run Length Encoding...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 800 KB Download (503): JurikSoft Compression Library Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 634

Lagarith Lossless Video Codec Lagarith is a lossless video codec intended for editing and archiving. Lagarith offers better compression than codecs like Huffyuv, Alparysoft, and CorePNG. There are a few lossless codecs that can compress better than Lagarith, such as MSU and FFV1; however Lagarith tends to be faster than these...


Platforms: Windows

License: Freeware Size: 440 KB Download (60): Lagarith Lossless Video Codec Download

Added: July 07, 2013 | Visits: 344

Image compression based on DCT compdct.m:main code to compress an image we only run compdct.mdecompdct.m:to decompress an image we only run compdct.mresize.m:proba.m:zigzag.m:zigzag scan for bloc [8 8]zigzaginv.m:inverse zigzag scan for bloc [8 8]zigzag16.m:zigzag scan for bloc [16 16]zigzinv16.m:inverse zigzag scan for bloc...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (44): Image compression based on DCT Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 1.250

X360 Tiff to Pdf Image ActiveX Control X360 Tiff to Pdf Image ActiveX Control allows application developers and programmers to convert TIFF or multi-page TIFF images into a PDF document. Also, you can combine images and create a new multi-page PDF. It supports Uncompressed, Group3 Fax, Group4 Fax, JPEG, LZW, PackBits, Run Length...


Platforms: Windows

License: Freeware Download (52): X360 Tiff to Pdf Image ActiveX Control Download

Added: May 28, 2013 | Visits: 576

4B/5B Encoder line - Codificador de Linea 4B/5B Codificador de linea 4B/5B escrito en Matlab, presentado en un GUIDE, codifica longitud sin restriccion y presenta el espectro de la senal.4B/5B Encoder line written in Matlab, presented in a GUIDE, unrestricted length encoding and presents the spectrum of the signal.No tiene restricciones en la...


Platforms: Matlab

License: Freeware Size: 1.94 MB Download (51): 4B/5B Encoder line - Codificador de Linea 4B/5B Download

Added: June 17, 2013 | Visits: 261

nsts NS-2 Trace Statistics is a tool for easy generation of summary statistics from Network Simulator trace files, such as: total and network delay, packets generated, sent, received and dropped, run length histograms and MRU stack depth.


Platforms: *nix

License: Freeware Size: 133.12 KB Download (34): nsts Download

Released: September 07, 2013  |  Added: October 02, 2013 | Visits: 1.134

Kat CD Ripper Kat CD Ripper is another great free software brought to you by Goodkatshare.com. It is an excellent all-in-one music device designed to extract Digital Audio tracks from an Audio CD into either WAV files or directly to compressed files like MP3 or Ogg preserving the original quality of the sound....


Platforms: Windows

License: Freeware Size: 2.91 MB Download (105): Kat CD Ripper Download

Added: August 03, 2008 | Visits: 881

x360soft Tiff to Pdf Image ActiveX SDK X360 Tiff to Pdf Image ActiveX OCX help you to convert TIFF Group Images into a PDF document. It supports Compressed, Group3, Group4, PackBits, Run Length Encoded, Color, Gray scale, 8 bit, 16 bit, 32 bit, and many more Tiff image formats. Plug it directly into your existing application. You can...


Platforms: Windows

License: Shareware Cost: $49.90 USD Size: 3.43 KB Download (90): x360soft Tiff to Pdf Image ActiveX SDK Download

1 2 3 4 5 >