ePerion Gallery
1.2
ePerion gallery application for the europeean ePerion project. This is an android application which manage a smart gallery where you can modify picture colors, sort the pictures and visualize any picture on Google Map.
|
Public Member Functions | |
PictureColorEffect (Bitmap bitmap) | |
Bitmap | blackAndWhite () |
Bitmap | sepia () |
Bitmap | negative () |
Bitmap | polaroid (String title, AssetManager asset) |
Image processing in order to change the colors: black&white, sepia, negative...
com.android.ePerion.gallery.pictureEffect.PictureColorEffect.PictureColorEffect | ( | Bitmap | bitmap | ) |
Constructor of the picture effect class.
bitmap | Picture to be modified. |
Bitmap com.android.ePerion.gallery.pictureEffect.PictureColorEffect.blackAndWhite | ( | ) |
Modify the color's picture. Set the colors to black and white.
Bitmap com.android.ePerion.gallery.pictureEffect.PictureColorEffect.negative | ( | ) |
Modify the color's picture. Set the colors to negative.
Bitmap com.android.ePerion.gallery.pictureEffect.PictureColorEffect.polaroid | ( | String | title, |
AssetManager | asset | ||
) |
Modify the color's picture. Set the picture as a polaroid and add a title to the picture..
title | Polaroid title. |
asset | Asset Manager |
Bitmap com.android.ePerion.gallery.pictureEffect.PictureColorEffect.sepia | ( | ) |
Modify the color's picture. Set the color's picture to sepia.