Re: I've created a binding for an LZW library

2019-10-27 Thread solidstate1991 via Digitalmars-d-announce
On Sunday, 27 October 2019 at 16:19:58 UTC, Andre Pany wrote: That is really great. Side question, did you considered to rewrite a C library (e.g. https://github.com/vapier/liblzw) to D? Kind regards Andre Probably it would be easier than the times I tried to rewrite much more complex C++

Re: I've created a binding for an LZW library

2019-10-27 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 27 October 2019 at 00:59:00 UTC, solidstate1991 wrote: https://github.com/ZILtoid1991/lzwford The hardest part was to find one that could work with D easily. I guess now Imageformats (and my own dimage) can have GIF and TIFF file support. That is really great. Side question, did

I've created a binding for an LZW library

2019-10-26 Thread solidstate1991 via Digitalmars-d-announce
https://github.com/ZILtoid1991/lzwford The hardest part was to find one that could work with D easily. I guess now Imageformats (and my own dimage) can have GIF and TIFF file support.