go.compress.lzw
1.23.1.4
dotnet add package go.compress.lzw --version 1.23.1.4
NuGet\Install-Package go.compress.lzw -Version 1.23.1.4
<PackageReference Include="go.compress.lzw" Version="1.23.1.4" />
<PackageVersion Include="go.compress.lzw" Version="1.23.1.4" />
<PackageReference Include="go.compress.lzw" />
paket add go.compress.lzw --version 1.23.1.4
#r "nuget: go.compress.lzw, 1.23.1.4"
#:package go.compress.lzw@1.23.1.4
#addin nuget:?package=go.compress.lzw&version=1.23.1.4
#tool nuget:?package=go.compress.lzw&version=1.23.1.4
go.compress.lzw
C# package converted from the Go standard library by go2cs. Go version: 1.23.1
Package lzw implements the Lempel-Ziv-Welch compressed data format, described in T. A. Welch, “A Technique for High-Performance Data Compression”, Computer, 17(6) (June 1984), pp 8-19.
In particular, it implements LZW as used by the GIF and PDF file formats, which means variable-width codes up to 12 bits and the first two non-literal codes are a clear code and an EOF code.
The TIFF file format uses a similar but incompatible version of the LZW algorithm. See the golang.org/x/image/tiff/lzw package for an implementation.
Part of the go2cs converted Go standard library. See the repository for usage and details.
Copyright 2009 The Go Authors. All rights reserved. This C# package is converted from Go standard library source; use of that source is governed by a BSD-style license that can be found in the LICENSE file. The go2cs conversion itself is distributed under the MIT license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
NuGet packages (1)
Showing the top 1 NuGet packages that depend on go.compress.lzw:
| Package | Downloads |
|---|---|
|
go.image.gif
image.gif (net9.0 - Release) -- C# project converted from Go source |
GitHub repositories
This package is not used by any popular GitHub repositories.