magick-rust
Rust bindings for ImageMagick (by nlfiedler)
image
Encoding and decoding images in Rust (by image-rs)
Our great sponsors
magick-rust | image | |
---|---|---|
2 | 35 | |
183 | 3,910 | |
- | 2.1% | |
0.0 | 6.3 | |
18 days ago | 4 days ago | |
Rust | Rust | |
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.
magick-rust
Posts with mentions or reviews of magick-rust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-14.
-
Library for Simple Image Processing (resizing)
Hi, I want to make a small image server that can return an image resized to arbitrary dimensions from a source. I could just use something like this: https://github.com/nlfiedler/magick-rust (ImageMagick bindings) but I'm curious if there is a way to do it with pure rust. Thanks!
-
manipulating jpeg files
https://github.com/nlfiedler/magick-rust#dependencies
image
Posts with mentions or reviews of image.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-12.
-
Porting a local app to Web
Hello! So I have a local app that I am currently running on desktop (windows). I'm using egui for the UI, and the program basically opens a folder, gets all the images in the folder, and then uses the image-rs library to resize and create a grid of images / some other operations.
-
png crate gets an ultrafast compression mode, up to 4x faster decompression
png is the de-facto standard Rust crate for reading and writing PNG images, used e.g. by the image crate.
-
What's everyone working on this week (12/2023)?
There's also a CLI to convert between formats. It uses the crate image.
-
The `exr` crate got up to 3x faster, even better performance coming soon
exr is a is a 100% Rust and 100% safe code library for reading and writing OpenEXR images. It is used by the popular image crate to read and write OpenEXR.
-
Announcing zune-jpeg: Rust's fastest JPEG decoder
We're currently looking for contributors to add support for zune-jpeg to the image crate. The image maintainers are open to it, but don't have the capacity to do it themselves. You can find more details here.
-
picst - a CLI tool to resize clipboard images on the fly
It uses https://github.com/1Password/arboard and https://github.com/image-rs/image under the hood. I haven't tested deeply but I assume it should handle many formats out of the box.
-
From C# to Rust, what do i need to know?
You can use the image crate.
-
Hey Rustaceans! Got a question? Ask here! (27/2022)!
As for image processing, I'd start on crates.io and search for "image processing" and skim through to find the most downloaded crates -- image seems to be the most popular, with over 7 million downloads, so I'd check if that has what you want, and if not photon-rs seemed relatively mature with perhaps more features (albeit far less commonly used)
-
Show HN: Golang FFmpeg wrapper for simple Video I/O and Webcam Streaming
Glad it worked out for you—it seemed like the features are there for basic image conversion, but try to do something a little more sophisticated and you run into some severe design limits. Here is the kind of underlying problem I’m talking about:
Side note the image-rs crate in the Rust ecosystem has no external dependencies and can encode and decode animated gifs and a variety of other image formats, 100% rust https://github.com/image-rs/image
What are some alternatives?
When comparing magick-rust and image you can also consider the following projects:
opencv-rust - Rust bindings for OpenCV 3 & 4
imageproc (PistonDevelopers) - Image processing operations
rust-ndarray - ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
photon - ⚡ Rust/WebAssembly image processing library
Raster - An image processing library for Rust
oxipng - Multithreaded PNG optimizer written in Rust
imageproc - An advanced image processing library for Rust.
tqdm - A Fast, Extensible Progress Bar for Python and CLI
steganography - A simple steganography library written in rust
img-hash - A Rust library for calculating perceptual hash values of images
rav1e - The fastest and safest AV1 encoder.