🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

CharLS.js

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

CharLS.js

EMSCRIPTEN build of CharLS

2.0.1
latest
Source
npm
Version published
Maintainers
1
Created
Source

CharLS fork with EMSCRIPTEN JavaScript bindings

Changed from team-charls/charls

Installing for Node

npm install CharLS.js --save

Usage

See examples/browser for access from a browser See examples/node for access from node See https://github.com/chafey/cornerstoneWADOImageLoader/blob/master/src/decoders/decodeJPEGLS.js

Building

Requires

  • emscripten
  • cmake
  • node
  • grunt

grunt

Built Files

There are four versions of the library provided to support combinations of fixed memory, dynamic memory, browser and CommonJS. Fixed memory is faster but will crash/blow up if memory is exceeded. Dynamic memory is slower but should not crash (and is therefore safer).

Keywords

JPEG-LS

FAQs

Package last updated on 08 Jun 2016

Did you know?

Socket

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