Skip to content

awxkee/jxl-coder-glide

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

implementation 'io.github.awxkee:jxl-coder-glide:2.2.0' // or any version above picker from release tags

Usage

// 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

repositories {
    maven { url "https://jitpack.io" }
}
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.

About

JPEG XL Glide android plugin

Topics

Resources

License

Apache-2.0, BSD-3-Clause licenses found

Licenses found

Apache-2.0
LICENSE.md
BSD-3-Clause
LICENSE-BSD.md

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy