# Smartcrop.js - 콘텐츠 인식해서 이미지 크롭하기

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4958](https://news.hada.io/topic?id=4958)
- GeekNews Markdown: [https://news.hada.io/topic/4958.md](https://news.hada.io/topic/4958.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-09-06T10:09:49+09:00
- Updated: 2021-09-06T10:09:49+09:00
- Original source: [github.com](https://github.com/jwagner/smartcrop.js)
- Points: 12
- Comments: 1

## Topic Body

- 이미지의 중요 부분을 찾아서 잘 보이도록 크롭하는 오픈소스

- 브라우저, Node.js, CLI 에서 사용 가능

- 다양한 얼굴 인식 라이브러리와 연동 지원

ㅤ→ ccv.js, tracking.js, opencv.js

- 100+장 이상의 Test Suite 제공

- Test Bed에서 자신의 이미지 테스트 가능

## Comments



### Comment 6683

- Author: xguru
- Created: 2021-09-06T10:09:55+09:00
- Points: 1

JS로 Content-Aware 이미지 리사이징 하기 https://news.hada.io/topic?id=4094

위의 것은 필요 없는 부분을 줄여서 크기를 조정하는 건데,

이거는 중요 부분만 찾아서 크롭 하는 방식이라서 두개를 묶어서 쓰면 좋을거 같아요.
