fastimage
A module that finds the size and type of an image by fetching and reading as little data as needed. (by ShogunPanda)
js-image-carver
🌅 Content-aware image resizer and object remover based on Seam Carving algorithm (by trekhleb)
Our great sponsors
fastimage | js-image-carver | |
---|---|---|
0 | 4 | |
143 | 1,293 | |
- | - | |
7.3 | 0.4 | |
about 2 months ago | 11 months ago | |
TypeScript | TypeScript | |
ISC License | 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.
fastimage
Posts with mentions or reviews of fastimage.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning fastimage yet.
Tracking mentions began in Dec 2020.
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.
- 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.
The energy map is going to be recalculated on every resize iteration. It means that it will be recalculated, let's say, 500 times if we need to shrink the image by 500 pixels which is not optimal. To speed up the energy map calculation on the 2nd, 3rd, and further steps, we may re-calculate the energy only for those pixels that are placed around the seam that is going to be removed. For simplicity reasons this optimization is omitted here, but you may find the example source-code in js-image-carver repo.
- JS Image Carver: content-aware image resizer
What are some alternatives?
When comparing fastimage and js-image-carver you can also consider the following projects:
vite-imagetools - Load and transform images using a toolbox :toolbox: of custom import directives!
pica - Resize image in browser with high quality and high speed
cropper
lena.js - :woman: Library for image processing
Korkut - Quick and simple image processing at the command line. :hammer:
squoosh - Make images smaller using best-in-class codecs, right in the browser.
image-actions - A Github Action that automatically compresses JPEGs, PNGs and WebPs in Pull Requests.