awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
wasabeef avatar

wasabeef/Blurry

0
View on GitHub↗
5,654 星标·604 分支·Java·Apache-2.0·4 次浏览

Blurry

Blurry 是一个 Android UI 视觉效果库,用于将高斯模糊和颜色滤镜应用于移动用户界面。它提供了一套工具,用于从源文件或内存生成模糊位图,并将这些效果应用于 Android 视图和布局容器。

该库通过捕获 UI 组件的静态位图表示并将其渲染为风格化覆盖层来实现磨砂玻璃效果。此过程包括基于半径的采样以控制模糊强度,以及颜色滤镜集成以修改背景的视觉氛围或可读性。

该项目涵盖了图像处理和视图样式功能,包括模糊位图生成和用于在原始视图内容之上渲染处理后图像的自定义画布覆盖层。

Features

  • UI Visual Effects - A comprehensive library for adding Gaussian blur and color filter visual effects to Android user interfaces.
  • Image Blur Filters - Generates blurred bitmaps from source images using radius-based filtering.
  • Android Image Processing - Provides visual filtering and blur effects specifically for bitmaps within the Android ecosystem.
  • Blur Effects - Applies Gaussian blur filters to Android UI elements and background layers.
  • Gaussian Blur Implementations - Implements Gaussian blur algorithms to create soft focus effects on image data.
  • View Snapshotting - Captures static bitmap representations of UI components to apply blur processing before rendering.
  • Blurred View Overlays - Renders blurred versions of views as overlays or inside target containers using custom filters.
  • Blur and Glass Background Styles - Implements frosted glass effects by applying blur filters to specific layout elements.
  • Artistic Color Filtering - Provides color filters to modify the visual tone and mood of blurred backgrounds.
  • Bitmap Transformation Tools - Provides tools for programmatically modifying bitmap assets via Gaussian blur before rendering.
  • Visual Depth Effects - Creates blurred background effects and overlays to improve visual depth and focus in Android applications.
  • View-to-Bitmap Overlays - Renders processed blurred images on a separate canvas layer positioned above original view content.
  • Blur Effects - Simple blur library.
  • Visual Effects - Simple blur library.

Star 历史

wasabeef/blurry 的 Star 历史图表wasabeef/blurry 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Blurry 的开源替代方案

相似的开源项目,按与 Blurry 的功能重合度排序。
  • dimezis/blurviewDimezis 的头像

    Dimezis/BlurView

    4,008在 GitHub 上查看↗

    BlurView is a custom Android UI component that provides real-time, dynamic blurring effects for user interfaces. It functions as a layout element that applies a blur effect to the content of the underlying view hierarchy, enabling the creation of glassmorphism styles and translucent backgrounds. The project focuses on implementing dynamic background rendering that updates as the content beneath the blurred area changes. It allows for the porting of frosted glass visual styles to Android layouts through adjustable diffusion levels and rounded corner clipping. The implementation covers visual

    Javaandroidblurblurview
    在 GitHub 上查看↗4,008
  • camerakit/blurkit-androidCameraKit 的头像

    CameraKit/blurkit-android

    3,758在 GitHub 上查看↗

    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

    Javaandroidandroid-libraryblurkit-android
    在 GitHub 上查看↗3,758
  • nicklockwood/fxblurviewnicklockwood 的头像

    nicklockwood/FXBlurView

    4,930在 GitHub 上查看↗

    FXBlurView is an iOS blur effect library and image processing tool designed to render Gaussian blur effects over application views and static images. It provides a UIKit background blur view component that can be applied to UI elements to create blurred backgrounds. The library supports both real-time blurring of live application views and the processing of static images. It offers two primary rendering modes: a single-pass static rendering for efficiency and a dynamic background-thread processing mode to maintain user interface responsiveness during heavy computations. Additional capabiliti

    Objective-C
    在 GitHub 上查看↗4,930
  • wasabeef/glide-transformationswasabeef 的头像

    wasabeef/glide-transformations

    9,888在 GitHub 上查看↗

    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

    Javaandroidandroid-libraryglide
    在 GitHub 上查看↗9,888
查看 Blurry 的所有 30 个替代方案→

常见问题解答

wasabeef/blurry 是做什么的?

Blurry 是一个 Android UI 视觉效果库,用于将高斯模糊和颜色滤镜应用于移动用户界面。它提供了一套工具,用于从源文件或内存生成模糊位图,并将这些效果应用于 Android 视图和布局容器。

wasabeef/blurry 的主要功能有哪些?

wasabeef/blurry 的主要功能包括:UI Visual Effects, Image Blur Filters, Android Image Processing, Blur Effects, Gaussian Blur Implementations, View Snapshotting, Blurred View Overlays, Blur and Glass Background Styles。

wasabeef/blurry 有哪些开源替代品?

wasabeef/blurry 的开源替代品包括: dimezis/blurview — BlurView is a custom Android UI component that provides real-time, dynamic blurring effects for user interfaces. It… camerakit/blurkit-android — Blurkit-android is a library for applying real-time image transformations and blur-behind effects to views and bitmaps… nicklockwood/fxblurview — FXBlurView is an iOS blur effect library and image processing tool designed to render Gaussian blur effects over… wasabeef/glide-transformations — This is a Glide image transformation library for Android that provides a collection of image processing filters and… kureev/react-native-blur — This project is a cross-platform mobile blur library and a collection of native components used to render Gaussian… rrutsche/react-parallax — React Parallax is a React animation component library that creates multi-speed scrolling background depth effects. It…