Skip to content

Add page to list supported image formats #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ default_language = "en"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true

# Whether to generate a feed file for the site
generate_feed = true

# When set to "true", the generated HTML files are minified.
minify_html = false

Expand Down
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ weight = 20

[[extra.list]]
title = "Image viewing"
content = 'Supports the most common image formats including RAW.'
content = 'Supports the most common image formats including RAW. <a href="/docs/documentation/features">Learn more →</a>'

[[extra.list]]
title = "Image editing"
Expand Down
2 changes: 0 additions & 2 deletions content/authors/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Authors"
description = "The authurs of the blog articles."
date = 2021-04-01T08:00:00+00:00
updated = 2021-04-01T08:00:00+00:00
draft = false

# If add a new author page in this section, please add a new item,
Expand Down
2 changes: 0 additions & 2 deletions content/docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Docs"
description = "The documents of nomacs."
date = 2024-02-12T18:21:28Z
updated = 2024-02-12T18:21:28Z
sort_by = "weight"
weight = 1
template = "docs/section.html"
Expand Down
2 changes: 0 additions & 2 deletions content/docs/contributing/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Contributing"
description = "Find out how to contribute to nomacs."
date = 2024-02-12T18:22:19Z
updated = 2024-02-12T18:22:19Z
template = "docs/section.html"
sort_by = "weight"
weight = 4
Expand Down
8 changes: 8 additions & 0 deletions content/docs/documentation/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "Documentation"
description = "The main documentation"
template = "docs/section.html"
sort_by = "weight"
weight = 4
draft = false
+++
28 changes: 28 additions & 0 deletions content/docs/documentation/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
+++
title = "Features"
description = "Features"
date = 2024-12-20T19:01:00Z
updated = 2024-12-20T19:01:00Z
draft = false
weight = 420
sort_by = "weight"
template = "docs/page.html"

[extra]
lead = ""
toc = true
top = false
+++

## Image formats

Updated 2024-12-20.

| Provider | Read and write | Read only |
|----------------------------|--------------------------------------------------------------|-----------------------------------------------------------------------------------|
| Qt Built-in | BMP, JPG, JPEG, PNG, PPM, XBM, XPM | GIF, PBM PGM |
| Compile with `ENABLE_RAW` | | The formats that LibRaw supports (e.g. cr2, crw, nef, arw, mrw, rw2) |
| Compile with `ENABLE_TIFF` | TIFF (multi-page) | |
| Compile with Qt SVG | SVG | |
| Qt Image formats plugin | ICNS, JP2, TIFF, WBMP, WEBP | MNG, TGA |
| KImageFormats plugin | AVIF, DDS, EPS, HEIF, JXL, JXR, EXR, PCX, QOI, SGI, PIC, TGA | ANI, RAW, XCF, KRA, ORA, PXR, PFM, PHM, Photoshop documents, HDR, SCT, Sun Raster |
2 changes: 0 additions & 2 deletions content/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Getting Started"
description = "Quick start and guides for installing nomacs on your preferred operating system."
date = 2024-02-12T18:23:19Z
updated = 2024-02-12T18:23:19Z
template = "docs/section.html"
sort_by = "weight"
weight = 1
Expand Down
2 changes: 0 additions & 2 deletions content/docs/help/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Help"
description = "Get help on nomacs."
date = 2024-02-12T18:20:22Z
updated = 2024-02-12T18:20:22Z
template = "docs/section.html"
sort_by = "weight"
weight = 5
Expand Down
Loading