pconvert-rust 0.4.3

Rust version of P(NG)Convert, a simple PNG conversion tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Blending module

## Source files

* [`mod.rs`]./mod.rs
  * enum of available blending algorithms
  * abstract blending algorithm function
  * (de)multiply functions
  * other utility functions

* [`algorithms.rs`]./algorithms.rs
  * concrete implementation of several blending algorithms (all inlined when possible)

* [`params.rs`]./params.rs
  * definition of a generic structure for blending algorithm extra parameters