# imgdiff - 정말 빠른 이미지 비교 도구

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3390](https://news.hada.io/topic?id=3390)
- GeekNews Markdown: [https://news.hada.io/topic/3390.md](https://news.hada.io/topic/3390.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-12-14T09:34:45+09:00
- Updated: 2020-12-14T09:34:45+09:00
- Original source: [github.com](https://github.com/n7olkachev/imgdiff)
- Points: 14
- Comments: 1

## Topic Body

- 지금까지 가장 빠르다는 odiff 보다 3배 빠른 diff 툴

- png/jpg/jpeg/bmp 지원 및 포맷간 비교 가능

- 다른 부분만 별도 파일로 저장

- 윈/맥/리눅스

- Go 로 작성해서 멀티쓰레드를 잘 활용

## Comments



### Comment 3865

- Author: xguru
- Created: 2020-12-14T09:34:55+09:00
- Points: 2

실제로는 https://github.com/dmtrKovalenko/odiff odiff 보다 뭘 특별히 한건 아니고 Go 의 멀티 쓰레딩 속성을 잘 활용한 것이라네요.

odiff 는 Reason 언어로 되어있고 싱글쓰레드 입니다.

- Reason : ReasonML, React 개발자인 Jordan Walke가 만든 OCaml 확장, JavaScript와 비슷한 문법인데 Ocaml로 트랜스컴파일 됨
