TIFF (Tagged Image File Format)
TIFF는 출판, 인쇄, 의료 영상, 지리 공간 데이터에 사용되는 유연한 래스터 이미지 형식입니다. 여러 레이어, 색상 공간, 압축 방식, 높은 비트 심도를 지원하여 가장 다재다능한 이미지 컨테이너입니다.
MIME 타입
application/json
유형
텍스트
압축
무손실
장점
- + Human-readable and writable with minimal syntax
- + Native parsing in every programming language
- + Dominant format for REST APIs and web services
- + Lightweight — less verbose than XML
단점
- − No comment syntax — cannot annotate configuration files
- − No native date, binary, or schema types
- − Trailing commas cause parse errors in strict parsers
.JSON 사용 시점
TIFF는 인쇄 제작, 문서 스캔, 의료/과학 영상에 사용하세요. 웹 이미지에는 사용하지 마세요(대신 WebP 또는 AVIF를 사용).
기술 세부사항
TIFF 파일은 태그(키-값 쌍)를 포함하는 IFD(Image File Directory)를 사용합니다. 여러 이미지(페이지), 비압축, LZW, ZIP, JPEG 압축을 지원합니다. BigTIFF 확장은 4GB 한도를 넘는 파일을 허용합니다. CMYK, Lab, 멀티스펙트럴 등 다양한 색상 공간을 지원합니다.
역사
Aldus(이후 Adobe)는 1986년 스캐너 제조사 간의 이미지 데이터 교환을 표준화하기 위해 TIFF를 만들었습니다. 이 형식은 유연한 태그 기반 구조 덕분에 전문 이미지 처리의 기반이 되었습니다.
.JSON에서 변환
.JSON로 변환
관련 포맷
관련 용어
Learn More
File Format Conversion: A Complete Guide
Converting files between formats is a daily task for professionals across every industry. This comprehensive guide covers document, image, audio, …
How to Generate Strong Random Passwords
Password generation requires cryptographic randomness and careful character selection. This guide covers the principles behind strong password generation, entropy calculation, …
JSON vs YAML vs TOML: Choosing a Configuration Format
Configuration files are the backbone of modern applications. JSON, YAML, and TOML each offer different trade-offs between readability, complexity, and …
Meta Tags for SEO: Title, Description, and Open Graph
Meta tags control how your pages appear in search results and social media shares. This guide covers the essential meta …
Text Encoding Explained: UTF-8, ASCII, and Beyond
Text encoding determines how characters are stored as bytes. Understanding UTF-8, ASCII, and other encodings prevents garbled text, mojibake, and …
CSV vs JSON vs XML: Data Exchange Formats Compared
Data exchange formats serve different needs. CSV excels at tabular data, JSON dominates web APIs, and XML powers enterprise integrations. …