JPEG (Joint Photographic Experts Group)
JPEG는 사진과 연속 색조 이미지를 위한 가장 널리 사용되는 이미지 형식입니다. 이산 코사인 변환(DCT) 기반 손실 압축을 사용하여 시각적으로 허용 가능한 품질을 유지하면서 파일 크기를 크게 줄입니다.
MIME 타입
application/vnd.openxmlformats-officedocument.wordprocessingml.document
유형
바이너리
압축
무손실
장점
- + Fully editable with rich formatting, styles, and revision tracking
- + Smaller file sizes than legacy .doc thanks to ZIP compression
- + Open XML standard supported by LibreOffice, Google Docs, and many editors
- + Embedded images, charts, and SmartArt in a single file
단점
- − Complex formatting may render differently across word processors
- − Not ideal for final distribution — layout can shift on other systems
- − Macros require the .docm variant and pose security concerns
.DOCX 사용 시점
JPEG는 사진과 자연 이미지에 사용하세요. 투명도가 필요하면 PNG, 더 나은 압축을 원하면 WebP나 AVIF를 사용하세요.
기술 세부사항
JPEG 인코딩 파이프라인: RGB→YCbCr 변환, 크로마 서브샘플링(보통 4:2:0), 8×8 블록 DCT, 양자화(여기서 품질 조절), 허프만/산술 엔트로피 코딩. 프로그레시브 JPEG는 저해상도에서 고해상도로 점진적으로 표시합니다.
역사
Joint Photographic Experts Group은 1992년에 JPEG 표준(ISO 10918-1)을 발표했습니다. 디지털 사진, 웹, 소셜 미디어에서 기본 이미지 형식이 되었습니다.
.DOCX에서 변환
.DOCX로 변환
관련 포맷
관련 용어
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, …
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. …
How to Convert Documents Between Office Formats
Converting between Word, Google Docs, LibreOffice, and PDF formats is common in collaborative workflows. This guide covers conversion paths that …
Understanding MIME Types and File Extensions
MIME types tell browsers and servers what kind of data a file contains, while file extensions help humans and operating …
Troubleshooting File Conversion Errors
File conversions fail for many reasons: corrupted sources, unsupported features, encoding mismatches, and memory limitations. This guide helps you diagnose …
Archive Formats Compared: ZIP, 7z, TAR, and RAR
Archive formats bundle and compress multiple files into a single package. ZIP is universal, 7z offers the best compression, TAR …