Photon: Rust/WebAssembly image processing library
Published on: 2025-05-04 21:56:05
photon
Photon
High-performance, cross-platform Rust/WebAssembly image processing library
π Table of Contents
Photon is a high-performance Rust image processing library, which compiles to WebAssembly, allowing for safe, blazing-fast image processing both natively and on the web.
You can run Photon:
natively
in the browser with WebAssembly
on Node with WebAssembly
Features
Fast: On the web, Photon's high-performance allows it to run at near-native speed. Benchmarks can be found here.
On the web, Photon's high-performance allows it to run at near-native speed. Benchmarks can be found here. Call with JS: Want to use Photon on the web or with Node? Using a simple npm package, you're good to go. Get all the benefits of WebAssembly with zero-cost abstraction.
Want to use Photon on the web or with Node? Using a simple npm package, you're good to go. Get all the benefits of WebAssembly with zero-cost abstraction. Use Natively: For command-line apps, native photo editing apps, and
... Read full article.