https://github.com/tsoding/seam-carving
Seam Carving implementation
https://github.com/tsoding/seam-carving
Last synced: 3 months ago
JSON representation
Seam Carving implementation
- Host: GitHub
- URL: https://github.com/tsoding/seam-carving
- Owner: tsoding
- License: mit
- Created: 2024-04-06T19:05:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T13:56:26.000Z (over 1 year ago)
- Last Synced: 2025-04-29T12:22:31.175Z (8 months ago)
- Language: C++
- Size: 3.13 MB
- Stars: 53
- Watchers: 2
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seam Carving
Content Aware Resizing using [Seam Carving](https://en.m.wikipedia.org/wiki/Seam_carving)


## Quick Start
```console
$ cc -o nob nob.c
$ ./nob ./images/Lena_512.png output.png
$ feh output.png
```