# JS로 Content-Aware 이미지 리사이징 하기

> Clean Markdown view of GeekNews topic #4094. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4094](https://news.hada.io/topic?id=4094)
- GeekNews Markdown: [https://news.hada.io/topic/4094.md](https://news.hada.io/topic/4094.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-04-19T09:25:40+09:00
- Updated: 2021-04-19T09:25:40+09:00
- Original source: [trekhleb.dev](https://trekhleb.dev/blog/2021/content-aware-image-resizing-in-javascript/)
- Points: 11
- Comments: 1

## Topic Body

- Seam Carving 알고리듬 : 이미지 내의 중요하지 않은 반복되는 부분(Seam)만 찾아서 줄이거나 확장

ㅤ→ 중요 부분 크기는 그대로 두고, 배경만 지우는 방식의 이미지 크기 조절 방법

- 마스크를 이용하여 특정 개체만 지우는데도 사용 가능

- JS IMAGE CARVER 웹앱 을 오픈소스로 공개 (TypeScript로 구현)

- 알고리듬 기본 동작 방식을 설명하고, 구현체 코드를 상세한 주석과 함께 공유한 글

## Comments



### Comment 4934

- Author: alstjr7375
- Created: 2021-04-20T14:30:07+09:00
- Points: 1

대박이네요

감사합니다
