gpupixel

Real-time image and video processing library similar to GPUImage, with built-in beauty filters, achieving commercial-grade beauty effects. Written in C++11 and based on OpenGL/ES.

MIT License

Stars
1.2K
Committers
7

Bot releases are hidden (Show)

gpupixel - v1.2.2

Published by gezhaoyou 8 months ago

What's new

  1. bugfix: fix linux link vnn_core error
gpupixel - v1.2.1

Published by LiamKeh 8 months ago

What's new

  1. fix android xiaomi jni crash
  2. refine source image

Full Changelog: https://github.com/pixpark/gpupixel/compare/v1.2.0...v1.2.1

gpupixel - v1.2.0 - replace face++ with vnn

Published by gezhaoyou 8 months ago

What's Changed

  1. replace face++ with vnn for android, ios , mac, windows and linux;

Full Changelog: https://github.com/pixpark/gpupixel/compare/v1.1.1...v1.2.0

gpupixel - v1.1.1

Published by gezhaoyou 9 months ago

What's Changed

bugfix: fix TargetRawOuput i420 and rgba callback not work.
Full Changelog: https://github.com/pixpark/gpupixel/compare/v1.1.0...v1.1.1

gpupixel - v1.1.0

Published by gezhaoyou 9 months ago

What's Changed

Full Changelog: https://github.com/pixpark/gpupixel/compare/1.0.6...v1.1.0

gpupixel - v1.0.6

Published by gezhaoyou 9 months ago

What's New

  1. Android demo add camera permission check;
  2. Fix Android layout GPUPixelView show empty;
  3. Refactor android ios and mac demo
gpupixel - v1.0.5

Published by gezhaoyou 9 months ago

What's Changed

feat: Add macOS demo and work well;
refactor: auto detect platform and define platform macro
feat: refine android demo

gpupixel - v1.0.4

Published by gezhaoyou 9 months ago

feat: refine ios demo and add camera switch button

gpupixel - v1.0.3

Published by gezhaoyou 10 months ago

bugfix: Temporary fix for incorrect orientation issue in Android video preview.

gpupixel - v1.0.2

Published by gezhaoyou 10 months ago

Add native layer to obtain app context on Android, optimize the creation of Android source images. in https://github.com/pixpark/gpupixel/commit/888a186240b0729d50d76fd1387cf556fd179e4a

gpupixel - v1.0.1

Published by gezhaoyou 10 months ago

What's Changed

  1. Fix the crash issue in the Android demo.
  2. Add the functionality to read images from Android assets and generate source image textures. in https://github.com/pixpark/gpupixel/commit/8463c4768be9e941422323b5e1c49e7bef3e0e11
  3. Add brightness and smoothing sliders to the Android demo. in https://github.com/pixpark/gpupixel/commit/935abb74ca3363d5904f7ed8af50d4ff64507182
  4. Integrate libyuv to improve the efficiency of converting Android NV21 format to RGBA. in https://github.com/pixpark/gpupixel/commit/935abb74ca3363d5904f7ed8af50d4ff64507182 and https://github.com/pixpark/gpupixel/commit/f77ad8b9c0f0ace4005322a87f65d11f3213ac97
gpupixel - v0.0.1

Published by gezhaoyou over 1 year ago

Preview version