Skip to content

rchaocai/ImageViewProcess

Repository files navigation

ImageViewProcess

ImageView进行图像处理的基础功能实现

1、LightingColorFilter模式:

mul和add像素进行图片处理

image

2、PoterDuffColorFilter模式:

源颜色和PoterDuff.Mode组合使用

image

3、ColorMatrixColorFilter模式:

三种模式中最为自由的一种,可分别调整色调、饱和度、亮度,还能通过ColorMatrix实现单独特殊效果

image

Releases

No releases published

Packages

No packages published

Languages