libvips / build-win64-mxe

79 stars 15 forks source link

feat: Installer for vips CLI for Windows? #66

Open andreped opened 2 months ago

andreped commented 2 months ago

I was surprised to see that there did not seem to be an installer for the vips CLI, as we have for UNIX-based systems.

Is this something that is on the roadmap?

kleisauke commented 2 months ago

I think this would only make sense for the -all binaries, because otherwise, we end up providing too many different variants. Also, the -web binaries are usually used by the various bindings as part of an optional dependency. See for example: https://www.npmjs.com/org/img https://www.nuget.org/packages/NetVips.Native

Is this for pyvips? If so, you might be interested in: https://github.com/libvips/pyvips/pull/507.

Let's tag this as an enhancement.