PNG画像
PNGは透過をサポートする可逆圧縮画像フォーマットで、スクリーンショット、ロゴ、テキスト付き画像、透明背景が必要なグラフィックに最適です。JPEGと異なり圧縮による品質劣化がありません。
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を使用してください。PNGとJPEGの両方の利点にはWebPを検討してください。
技術的詳細
PNGはDEFLATE圧縮(LZ77 + ハフマン)を予測フィルター(None、Sub、Up、Average、Paeth)と組み合わせて使用します。カラータイプ:0(グレースケール)、2(RGB)、3(パレット)、4(グレースケール+アルファ)、6(RGBA)。チャンクベース構造:IHDR、IDAT、PLTE、tEXt、iCCPなど。
歴史
PNGは1996年にGIFの特許問題を受けて開発されました。8ビットパレットGIFを超え、24ビットカラーとフルアルファ透過をサポートしました。W3Cにより2003年にISO/IEC 15948として標準化されました。
.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 …