Skip to content
forked from facebook/fresco

An Android library for managing images and the memory they use.

License

Notifications You must be signed in to change notification settings

tactivos/fresco

 
 

Repository files navigation

Fresco with libjpeg-turbo 2.0.4

This is a fork of the Fresco image library for Android, developed by Facebook. This version of Fresco has been updated to use libjpeg-turbo 2.0.4 instead of the original libjpeg-turbo 1.5.3.

Features

  • Memory-efficient image loading and caching.
  • Support for streaming images from various sources.
  • Automatic display of placeholders until the image loads.
  • Support for animated GIFs and WebPs.
  • Progressive JPEG loading.
  • Focus point specification for images.
  • Event listeners for various image loading events.
  • Image resizing and rescaling.
  • Support for round corners and circular images.

Changes in this Fork

  • Updated the underlying JPEG library to libjpeg-turbo 2.0.4 for improved performance and compatibility.

Installation

To use this fork in your project, add the following to your build.gradle file:

dependencies {
    implementation 'com.tactivos.fresco:libjpeg-turbo:2.0.4'
}

Usage

Refer to the original Fresco documentation for usage instructions. The API remains the same as the original Fresco library.

Contributing

Contributions are welcome. Please open an issue to discuss your ideas or submit a pull request with your changes.

License

This project is licensed under the same terms as the original Fresco project. See the LICENSE file for more information.

About

An Android library for managing images and the memory they use.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 73.7%
  • Kotlin 19.2%
  • C++ 5.3%
  • C 1.3%
  • Other 0.5%