Skip to content

xenitane/seam-carving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seam-carving

An implementation of the seam carving algorithm to rescale images.

This implementation uses the stb headers for image I/O

Quick start

$ cc -o nob nob.c
$ ./nob.h ./images/test_0.jpg ./images/output.png

Example Images

Original Image After removing 50px from width After removing 100px from width After removing 200px from width

References

About

implementation of the seam carving algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published