Module image::imageops::colorops
[−]
[src]
Public only because of Rust bug: https://github.com/rust-lang/rust/issues/18241 Functions for altering and converting the color of pixelbufs
Structs
BiLevel |
A bi-level color map |
Traits
ColorMap |
A color map |
Functions
brighten |
Brighten the supplied image.
|
contrast |
Adjust the contrast of the supplied image.
|
dither |
Reduces the colors of the image using the supplied |
grayscale |
Convert the supplied image to grayscale |
index_colors |
Reduces the colors using the supplied |
invert |
Invert each pixel within the supplied image. This function operates in place. |