tony-gk / hs-seamcarving

Implementation of the Hyperskill's educational project Seam Carving

Home Page:https://hyperskill.org/projects/100?goal=347

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seam Carving

Implementation of the Seam Carving algorithm for content-aware image resizing.

Usage: java Main -in <input file> -out <output file> [-width <width>] [-height <height>]

Command line arguments are passed the values by which you want to reduce the image.

About

Implementation of the Hyperskill's educational project Seam Carving

https://hyperskill.org/projects/100?goal=347


Languages

Language:Kotlin 100.0%