https://github.com/awxkee/jxl-coder-glide
JPEG XL Glide android plugin
https://github.com/awxkee/jxl-coder-glide
glide glide-decoder glide-jpegxl glide-library jpeg-xl jpeg-xl-decoder jxl jxl-decoder
Last synced: 4 months ago
JSON representation
JPEG XL Glide android plugin
- Host: GitHub
- URL: https://github.com/awxkee/jxl-coder-glide
- Owner: awxkee
- License: apache-2.0
- Created: 2023-09-18T15:28:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-10-23T19:42:05.000Z (7 months ago)
- Last Synced: 2025-10-23T21:28:06.359Z (7 months ago)
- Topics: glide, glide-decoder, glide-jpegxl, glide-library, jpeg-xl, jpeg-xl-decoder, jxl, jxl-decoder
- Language: Kotlin
- Homepage:
- Size: 4.86 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-BSD.md
Awesome Lists containing this project
README
# JPEG XL plugin for Glide in Android 24+
The Glide JXL Plugin is an efficient and versatile library that seamlessly integrates with Glide, a popular image loading library for Android. With this plugin, you can effortlessly decode and display JPEG XL (JXL) images within your Android application, providing a superior image loading experience for your users.
# Installation
Just add app glide module in your main project and all will start work automatically
# Add repository
```groovy
implementation 'io.github.awxkee:jxl-coder-glide:2.2.0' // or any version above picker from release tags
```
# Usage
```kotlin
// After you successfully added library you can start download JPEG XL images
val imageView: ImageView = findViewById(R.id.imageView)
val imageUrl = "https://example.com/your_image.jxl"
Glide.with(this)
.load(imageUrl)
.into(imageView)
```
# ~~Add Jitpack repository~~ Since 2.2.0 Deprecated
```groovy
repositories {
maven { url "https://jitpack.io" }
}
```
```groovy
implementation 'com.github.awxkee:jxl-coder-glide:2.1.9' // or any version above picker from release tags
```
# Disclaimer
## JPEG XL
Enhance your Android app's image loading capabilities with the Glide JXL Plugin and provide your users with a smoother experience when handling JPEG XL (JXL) images. If you have any questions or need assistance, please refer to the GitHub repository for more information and support.