Skip to content

Commit c7c0cea

Browse files
committed
docs: add page to list supported image formats
1 parent 5f61f19 commit c7c0cea

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

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 |

0 commit comments

Comments
 (0)