2 个仓库
Hardware-accelerated tools for applying complex visual effects to images.
Distinct from Android Image Loading: Focuses on active processing and filtering rather than just the loading and fetching of images.
Explore 2 awesome GitHub repositories matching mobile development · GPU-Accelerated Processors. Refine with filters or upvote what's useful.
This is a Glide image transformation library for Android that provides a collection of image processing filters and shapes. It functions as a suite of hardware-accelerated tools for image cropping, artistic filtering, and transformation pipeline management. The project distinguishes itself through an image filter pipeline that allows for sequential transformation chaining, enabling multiple visual effects and color modifications to be applied in a single pass. It utilizes GPU acceleration to implement artistic effects such as pixelation, sketching, and blur. The library covers a broad range
Provides a hardware-accelerated tool for applying artistic effects like blur and pixelation on Android.
GPUImage2 是一个 Swift 框架,用于使用 GPU 对图像和视频应用实时滤镜和效果。它提供了一个实时视频滤镜库、图像几何操作引擎以及用于在图形硬件上处理视觉数据的 OpenGL 着色流水线。 该框架支持通过将图像源链接到顺序流中的消费者来构建视觉效果流水线。它支持为定制图像处理开发自定义片段和顶点着色器,并提供通过基于图的分组将这些操作捆绑到可重用单元中的能力。 功能领域包括颜色调整、几何操作和合成图像生成。该系统还支持合成图像分层,允许使用 Alpha 混合和色度键控组合多个图像源。
Performs heavy image transformations and geometry adjustments on the GPU to maintain high performance.