Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 410 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 410 Bytes

Seam Carving

JetBrains Academy Kotlin MOOC course project

Tool for content-based image resizing (PNG supported)
See Seam Carving/task/src/search/Main.kt for implementation

Usage

java ... Main -in <input_filename> -out <out_filename> -width <width_decrement> -height <height_decrement>