# John Carmack on JPEG

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4400](https://news.hada.io/topic?id=4400)
- GeekNews Markdown: [https://news.hada.io/topic/4400.md](https://news.hada.io/topic/4400.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-06-06T09:40:24+09:00
- Updated: 2021-06-06T09:40:24+09:00
- Original source: [twitter.com](https://twitter.com/ID_AA_Carmack/status/1400930510671601666)
- Points: 3
- Comments: 1

## Topic Body

- 현재 대다수의 이미지는 JPEG이며, 그 내부는 420 YUV를 사용

- 하지만 앱내에서는 32Bit RGB로 변환해서 사용

- YUV를 네이티브로 사용하면 메모리와 밴드위스를 절반으로 줄여서 속도를 개선하고, 조금이지만 품질도 좋아질 것

- 바로 적용 가능하지만, 개발자가 쉐이더에서 수동으로 컬러변환을 해줘야 함

* 존 카멕은 둠/퀘이크 의 개발자이자, 오큘러스의 초기 CTO 이고 현재는 컨설팅 CTO

## Comments



### Comment 5386

- Author: xguru
- Created: 2021-06-06T09:40:30+09:00
- Points: 1

YUV420을 RGB888로 변환하는 것에 대해, 조금 자세한 설명은 HN에 있는 댓글 참고

https://news.ycombinator.com/item?id=27399731
