Skip to content

WinstonMoh/Seam-Carver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Seam-Carver

C++ program for Seam Carver using CImg while preventing distortion.

  • Program uses an Image library called CImg.
  • The CImg library will only work once ImageMagick is installed on your computer.
  • Program has a main file and 2 header files--> CImg.h and SeamCarver.h
  • Project goal is to read an image and by left-clicking you can resize the image by removing horizontal pixel lines and by right-clicking you can resize the image by removing vertical pixel lines.
  • Run program in any C++ IDE. Type in image filename and do the clicking.
  • Project can be applied in image resizing on devices of varying sizes.

About

C++ program for Seam Carver using CImg

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages