At university, I have implemented the seam carving algorithm in C as a project for a programming lecture. To familiarize myself with Rust, I've reimplemented the algorithm, and added more image processing methods. The projects supports the following manipulations:
- Rotating
- Cropping
- Inverting
- Transposing
- Mirroring
- Seam Carving (vertically and horizontally)
- Landfilling