Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
Android Image Save
no vote
This app is can Image save to real device on  "sdcard/frame.jpg" you can confirm saved image file it doesn`t work on AVD  but available working on real device Image file save to jpg, and png(change bitmap.compress(Bitmap.CompressFormat.JPEG, 100, out); -> PNG)
Gooday
2016-08-23
0
1
Android Image simple effect
no vote
This Projectcan pictures change, add the color channel this example, can add yellow channel and red channel It used class ' LightingColorFilter', ' setColorFilter' and 'drawFilter'
Gooday
2016-08-23
1
1
Android Image Blur and Grayscale filter
no vote
This Project can add blur effect and grayscale filter It used class  ColorMatrix( new float[] {0.299f, 0.299f,0.299f, 0, 0,      0.299f,0.299f, 0.299f, 0, 0,      0.299f, 0.299f, 0.299f, 0, 0,      0, 0, 0, 1, 0  }); and BlurMaskFilter first image : original picture
Gooday
2016-08-23
0
1
Android Image Format change jpg to png
no vote
This Project chage the image format jpg to png(png to jpg) first image : original image source second image : It change jpg low quality compressed format ( quality ratio 3 ) third image : It ch
Gooday
2016-08-23
0
1
No more~