Skip to content

The fastest Node.js module for resizing JPEG, PNG, WebP and TIFF images. Uses the libvips library.

License

Notifications You must be signed in to change notification settings

digital-flowers/sharp-win32

This branch is 31 commits ahead of, 1579 commits behind lovell/sharp:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
faridnamrouti
Oct 1, 2016
91eb4df · Oct 1, 2016
Sep 16, 2016
Sep 27, 2016
Jul 4, 2016
Sep 30, 2016
Oct 1, 2016
Sep 12, 2016
Sep 27, 2016
Sep 28, 2016
Sep 16, 2016
Nov 17, 2015
Sep 27, 2016
Oct 20, 2014
Jul 11, 2016
Sep 27, 2016
Jul 25, 2016
Jul 25, 2016
Aug 19, 2013
Sep 27, 2016
Aug 12, 2016
Sep 29, 2016
Sep 27, 2016
Aug 12, 2016
Sep 3, 2016
May 27, 2016
Sep 28, 2016
Aug 12, 2016

Repository files navigation

sharp for windows 32

NOTE: This version of sharp only for Windows 32-bit system, for Windows 64-bit version or another OS - please see https://github.com/lovell/sharp

original sharp module author decided to stop supporting Windows 32bit version automatic installation but i think windows 32bit version could still be useful specially in case you are building desktop application using web technology such as Node Webkit or Electron

This version also using libvips version 8.4 that fixed the windows unicode file paths issue: https://github.com/jcupitt/libvips/issues/294

this is a fork from https://github.com/lovell/sharp so for documentation please visit the original module github page

how to install

npm install git+https://git@github.com/digital-flowers/sharp-win32.git --save

if you are using this module with node webkit it is better to compile it with nw-gyp module as follow:

1- installing nw-gyp npm install nw-gyp -g

2- install this module without compiling npm install git+https://git@github.com/digital-flowers/sharp-win32.git --save --ignore-scripts

3- compile the module nw-gyp --runtime=node-webkit --target_arch=ia32 --target=0.17.4 configure rebuild

0.17.4 is the node webkit version that you are using

About

The fastest Node.js module for resizing JPEG, PNG, WebP and TIFF images. Uses the libvips library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 66.0%
  • C 26.3%
  • C++ 3.4%
  • Objective-C 2.1%
  • JavaScript 1.0%
  • Fortran 0.5%
  • Other 0.7%