pngquant icon indicating copy to clipboard operation
pngquant copied to clipboard

Feature wish - COM/ActiveX

Open FrontierDK opened this issue 3 years ago • 1 comments

Is there any chance this program will be available as a COM/ActiveX component? :-)

FrontierDK avatar Feb 24 '21 16:02 FrontierDK

I'm not a Windows programmer, so the chances are very slim.

It is usable as a C library (https://pngquant.org/lib/), so presumably you can wrap that in logic that exports it as COM.

In case you want to use it in C#, there's P/Invoke way: https://github.com/ImageOptim/libimagequant/blob/44525d34b738f733a81037286ece603ca0fdcf10/libimagequant.cs

kornelski avatar Feb 24 '21 16:02 kornelski