Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
/ Seam-Carving Public archive

Implementation of Seam Carving algorithm in Java

Notifications You must be signed in to change notification settings

manjumaigur/Seam-Carving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seam-Carving

Implementation of Seam Carving algorithm in Java

Features

  • Implemented Seam Carving algorithm in Java.
  • GUI Developed using Java Swing.
  • Implemented thread based process for resizing an image which allows resizing process to work in background.
  • User can save the image after resizing it.

Screenshot Screenshot Screenshot

Running the project

To run the project from the command line, go to the dist folder and type the following or directly double click on the file:

java -jar SeamCarver.jar

Releases

No releases published

Packages

No packages published

Languages