2 I’m writing my project in Delphi, and I’m using TGIFImage to…

Question Answered step-by-step 2 I’m writing my project in Delphi, and I’m using TGIFImage to… 2I’m writing my project in Delphi, and I’m using TGIFImage to encode some gifs. TGIFImage has a lossless LZW compression algorithm. LZW compression looks up for repetitive data and encodes them, but there is a better compression called lossy LZW that looks up for near-matches repetitive by a given value of lossynes. I want a Delphi unit for encoding lossy gif. Here is a reference written in C https://github.com/kornelski/giflossy/blob/master/src/gifwrite.c Engineering & Technology Computer Science Share QuestionEmailCopy link Comments (0)