Skip to content

Commit

Permalink
Add JXL manga readers
Browse files Browse the repository at this point in the history
  • Loading branch information
woducku committed Dec 22, 2024
1 parent 4574405 commit 331aad6
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/configs/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const nav: DefaultTheme.NavItem[] = [
text: 'Manga',
items: [
{ text: 'Digital Manga Info', link: '/guides/manga/digim' },
{ text: 'JXL Readers', link: '/guides/manga/jxl' },
{ text: 'Madokami', link: '/guides/manga/madokami' },
{ text: 'Manga Image Editing', link: '/guides/manga/imagedit' }
]
Expand Down Expand Up @@ -252,6 +253,7 @@ const sidebar: DefaultTheme.Sidebar = [
collapsed: true,
items: [
{ text: 'Digital Manga Info', link: '/guides/manga/digim' },
{ text: 'JXL Readers', link: '/guides/manga/jxl' },
{ text: 'Madokami', link: '/guides/manga/madokami' },
{ text: 'Manga Image Editing', link: '/guides/manga/imagedit' }
]
Expand Down
40 changes: 40 additions & 0 deletions docs/guides/manga/jxl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: JXL Manga Readers
description: Manga readers with JXL support
customDescription: Manga readers with JXL support
outline: [2,3]
---

<GradientCard title="JXL Manga Readers" description="Manga readers with JXL support for Android, iOS & PC" theme="turquoise" variant="thin"/>

## Readers

### Android
- [Mihon](https://mihon.app/) [:gh:](https://github.com/mihonapp/mihon)
- [Yokai](https://mihon.app/forks/Yokai/) :s: [:gh:](https://github.com/null2264/yokai)
- [Komikku](https://github.com/komikku-app/komikku)
- [Komelia](https://github.com/Snd-R/Komelia) <Badge type="info" text="Komga" />

### iOS
- [YACReader](https://apps.apple.com/app/id635717885) :s::paid::cs: [:tf:](https://testflight.apple.com/join/5zhB7sRP)
- [Panels](https://apps.apple.com/us/app/panels-comic-reader/id1236567663) :fm::cs:

### PC
- [NeeView](https://bitbucket.org/neelabo/neeview/wiki/Home) :win:
- [YACReader](https://www.yacreader.com/) :win::app::lin: [:gh:](https://github.com/YACReader/yacreader)
- [XnView MP](https://www.xnview.com/en/xnviewmp/) :win::app::lin::cs:
- [Bandiview](https://en.bandisoft.com/bandiview/) :win::paid::cs:
- [Komelia](https://github.com/Snd-R/Komelia) :win::lin: <Badge type="info" text="Komga" />
- [MComix](https://sourceforge.net/projects/mcomix/files/) :win::lin::warning: <tooltip>Doesn't work when the source is lossy image</tooltip>


## Guide

### Neeview
1. Install [**jxl-winthumb**](https://github.com/saschanaz/jxl-winthumb).
2. Open Neeview -> Option -> Settings -> File Types.
3. Click **Add** in Image file extensions and add `.jxl`. Done.

### YACReader
1. Download `plugin_for_qt6_x_x.zip` from [**here**](https://github.com/novomesk/qt-jpegxl-image-plugin) & unzip it. `qjpegxl6.dll` will be inside it.
2. Go to `C:\Program Files\YACReader\imageformats\` and put `qjpegxl6.dll` there. Done.

0 comments on commit 331aad6

Please sign in to comment.