Skip to content

Commit

Permalink
version 1.3.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaronkot committed Mar 3, 2025
1 parent 04cf358 commit 0f71a83
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Multi Platform
name: Build
on:
pull_request:
branches: [main, dev ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Multi Platform
name: Release
on:
push:
tags:
Expand Down
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
GPUPixel Version: v1.2.5
GPUPixel Version: v1.3.0-beta
## What's New

1. Android support armeabi-v7a @cijiugechu https://github.com/pixpark/gpupixel/commit/f51ece9b81ee71d357e26a1ca6620ab035767796
1. fix type errors in jni @cijiugechu https://github.com/pixpark/gpupixel/commit/f70fa25de04ff0d9a37dd64c1a6beb21da787e29
1. Refine android filter @xiaoshanlin000 https://github.com/pixpark/gpupixel/commit/7ee92c3c69949e2e5852770a282e9c75b46eaccd
1. 🔄 Replace the VNN face detection library with Mars-Face.

2. 📉 Further reduce the library size.

3. 🖥️ Use static linking for Mars-Face on Linux, macOS, and iOS.

4. 📱 Use dynamic linking for Mars-Face on Windows and Android.

5. 🐧 For Linux, the Mars-Face static library must be compiled using Debian 10.

---

📝 👀Both Linux and macOS platforms provide static libraries for all third-party dependencies, so if you want to experiment with WASM support, you can use these two platforms for compilation.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

> Welcome to join us to make GPUPixel better by participating [discussions](https://github.com/pixpark/gpupixel/discussions), opening [issues](https://github.com/pixpark/gpupixel/issues/new/choose), submitting [PRs](https://github.com/pixpark/gpupixel/pulls) 👏.
> Replace the VNN face detection library with Mars-Face from v1.3.0-beta
## Introduction

🍔 GPUPixel is a real-time, high-performance image and video filter library, extremely easy to compile and integrate with small library size.
Expand Down

0 comments on commit 0f71a83

Please sign in to comment.