compression-lzw? ( object -- ? )


Vocabulary
images.tiff

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the compression-lzw class.

Definition
USING: kernel ;

IN: images.tiff

: compression-lzw? ( object -- ? ) \ compression-lzw eq? ;