Docs.rs
raster-0.2.0
raster 0.2.0
Permalink
Docs.rs crate page
MIT
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
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
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.