https://github.com/dhcgn/jxlgui
Windows Desktop App to convert images to JPEG XL .jxl files
https://github.com/dhcgn/jxlgui
jpeg-xl jxl
Last synced: 7 months ago
JSON representation
Windows Desktop App to convert images to JPEG XL .jxl files
- Host: GitHub
- URL: https://github.com/dhcgn/jxlgui
- Owner: dhcgn
- License: mit
- Created: 2022-02-04T17:16:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T20:49:21.000Z (about 1 year ago)
- Last Synced: 2024-05-01T12:47:39.276Z (about 1 year ago)
- Topics: jpeg-xl, jxl
- Language: C#
- Homepage:
- Size: 98.6 KB
- Stars: 17
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/dhcgn/jxlgui/actions/workflows/dotnet.yml)
# jxlgui
jxlgui is a Windows Desktop App designed to make the conversion of images to the JPEG XL format straightforward and accessible to everyone. With JPEG XL, you can enjoy modern image format benefits such as impressive performance and lossless compression. This tool stands out by offering a portable single executable file, making it easy to use without a complex installation process.
## Motivation
The motivation behind developing jxlgui was to increase the accessibility of the JPEG XL file format. We believe in the potential of JPEG XL to revolutionize image storage and transmission, and we want to contribute to its adoption by providing a user-friendly tool for image conversion.
## Key Features
- **Portable**: jxlgui comes as a single executable file, requiring no installation.
- **Batch Conversion**: Easily add multiple images to the app for batch conversion.
- **Drag and Drop Interface**: Simply drag and drop your files into the app's drop area to start the conversion process.
- **Supports Multiple Formats**: The input can be PNG, APNG, GIF, JPEG, PPM, PFM, or PGX, and a JPEG XL (JXL) file will be converted to PNG with ICC, JPG, or PPM/PFM.## Installation
No installation is required! Just copy the executable file to a convenient location on your computer and run it. jxlgui is built with .NET 8.0, so ensure your system meets the same requirements as .NET 8.0 for smooth operation.
## Usage
Using jxlgui is as simple as dragging and dropping your image files into the app's drop area. For more detailed instructions and examples, please refer to the screenshots and video tutorials included in this README.

[Video Tutorial](https://user-images.githubusercontent.com/6566207/152654674-f232b6b7-c2d1-4f4e-a78d-1cbfe3bb6020.mp4)
## Contributing
We welcome contributions! If you have ideas for improvements or want to contribute code, please feel free to add an issue or submit a pull request.
## Support
If you encounter any issues or have questions, please use the GitHub Issues section of this repository. We are committed to providing support and addressing your concerns.
## Acknowledgments
A big thank you to the developers and contributors of the JPEG XL file format. Your work inspires and enables projects like this.
## License
This app includes libjxl, which is licensed under the conditions listed [here](https://github.com/libjxl/libjxl/blob/main/LICENSE). For the license of jxlgui itself, please refer to the LICENSE file in this repository.