# hms-image-render-java **Repository Path**: hms-core/hms-image-render-java ## Basic Information - **Project Name**: hms-image-render-java - **Description**: 华为图像服务场景动效Java示例代码, 提供5种基础动效和9种高级动效,帮助实现图片内容高效再生产。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 0 - **Created**: 2021-02-20 - **Last Updated**: 2025-02-21 ## Categories & Tags **Categories**: harmonyos-image **Tags**: None ## README ## HUAWEI Image Kit Render Sample for Java English | [中文](README_ZH.md) ## Table of Contents * [Introduction](#introduction) * [Getting Started](#getting-started) * [Supported Environments](#supported-environments) * [Result](#result) * [License](#license) ## Introduction The Image Render service provides basic and advanced animation effects to help you reproduce image contents in an efficient way. This sample code encapsulates APIs of the HUAWEI Image Kit Render Service, it provides a sample programs for your reference or usage. 1. Supports five basic animations and any of their combination. 2. Provides nine advanced animation effects, bringing more fun to user interactions. For details, please refer to [XML Syntax Specifications for Image Render](https://developer.huawei.com/consumer/en/doc/development/Media-Guides/xml-introduction-0000001050439245?ha_source=hms1). ## Getting Started 1. Check whether the Android studio development environment is ready. Open the sample code project directory with file "build.gradle" in Android Studio. Run TestApp on your divice or simulator which have installed latest Huawei Mobile Service(HMS). 2. Register a [HUAWEI account](https://developer.huawei.com/consumer/en/). 3. Create an app and configure the app information in AppGallery Connect. See details: [HUAWEI Image Service Development Preparation](https://developer.huawei.com/consumer/en/doc/development/Media-Guides/config-agc-0000001050199019?ha_source=hms1) 4. To build this demo, please first import the demo in the Android Studio (3.x+). 5. Run the sample on your Android device or emulator. ## Supported Environments - Android Studio 3.0 or later. - Java SDK 1.8 or later. - Android SDK version is 26 or later. - Gradle 3.3.2. - HMS Core (APK) 4.0.2.300 or later(applicable to the SDK, but not the fallback-SDK). ## Result ## Question or issues If you want to evaluate more about HMS Core, [r/HMSCore on Reddit](https://www.reddit.com/r/HuaweiDevelopers/) is for you to keep up with latest news about HMS Core, and to exchange insights with other developers. If you have questions about how to use HMS samples, try the following options: - [Stack Overflow](https://stackoverflow.com/questions/tagged/huawei-mobile-services) is the best place for any programming questions. Be sure to tag your question with `huawei-mobile-services`. - [Huawei Developer Forum](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101187876626530001) HMS Core Module is great for general questions, or seeking recommendations and opinions. If you run into a bug in our samples, please submit an [issue](https://github.com/HMS-Core/hms-image-render/issues) to the Repository. Even better you can submit a [Pull Request](https://github.com/HMS-Core/hms-image-render/pulls) with a fix. ## License ImageRenderSample is licensed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).