-
-
sceadan
...
- Skewness
- Kurtosis
- Compressed item length -- Burrows-Wheeler algorithm (bzip)
- Compressed item length -- Lempel-Ziv-Welch algorithm (LZW used by zlib and gzip)
- Average contiguity between bytes
- Max byte streak
- Low ASCII frequency
- Medium ...
-
TIFFfile
... 1.1 (optional for plotting)
* tifffile.c_ 2012.01.01 (optional for faster decoding of PackBits and LZW encoded strings)
Example
-------
::
>>> from tifffile import TIFFfile
>>> data = numpy.random.rand(301, 219)
>>> imsave('temp.tif', ...
-
gdal_reclassify
... the ouput data type.
-p:
>GDAL compression method. Examples:'COMPRESS=LZW','COMPRESS=PACKBITS','COMPRESS=DEFLATE' or 'COMPRESS=JPEG'. By default ... , 3, 4, 5" -d 0 -n true -p "COMPRESS=LZW"
Notes:
------
>Input classes are processed using numpy.select. ...
-
turbo-pascal-archive
... translation functions;
* User Interface: basic usage of unit Crt and advanced usage with library Turbo Vision;
* Compression: LZW compression tool;
* Translators: Turbo Pascal to C language translator;
* Files: source code of popular DOS Navigator file ...
-
external_jpeg
... and write GIF files.
To avoid entanglement with the Unisys LZW patent, GIF reading support has
been removed altogether, and ... to produce
"uncompressed GIFs". This technique does not use the LZW algorithm; the
resulting GIF files are larger than usual, ...
-
android_external_jpeg
... and write GIF files.
To avoid entanglement with the Unisys LZW patent, GIF reading support has
been removed altogether, and ... to produce
"uncompressed GIFs". This technique does not use the LZW algorithm; the
resulting GIF files are larger than usual, ...
-
dataroller
LZW compressor/decompressor written in C (university project)
dataroller
==========
c LZW implementation
authors:
Alessandro Rosetti
Daniele Lazzarini
-
jpeg
... and write GIF files.
To avoid entanglement with the Unisys LZW patent, GIF reading support has
been removed altogether, and ... to produce
"uncompressed GIFs". This technique does not use the LZW algorithm; the
resulting GIF files are larger than usual, ...
-
jscompress
an attempt at compressing script
jscompress
==========
uses LZW compression to compress code to a unicode string, includes minified decompression code in the output.
-
external_jpeg
... and write GIF files.
To avoid entanglement with the Unisys LZW patent, GIF reading support has
been removed altogether, and ... to produce
"uncompressed GIFs". This technique does not use the LZW algorithm; the
resulting GIF files are larger than usual, ...
-