Skip to content

sameeptandon/python-seam-carving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A python script that implements Seam Carving / Content Aware Image Scaling.

A sample command:
python CAIS.py -i input.jpg -r 400 500 -o output.jpg -v

This will rescale input.jpg to 400 x 500 pixels and save it as output.jpg. The -v will make the process verbose 

About

A simple python script that implements Content Aware Image Scaling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages