gifski icon indicating copy to clipboard operation
gifski copied to clipboard

No dll in the newest release

Open brian6932 opened this issue 4 years ago • 5 comments

The last dll was on the 0.8.5 release, 10.1 does not have one

brian6932 avatar May 03 '20 10:05 brian6932

I don't recall publishing a DLL.

If you want one:

  1. Install Rust https://www.rust-lang.org/tools/install and restart your terminal to see new PATH

  2. git clone https://github.com/ImageOptim/gifski
    cd gifski
    cargo build --lib --release
    
  3. The DLL will be in target\release\gifski.dll

kornelski avatar May 04 '20 11:05 kornelski

The last dll was on the 0.8.5 release,

No it didn't, check: https://github.com/ImageOptim/gifski/releases/download/0.8.5/gifski-0.8.5.tar.xz

Also, why do you even need a dll for anyways if one file is good enough?

DumbJoe avatar Aug 27 '20 19:08 DumbJoe

I know I haven't replied in this thread for a while, but for reference, the reason I wanted the .dll file was because ScreenToGif exclusively uses .dll files, and the one that I was using with it was buggy and had trouble with high fps. The method that @kornelski recommended does work, although it would be pretty nice to just have it bundled in the release file imo.

brian6932 avatar Dec 03 '20 12:12 brian6932

Is there a way to get the DLL without any self-building?

Vankog avatar Jun 01 '21 08:06 Vankog

No, you need to build yourself. But it shouldn't be too hard (see previous comment)

kornelski avatar Jun 01 '21 12:06 kornelski