# 빠르고 안전한 Wuffs PNG 이미지 디코더

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4404](https://news.hada.io/topic?id=4404)
- GeekNews Markdown: [https://news.hada.io/topic/4404.md](https://news.hada.io/topic/4404.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-06-07T10:06:27+09:00
- Updated: 2021-06-07T10:06:27+09:00
- Original source: [nigeltao.github.io](https://nigeltao.github.io/blog/2021/fastest-safest-png-decoder.html)
- Points: 6
- Comments: 1

## Topic Body

- SIMD 가속 및 한번에 이미지 전체 압축을 푸는 방식 등을 적용

- 가장 많이 쓰는 오픈소스인 libpng 보다 1.22~2.75배 빠르고 안전한 PNG 디코더

ㅤ→ libspng, lodepng, stb_image 및 Go/Rust 용 png 라이브러리들보다 빠름

- Wuffs (Wrangling Untrusted File Formats Safely) 언어로 개발

ㅤ→ 신뢰할수 없는 파일포맷등을 다룰때 사용하는 메모리 세이프한 프로그래밍 언어

## Comments



### Comment 5391

- Author: xguru
- Created: 2021-06-07T10:06:30+09:00
- Points: 2

구글 Wuffs - 안전하게 파일포맷을 다루기 위한 개발언어 https://news.hada.io/topic?id=4032
