6 dépôts
Applying visual filters and effects to images specifically within the Android ecosystem.
Distinct from Android Image Loading Libraries: Shortlist candidates focus on loading or compression, whereas this covers general visual processing.
Explore 6 awesome GitHub repositories matching mobile development · Android Image Processing. 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
Applies visual filters and effects to images within Android applications using the Glide library.
android-gpuimage is an OpenGL image processing library for Android that provides a GPU-powered framework for applying real-time shaders, blending layers, and processing live video streams. It functions as a real-time video filter and image blending engine to modify the luminance, vibrance, and geometry of visual content. The library enables the application of graphical effects to both static photos and live camera feeds. It supports complex image transformations, including the merging of multiple image layers through various blending modes. Capabilities cover a broad range of image manipulat
Provides a set of shader-based visual effects for modifying luminance, vibrance, and geometry within the Android ecosystem.
TakePhoto is an Android media capture framework and image processing library designed to manage photo acquisition and manipulation. It provides a toolkit for capturing new images via the device camera and selecting existing images from the system gallery or local file storage. The framework distinguishes itself through automatic activity and session state restoration, which recovers the capture process after the system recycles an activity. It also includes a unified handler for managing runtime media permissions for camera and storage access across different Android versions. The library co
Provides capabilities for cropping and compressing images on Android devices to optimize file size.
Blurry est une bibliothèque d'effets visuels pour l'interface utilisateur Android utilisée pour appliquer des flous gaussiens et des filtres de couleur aux interfaces mobiles. Elle fournit un ensemble d'outils pour générer des images bitmap floutées à partir de fichiers sources ou de la mémoire et appliquer ces effets aux vues et conteneurs de mise en page Android. La bibliothèque implémente des effets de verre dépoli en capturant des représentations bitmap statiques des composants d'interface et en les rendant sous forme d'overlays stylisés. Ce processus inclut un échantillonnage basé sur le rayon pour contrôler l'intensité du flou et l'intégration de filtres de couleur pour modifier l'ambiance visuelle ou la lisibilité de l'arrière-plan. Le projet couvre des capacités de traitement d'image et de stylisation de vues, incluant la génération de bitmaps floutés et des overlays de canevas personnalisés pour rendre des images traitées au-dessus du contenu original de la vue.
Provides visual filtering and blur effects specifically for bitmaps within the Android ecosystem.
MagicCamera est un SDK de filtres photo et une bibliothèque d'embellissement facial pour Android, conçus pour offrir des effets visuels en temps réel pour les applications de caméra et d'enregistrement vidéo. Il sert de framework d'édition d'image et de moteur de filtres vidéo pour améliorer l'apparence faciale et modifier des photos sur les appareils Android. Le projet se concentre sur l'embellissement du visage, en fournissant spécifiquement des outils pour le lissage de la peau et le blanchiment facial. Il permet l'application de filtres en temps réel sur les flux de caméra en direct et prend en charge l'enregistrement vidéo avec ces effets appliqués. Le système couvre l'édition d'image mobile et le filtrage de caméra en temps réel, utilisant un pipeline de shaders pour traiter les frames et mapper les données de la caméra sur des textures pour une sortie filtrée.
Implements a suite of visual filters and effects for image processing within the Android ecosystem.
Blurkit-android is a library for applying real-time image transformations and blur-behind effects to views and bitmaps within Android applications. It functions as an image processing tool to transform visual content into blurred versions using optimized rendering methods. The project focuses on high-performance background blur rendering, enabling the creation of layered layouts with adjustable blur radius. It achieves this through a combination of hardware-accelerated drawing, bitmap downsampling, and the use of a compute framework to parallelize calculations across the GPU and multi-core CP
Implements visual filters and blur effects specifically for images and bitmaps within the Android ecosystem.