PNG (Portable Network Graphics)
PNG는 무손실 압축과 완전한 알파 투명도를 지원하는 래스터 이미지 형식입니다. 웹 그래픽, 로고, 아이콘, 스크린샷, 투명 오버레이에 사용됩니다.
MIME 타입
application/msword
유형
바이너리
압축
무손실
장점
- + Universal compatibility with older Microsoft Office installations
- + Well-understood format with decades of tooling support
- + Supports macros, OLE objects, and VBA code
단점
- − Proprietary binary format is hard to parse without specialized libraries
- − Larger file sizes compared to ZIP-compressed DOCX
- − Macro-enabled DOC files are a common malware vector
.DOC 사용 시점
PNG는 투명도가 필요한 웹 그래픽, 로고, 아이콘, 스크린샷에 사용하세요. 사진에는 JPEG, 더 작은 파일에는 WebP를 사용하세요.
기술 세부사항
PNG는 필터 행(None, Sub, Up, Average, Paeth)과 DEFLATE 압축(zlib)을 사용합니다. 비트 심도 1-16, RGB/RGBA, 그레이스케일, 팔레트 모드를 지원합니다. CRC 체크섬이 무결성을 검증하며, Adam7 인터레이싱은 점진적 표시를 제공합니다.
역사
PNG는 1996년 GIF의 LZW 특허 문제에 대한 무료 대안으로 개발되었습니다. 알파 채널 투명도, 트루컬러 지원, 무손실 압축으로 GIF를 능가했습니다.
.DOC에서 변환
.DOC로 변환
관련 포맷
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 …