charls-js:CharLS 的 JSWASM 构建

时间:2024-06-18 14:31:36
【文件属性】:

文件名称:charls-js:CharLS 的 JSWASM 构建

文件大小:569KB

文件格式:ZIP

更新时间:2024-06-18 14:31:36

HTML

查尔斯-js JS/WebAssembly 构建 试试看! 在在您的浏览器中尝试 安装 使用 npm 在你的 JavaScript 项目中安装它: # NOTE - this is not published yet so won't work yet... # npm install --save-dev charls-js 用法 在使用这个库之前,你必须等待它被初始化: const charls = require ( 'charlsjs' ) charls . onRuntimeInitialized = async _ => { // Now you can use it } 要解码 JPEG-LS 图像,请创建一个解码器实例,将 JPEG-LS 比特流复制到其内存空间中,对其进行解码,将解码后的像素从其内存空间中复制出来,最后删除解码器实例。 funct


【文件预览】:
charls-js-master
----.gitmodules(82B)
----extern()
--------charls()
----PERFORMANCE.md(580B)
----package.json(623B)
----DESIGN.md(4KB)
----test()
--------node()
--------cpp()
--------browser()
--------fixtures()
----BUILDING.md(1KB)
----LICENSE(1KB)
----build-native.sh(156B)
----dist()
--------charlsjs.wasm(192KB)
--------charlsjs.js(66KB)
----src()
--------JpegLSDecoder.hpp(3KB)
--------FrameInfo.hpp(555B)
--------JpegLSEncoder.hpp(3KB)
--------CMakeLists.txt(748B)
--------jslib.cpp(1KB)
----.devcontainer()
--------Dockerfile(2KB)
--------devcontainer.json(1001B)
----.gitignore(56B)
----CMakeLists.txt(2KB)
----README.md(3KB)
----build.sh(262B)
----.vscode()
--------settings.json(2KB)
--------tasks.json(417B)
--------c_cpp_properties.json(443B)

网友评论