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.
- 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.
- Updated the underlying JPEG library to libjpeg-turbo 2.0.4 for improved performance and compatibility.
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'
}
Refer to the original Fresco documentation for usage instructions. The API remains the same as the original Fresco library.
Contributions are welcome. Please open an issue to discuss your ideas or submit a pull request with your changes.
This project is licensed under the same terms as the original Fresco project. See the LICENSE file for more information.