All Projects → JieYuShi → ImageViewProcess

JieYuShi / ImageViewProcess

Licence: other
ImageView图像处理功能实现+文件加解密

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ImageViewProcess

Glazy Viewpager
Android ViewPager template with cool animation.
Stars: ✭ 250 (+762.07%)
Mutual labels:  imageview
Image-Support
Add badge with counter to ImageView Android.
Stars: ✭ 128 (+341.38%)
Mutual labels:  imageview
StickerView
仿微博贴纸效果实现
Stars: ✭ 102 (+251.72%)
Mutual labels:  imageview
SquareImageView
SquareImageView is a simple wrapper library for Android ImageView
Stars: ✭ 28 (-3.45%)
Mutual labels:  imageview
CombineView
View that combines multiple images
Stars: ✭ 27 (-6.9%)
Mutual labels:  imageview
Parrot
A simple way to handle remote image in Kotlin.
Stars: ✭ 21 (-27.59%)
Mutual labels:  imageview
Music Cover View
Subclass of ImageView that 'morphs' into a circle shape and can rotates. Useful to be used as album cover in Music apps. 📀🎶
Stars: ✭ 239 (+724.14%)
Mutual labels:  imageview
TNImageView-Android
Android Library for making scale-able and rotatable image views or giving this power to your own image view. This repo has been depreciated.
Stars: ✭ 18 (-37.93%)
Mutual labels:  imageview
av.imageview
Titanium native ImageView module that extends the default Titanium ImageView with more capabilities and a different caching system.
Stars: ✭ 97 (+234.48%)
Mutual labels:  imageview
ImageView
Qt自定义图片显示控件-支持加载本地图片和网络图片,并支持缓存
Stars: ✭ 14 (-51.72%)
Mutual labels:  imageview
RoundImage
This library is used for converting Bitmap or Drawable images to Round or Circular Shape. Round image view for Android or Circular Image View for Android.Tags Android Round Circularimageview Circle Rounded Corner imageview library.
Stars: ✭ 42 (+44.83%)
Mutual labels:  imageview
FaceAware-Android
this helps to auto zoom for face on ImageView
Stars: ✭ 46 (+58.62%)
Mutual labels:  imageview
Leon
Leon is swift library to show and slid images with more gesture
Stars: ✭ 16 (-44.83%)
Mutual labels:  imageview
ProgressableImageView
Change your users progress capability with ProgressableImageView
Stars: ✭ 86 (+196.55%)
Mutual labels:  imageview
easy-animated-vector-drawable
A library that helps using Animated Vector Drawables.
Stars: ✭ 40 (+37.93%)
Mutual labels:  imageview
Kenburnsview
Android ImageViews animated by Ken Burns Effect
Stars: ✭ 2,685 (+9158.62%)
Mutual labels:  imageview
NoiseView
Android library written in kotlin that add a noise effect to image.
Stars: ✭ 47 (+62.07%)
Mutual labels:  imageview
imagin
An attachable image zooming library for the Android ImageView.
Stars: ✭ 17 (-41.38%)
Mutual labels:  imageview
bubble-layout
An Android ViewGroup that displays avatar bubbles... similar to the chat bubbles on Facebook Messenger.
Stars: ✭ 46 (+58.62%)
Mutual labels:  imageview
image-zoom-view
Imageview zoom library for android
Stars: ✭ 52 (+79.31%)
Mutual labels:  imageview

ImageViewProcess

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

1、LightingColorFilter模式:

mul和add像素进行图片处理

image

2、PoterDuffColorFilter模式:

源颜色和PoterDuff.Mode组合使用

image

3、ColorMatrixColorFilter模式:

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

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].