Skip to content

Commit 0948c02

Browse files
authored
Merge pull request #15 from leejuyuu/image-formats
Add page to list supported image formats
2 parents 4f61552 + 3a6b3f9 commit 0948c02

File tree

9 files changed

+37
-14
lines changed

9 files changed

+37
-14
lines changed

config.toml

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ default_language = "en"
1313
# Whether to automatically compile all Sass files in the sass directory
1414
compile_sass = true
1515

16-
# Whether to generate a feed file for the site
17-
generate_feed = true
18-
1916
# When set to "true", the generated HTML files are minified.
2017
minify_html = false
2118

content/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ weight = 20
2626

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

3131
[[extra.list]]
3232
title = "Image editing"

content/authors/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Authors"
33
description = "The authurs of the blog articles."
4-
date = 2021-04-01T08:00:00+00:00
5-
updated = 2021-04-01T08:00:00+00:00
64
draft = false
75

86
# If add a new author page in this section, please add a new item,

content/docs/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Docs"
33
description = "The documents of nomacs."
4-
date = 2024-02-12T18:21:28Z
5-
updated = 2024-02-12T18:21:28Z
64
sort_by = "weight"
75
weight = 1
86
template = "docs/section.html"

content/docs/contributing/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Contributing"
33
description = "Find out how to contribute to nomacs."
4-
date = 2024-02-12T18:22:19Z
5-
updated = 2024-02-12T18:22:19Z
64
template = "docs/section.html"
75
sort_by = "weight"
86
weight = 4

content/docs/documentation/_index.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+++
2+
title = "Documentation"
3+
description = "The main documentation"
4+
template = "docs/section.html"
5+
sort_by = "weight"
6+
weight = 4
7+
draft = false
8+
+++
+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
+++
2+
title = "Features"
3+
description = "Features"
4+
date = 2024-12-20T19:01:00Z
5+
updated = 2024-12-20T19:01:00Z
6+
draft = false
7+
weight = 420
8+
sort_by = "weight"
9+
template = "docs/page.html"
10+
11+
[extra]
12+
lead = ""
13+
toc = true
14+
top = false
15+
+++
16+
17+
## Image formats
18+
19+
Updated 2024-12-20.
20+
21+
| Provider | Read and write | Read only |
22+
|----------------------------|--------------------------------------------------------------|-----------------------------------------------------------------------------------|
23+
| Qt Built-in | BMP, JPG, JPEG, PNG, PPM, XBM, XPM | GIF, PBM PGM |
24+
| Compile with `ENABLE_RAW` | | The formats that LibRaw supports (e.g. cr2, crw, nef, arw, mrw, rw2) |
25+
| Compile with `ENABLE_TIFF` | TIFF (multi-page) | |
26+
| Compile with Qt SVG | SVG | |
27+
| Qt Image formats plugin | ICNS, JP2, TIFF, WBMP, WEBP | MNG, TGA |
28+
| 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 |

content/docs/getting-started/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Getting Started"
33
description = "Quick start and guides for installing nomacs on your preferred operating system."
4-
date = 2024-02-12T18:23:19Z
5-
updated = 2024-02-12T18:23:19Z
64
template = "docs/section.html"
75
sort_by = "weight"
86
weight = 1

content/docs/help/_index.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Help"
33
description = "Get help on nomacs."
4-
date = 2024-02-12T18:20:22Z
5-
updated = 2024-02-12T18:20:22Z
64
template = "docs/section.html"
75
sort_by = "weight"
86
weight = 5

0 commit comments

Comments
 (0)