Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.
Oscar edited this page Jan 29, 2017 · 5 revisions

Node GYP installation

This projects relies on node-canvas which sometimes may be tricky to install. If you run into any issues make sure you follow all the installation steps for your platform here and here.

Replicating results

When using Octave to reproduce these results, depending on its installation, you may get slightly different results. If you get a warning message saying:

warning: your version of GraphicsMagick limits images to 16 bits per pixel

Results may diverge, usually by less than 1*10^-3, but these small differences already enough for the tests to fail.

Error 'Image given has not completed loading'

The error description is a bit misleading, most likely you are missing the jpeg library. See here for more info

Compiling node-gyp using a specific visual studio version (windows)

The following links may be useful for debugging

Clone this wiki locally