LINEA ファイル形式とは?
.lineaファイルは、The IconfactoryがiPhoneおよびiPad向けに開発したスケッチアプリ、Linea Sketchで作成された図面です。これはアプリのネイティブ保存形式であり、1つのパッケージ内に1つの作品に関するすべての情報を保持しています。
独自の拡張子ですが、.lineaファイルはプレーンなZipアーカイブです。拡張子を.zipに変更すれば、あらゆるアーカイブツールで開くことができます。中には、描画レイヤーごとの.png画像、プレビュー用のサムネイル、キャンバスサイズ、レイヤー順序、ブレンドモードを保存したメタデータレコードが含まれています。また、注釈メモやセッションのタイムラプス録画が含まれることもあります。レイヤーはラスター形式のPNG画像として保存されているため、.lineaファイルには編集可能なベクターパスではなく、ピクセルが含まれています。
セキュリティと安全性
リスク: LOWA .linea file is a Zip container holding PNG images and metadata, with no scripts or executable code, so it carries no inherent execution risk. The only caution is standard Zip handling: unpack files from unknown sources with a trusted archive tool.
形式の詳細
概要LINEA ファイルを開くプログラム
.zip and open it in 7-Zip to pull out the PNG layer images, thumbnail and metadata for use in other software. .zip and open it with The Unarchiver to extract the individual PNG layers, thumbnail and metadata. .linea drawing to PNG, PSD, TIFF or PDF. .zip name and run unzip file.zip to extract the layer PNGs and metadata from the command line. .linea file to view and fully edit every layer, tool and blend mode. 技術的詳細
詳細仕様| Container | Zip archive (uncompressed or deflate-compressed entries) |
| Encoding | Binary Zip package holding PNG layer images, a thumbnail, JSON/plist-style metadata, optional notes, and optional time-lapse video |
| Byte order | Little-endian (Zip local file headers) |
| Compression | Zip (deflate); the raster layers are themselves PNG-compressed |
| Structure | Each drawing is stored as a directory tree zipped into a single .linea package: one PNG per visible layer, a composite thumbnail preview, a metadata record describing canvas size, layer order, blend modes and tool history, plus optional annotation text and a recorded time-lapse movie. |
| Integrity | Per-entry CRC-32 checksums supplied by the Zip format |
| Platforms | iOS, iPadOS, macOS |
| Typical size | Hundreds of kilobytes to tens of megabytes depending on canvas resolution, layer count and whether a time-lapse video is embedded |
| Notes | Renaming a .linea file to .zip lets any archive utility extract the component files. The layers are flat PNG raster images, so a .linea file stores pixels rather than editable vector strokes. |
| リリース日 | 2016 |
LINEA の変換
コミュニティ Q&A
ユーザーからの質問まだ質問はありません。LINEA ファイルについて最初の質問をしてみましょう。
よくある質問
.lineaファイルを開くにはどうすればよいですか?
.zipに変更して解凍してください。Windowsで.lineaファイルを開くことはできますか?
.zipに変更し、7-Zipで解凍することで、中のPNGレイヤー画像を復元することは可能です。.lineaファイルをPSDに変換するにはどうすればよいですか?
なぜ.lineaファイルの実体がZipアーカイブなのですか?
.zipにリネームすることで、それらの構成要素を確認できます。