ImageViewProcess
ImageViewProcess copied to clipboard
ImageView图像处理功能实现+文件加解密
ImageViewProcess
ImageView进行图像处理的基础功能实现
1、LightingColorFilter模式:
mul和add像素进行图片处理

2、PoterDuffColorFilter模式:
源颜色和PoterDuff.Mode组合使用

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