Constructor.

C# | Visual Basic | Visual C++ |
public LzwEncoder( IndexedPixels pixels )
Public Sub New ( _ pixels As IndexedPixels _ )
public: LzwEncoder( IndexedPixels^ pixels )

- pixels (IndexedPixels)
- Indices in the active colour table of the colours of the pixel making up the image.

Exception | Condition |
---|---|
ArgumentNullException |
The supplied pixel collection is null.
|