https://github.com/uyjulian/ifjxl
JPEG XL plugin for Susie Image Viewer
https://github.com/uyjulian/ifjxl
jpeg-xl jpegxl jxl libjxl plugin sph spi susie susie-plugin
Last synced: 6 months ago
JSON representation
JPEG XL plugin for Susie Image Viewer
- Host: GitHub
- URL: https://github.com/uyjulian/ifjxl
- Owner: uyjulian
- License: mit
- Created: 2022-01-30T18:38:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T20:07:54.000Z (about 1 year ago)
- Last Synced: 2024-10-18T20:45:25.849Z (12 months ago)
- Topics: jpeg-xl, jpegxl, jxl, libjxl, plugin, sph, spi, susie, susie-plugin
- Language: C
- Homepage:
- Size: 51.8 KB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JPEG XL Susie plugin
This plugin allows reading of JXL / JPEG XL images in Susie plugin-compatible image viewers.
## Downloads
The following binaries are available:
* [Win32 (Intel 32-bit GCC)](https://github.com/uyjulian/ifjxl/releases/latest/download/ifjxl.intel32.gcc.7z)
* [Win32 (Intel 64-bit GCC)](https://github.com/uyjulian/ifjxl/releases/latest/download/ifjxl.intel64.gcc.7z)
* [Win32 (Intel 32-bit Clang)](https://github.com/uyjulian/ifjxl/releases/latest/download/ifjxl.intel32.clang.7z)
* [Win32 (Intel 64-bit Clang)](https://github.com/uyjulian/ifjxl/releases/latest/download/ifjxl.intel64.clang.7z)
* [Win32 (ARM 32-bit Clang)](https://github.com/uyjulian/ifjxl/releases/latest/download/ifjxl.arm32.clang.7z)
* [Win32 (ARM 64-bit Clang)](https://github.com/uyjulian/ifjxl/releases/latest/download/ifjxl.arm64.clang.7z)## Preparing the environment
Install the `act` tool: https://nektosact.com/installation/index.html
## Building
```
$ git clone https://github.com/uyjulian/ifjxl.git
$ cd ifjxl
$ act run --artifact-server-path $PWD/build-artifacts
```
Output artifacts will be in `build-artifacts` folder.## How to use
Susie plugins are compatible with many programs, including these:
- [A to B converter](http://www.asahi-net.or.jp/~KH4S-SMZ/spi/abc/index.html)
- [DYNA](https://hp.vector.co.jp/authors/VA004117/dyna.html)
- [Linar](http://hp.vector.co.jp/authors/VA015839/)
- [Susie](http://www.digitalpad.co.jp/~takechin/betasue.html#susie32)
- [picture effecter](http://www.asahi-net.or.jp/~DS8H-WTNB/software/index.html)
- [stereophotomaker](http://stereo.jpn.org/eng/stphmkr/)
- [vix](http://www.forest.impress.co.jp/library/software/vix/)## License
This project is licensed under the MIT license. Please read the `LICENSE` file for more information.