Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

edd255/simp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Image Manipulation Program

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 in Rust, and added more image processing methods. The projects supports the following manipulations:

  • Rotating
  • Cropping
  • Inverting
  • Transposing
  • Mirroring
  • Seam Carving (vertically and horizontically)
  • Landfilling

As this project was intended to learn Rust, this project will not be updated anymore.

About

Simple Image Manipulation Program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages