WASM-ImageMagick
Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples (by KnicKnic)
js-image-carver
🌅 Content-aware image resizer and object remover based on Seam Carving algorithm (by trekhleb)
WASM-ImageMagick | js-image-carver | |
---|---|---|
8 | 6 | |
879 | 1,572 | |
0.0% | 0.2% | |
0.0 | 0.0 | |
over 1 year ago | over 2 years ago | |
TypeScript | TypeScript | |
Apache License 2.0 | MIT License |
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
js-image-carver
Posts with mentions or reviews of js-image-carver.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-16.
- JS IMAGE CARVER - Content-aware image resizer
- Resize photos preserving objects proportions (content-aware resizing)
- JavaScript IMAGE CARVER, a content-aware image resizer
-
Content-aware image resizing in JavaScript
I've created the JS IMAGE CARVER web-app (and also open-sourced it on GitHub) that you may use to play around with resizing of your custom images.
- JS Image Carver: content-aware image resizer
What are some alternatives?
When comparing WASM-ImageMagick and js-image-carver you can also consider the following projects:
photon - âš¡ Rust/WebAssembly image processing library
vite-imagetools - Load and transform images using a toolbox :toolbox: of custom import directives!
wapm-cli - 📦 WebAssembly Package Manager (CLI)
fastimage - A module that finds the size and type of an image by fetching and reading as little data as needed.
magick-wasm - The WASM library for ImageMagick
bother - a free open source toolkit for batch processing images in the browser