Add epub and djvu to filetype docs

This commit is contained in:
Paul Friederichsen 2023-10-11 19:38:46 -05:00
parent d8ff8bec6b
commit 882eaa2147
1 changed files with 7 additions and 5 deletions

View File

@ -7,7 +7,7 @@ This is a list of all filetypes Hydrus can import. Hydrus determines the filetyp
## Images
| Filetype | Extension | MIME type | Thumbnails | Viewable in Hydrus | Notes |
| ---------- | --------- | -------------- | :--------: | :----------------: |--------------------------------------------|
| ---------- | --------- | -------------- | :--------: | :----------------: | ------------------------------------------ |
| jpeg | `.jpeg` | `image/jpeg` | ✅ | ✅ | |
| png | `.png` | `image/png` | ✅ | ✅ | |
| static gif | `.gif` | `image/gif` | ✅ | ✅ | |
@ -67,16 +67,18 @@ This is a list of all filetypes Hydrus can import. Hydrus determines the filetyp
## Applications
| Filetype | Extension | MIME type | Thumbnails | Viewable in Hydrus | Notes |
| -------- | --------- | ------------------------------- | :--------: | :----------------: | ----- |
| flash | `.swf` | `application/x-shockwave-flash` | ✅ | ❌ | |
| Filetype | Extension | MIME type | Thumbnails | Viewable in Hydrus | Notes |
| -------- | --------- | ------------------------------- | :--------: | :----------------: | ----------------------------------------------------------------- |
| flash | `.swf` | `application/x-shockwave-flash` | ✅ | ❌ | |
| pdf | `.pdf` | `application/pdf` | ✅ | ❌ | 300 DPI assumed for resolution. No thumbnails for encrypted PDFs. |
| epub | `.epub` | `application/epub+zip` | ❌ | ❌ | |
| djvu | `.djvu` | `image/vnd.djvu` | ❌ | ❌ | |
## Image Project Files
| Filetype | Extension | MIME type | Thumbnails | Viewable in Hydrus | Notes |
| --------- | ------------ | ----------------------------- | :--------: | :----------------: |-------------------|
| --------- | ------------ | ----------------------------- | :--------: | :----------------: | ----------------- |
| psd | `.psd` | `image/vnd.adobe.photoshop` | ✅ | ✅ | Adobe Photoshop |
| clip | `.clip` | `application/clip`[^1] | ✅ | ❌ | Clip Studio Paint |
| sai2 | `.sai2` | `application/sai2`[^1] | ❌ | ❌ | PaintTool SAI2 |