c# - TIFF compression using LZW -
is there class in c# library lzw compression on tiff images. know there compression scheme inviolving lzw being present, using doesnt decrease file size whatsoever. there thing im assuming wrong? please correct me if am.
because lzw loseless compression, can compress tiff images or other kind of data using same way. in c# can use sharplzw library.
--edit (1)--
if want produce tiff file embedded lzw compression respecting tiff specification @ section 13 of specification.
--edit (2)--
there patent expired.
Comments
Post a Comment