restructure

This commit is contained in:
JMARyA 2024-01-17 09:00:45 +01:00
parent ef7661245b
commit 598a10bc28
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
182 changed files with 342 additions and 336 deletions

View file

@ -7,10 +7,10 @@ wiki: https://en.wikipedia.org/wiki/Comic_book_archive
A comic book archive is a type of archive file for the purpose of sequential viewing of images, commonly for comic books or manga.
The filename extension indicates the archive type used:
- `.cb7` → [7z](../applications/cli/p7zip.md)
- `.cb7` → [7z](../applications/cli/compression/p7zip.md)
- `.cba` → ACE
- `.cbr` → RAR
- `.cbt` → [TAR](../applications/cli/tar.md)
- `.cbt` → [TAR](../applications/cli/compression/tar.md)
- `.cbz` → [ZIP](ZIP.md)
Comic book archive files mainly consist of a series of image files with specific naming, typically [PNG](../media/image/PNG.md) (lossless compression) or JPEG (lossy compression, not JPEG-LS or JPEG XT) files, stored as a single archive file. Occasionally GIF, BMP, and TIFF files are seen. Folders may be used to group images in a more logical layout within the archive, like book chapters.
Comic book archive files mainly consist of a series of image files with specific naming, typically [PNG](media/image/PNG.md) (lossless compression) or JPEG (lossy compression, not JPEG-LS or JPEG XT) files, stored as a single archive file. Occasionally GIF, BMP, and TIFF files are seen. Folders may be used to group images in a more logical layout within the archive, like book chapters.