5 Star 1 Fork 2

HarmonyOS-TPC / libyuv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 848 Bytes
一键复制 编辑 原始数据 按行查看 历史
DINILRAJ T R 提交于 2021-06-10 14:17 . update README.md.

Libyuv

Introduction

libyuv is Google's Open-Source Library for conversion, rotation and scaling between YUV and RGB. It supports compiling and execution on Windows, Linux, Mac, and other platforms, x86, x64, arm architectures, and SIMD instruction acceleration such as SSE, AVX, NEON.

Features

  • Converting ARGB image to RGBA

Usage Instructions

Can call the api for the conversion of ARGB image to RGBA Libyuv.ARGBToRGBA(byteArray, w4, rgbbuffer, w4, w, h);

Installation tutorial

method 1: Generate har package from library add it to the libs folder
		add the following code to gradle of entry 
		
		implementation fileTree(dir: 'libs', include: ['*.har'])

method 2:
allprojects {
    repositories {
        mavenCentral()
    }
}

dependencies {
    implementation 'io.openharmony.tpc.thirdlib:libyuv:1.0.2'
}
1
https://gitee.com/HarmonyOS-tpc/libyuv.git
git@gitee.com:HarmonyOS-tpc/libyuv.git
HarmonyOS-tpc
libyuv
libyuv
master

搜索帮助