Description
I understand from the changelog that 32-bit support is dropped, but is this necessarily a permanent decision? Sharp is the better alternative for image resizing and effects, and I rely on gulp-responsive in my development workflow. Unfortunately, one of my development environments runs 32-bit Windows 8.1 - with no chance of an upgrade to 64-bit.
I was wondering if someone had an installation process for Sharp using 32-bit, even using an older version (presumably @0.11.4). Currently I fail on C:\VIPS\include\glib-2.0\glib/gtypes.h(32): fatal error C1083: Cannot open include file: 'glibconfig.h'
, running npm install sharp@0.11.4 --save-exact --arch=ia32
. Per Sharp.io/0.11.4/ I have set a VIPS_HOME
environment variable to C:\VIPS and added C:\VIPS\bin to path.
However, given the name - vips-dev-w64-8.2.2.zip
- it would perhaps be the case that this is the Windows 64-bit version of these files (as referred to by the docs). Has anyone recently installed Sharp on a 32-bit Windows system successfully?