This project applies a film grain effect to an input image using a pixel-wise algorithm in Rust. The effect is customizable via parameters such as grain radius, filter strength, and Monte Carlo simulation iterations.
Before running the project, ensure that you have the following installed:
-
Clone the repository or download the source code:
git clone https://github.com/MohdMohsin97/film-grain-rendering-rust.git cd film-grain-rendering-rust -
Build the project:
cargo build --release
-
Run the project:
cargo run --release