# fresco **Repository Path**: HarmonyOS-tpc/fresco ## Basic Information - **Project Name**: fresco - **Description**: Fresco is a powerful system for displaying images in OpenHarmony applications. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 3 - **Created**: 2021-04-01 - **Last Updated**: 2023-10-25 ## Categories & Tags **Categories**: harmony **Tags**: None ## README # Fresco Fresco is a powerful system for displaying images in OpenHarmony applications. Fresco takes care of image loading and display, so you don't have to. It will load images from the network, local storage, or local resources, and display a placeholder until the image has arrived. It has two levels of cache; one in memory and another in internal storage. Fresco also supports: * streaming of progressive JPEGs * display of animated GIFs * extensive customization of image loading and display * and much more! ## Requirements Fresco can be included in any OpenHarmony application. ## Using Fresco in your application If you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file: ```groovy implementation 'io.openharmony.tpc.thirdlib:fresco:1.0.2' ``` gif support ``` implementation 'io.openharmony.tpc.thirdlib:animated_gif_lite:1.0.3' ```