WASM-ImageMagick
Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples (by KnicKnic)
magick-wasm
The WASM library for ImageMagick (by dlemstra)
WASM-ImageMagick | magick-wasm | |
---|---|---|
8 | 3 | |
879 | 669 | |
0.0% | 4.3% | |
0.0 | 9.5 | |
over 1 year ago | 18 days ago | |
TypeScript | TypeScript | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
WASM-ImageMagick
Posts with mentions or reviews of WASM-ImageMagick.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-05.
-
Easy boxart resizing with imagemagick in your browser. No install, no CLI!
Credit: Go check it out the GitHub project page thanks to Nick Maliwacki's (KnicKnic)
- Show HN: Edit images in the browser using GPT-3 and WebAssembly
- Web Assembly ImageMagick
-
WebAssembly in my Browser Desktop Environment
Image Conversion via WASM-ImageMagick
- Native JS replacement for imagemagick?
-
Pushing The Limits Of The Modern Browser
I've gone with ImageMagick ported to WebAssembly to do basically the exact same things as with FFMpeg, but with a tiny bit less locking up. In the future I would like to get these things running in multithreaded Web Workers as well as have the ability to easily configure transcode settings to whatever is desired instead of the defaults as it is now.
-
Browsers can do that?
When it comes to audio/video the trusted tool that is often used on the desktop is FFmpeg and this too has been ported to run in the browser, although if you want multithreading you will need to make sure you have special CORS headers enabled to gain access to the SharedArrayBuffer. For images on desktop there is the popular ImageMagick which indeed also has been ported.
-
Resizing and Compressing Photos Before Upload to Django
ImageMagick is the go to for these kinda things and apparently there is a WASM version: https://github.com/KnicKnic/WASM-ImageMagick
magick-wasm
Posts with mentions or reviews of magick-wasm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-20.
- Magick-WASM: The WASM library for ImageMagick
-
Native JS replacement for imagemagick?
Just a heads up, the official package is @imagemagick/magick-wasm, and the homepage is here: https://github.com/dlemstra/magick-wasm
-
API to create an image (with text/details) and display it
I've not tried it (yet) but the ImageMagick folks list a WASM interface for the library, which means this functionality could (in theory) be done client-side (in the browser) without the need to deal with any API stuff.
What are some alternatives?
When comparing WASM-ImageMagick and magick-wasm you can also consider the following projects:
photon - ⚡ Rust/WebAssembly image processing library
wasmagic - A WebAssembly compiled version of libmagic with a simple API for Node. WASMagic provides accurate filetype detection with zero prod dependencies
wapm-cli - 📦 WebAssembly Package Manager (CLI)
RMagick - Ruby bindings for ImageMagick
js-image-carver - 🌅 Content-aware image resizer and object remover based on Seam Carving algorithm
doblar - A fully local image converter that runs in your browser.