Docs.rs
raster-0.2.0
raster 0.2.0
Permalink
Docs.rs crate page
MIT
16 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
kosinix
francesca64
Dependencies
gif ^0.9.0
normal
image ^0.10.4
normal
png ^0.5.2
normal
Versions
76.09%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module editor
raster
0.2.0
Module editor
Module Items
Enums
Functions
In crate raster
raster
Module
editor
Copy item path
Source
Expand description
A module for common image editing operations.
Enums
§
Resize
Mode
An enum for the various modes that can be used for resizing.
Functions
§
blend
Blend 2 images into one. The image1 is the base and image2 is the top.
crop
Crop the image to the given dimension and position.
fill
Fill an image with color.
resize
Resize an image to a given width, height and mode.