.qoi
Image
TTF (TrueType Font)
TTF는 Apple과 Microsoft의 디지털 폰트 형식으로, 2차 베지어 곡선으로 글자를 정의합니다.
MIME 타입
image/qoi
유형
바이너리
압축
무손실
장점
- + Extremely fast encoding and decoding (20-50x faster than PNG)
- + Trivially simple specification — one page, 300 lines of C
- + Lossless compression with no quality loss
단점
- − Larger files than PNG (especially for photographs)
- − No browser support — requires conversion for web use
- − New format with limited ecosystem and tool support
.QOI 사용 시점
TTF는 데스크톱 폰트에 사용하세요. 웹에는 WOFF2를 사용하세요.
기술 세부사항
2차 B-스플라인 글리프, 힌팅 명령어, cmap, kern, GPOS/GSUB 테이블을 포함합니다.
역사
Apple이 1991년 Adobe Type 1에 대항하여 개발했습니다. Microsoft가 Windows 3.1에 채택했습니다.