Socket
Socket
Sign inDemoInstall

nrrd-js

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nrrd-js

Handling NRRD files in Javascript.


Version published
Maintainers
1
Install size
795 kB
Created

Readme

Source

NRRD support for Javascript

This can open files in the Nearly Raw Raster Data format. Currently it only supports inline data (although in principle there is parsing support for datafile), and has only limited "intelligence", but it can be still be useful.

To use with ndarray, proceed as follows:

var nrrdfile = nrrd.parse(...);
var array = ndarray(nrrdfile.data, nrrdfile.sizes.slice().reverse());

Planned: saving NRRD files as well as opening them.

FAQs

Last updated on 10 Dec 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc