- ColorFilterTransformation - Class in jp.wasabeef.picasso.transformations
-
- ColorFilterTransformation(int) - Constructor for class jp.wasabeef.picasso.transformations.ColorFilterTransformation
-
- ContrastFilterTransformation - Class in jp.wasabeef.picasso.transformations.gpu
-
contrast value ranges from 0.0 to 4.0, with 1.0 as the normal level
- ContrastFilterTransformation(Context) - Constructor for class jp.wasabeef.picasso.transformations.gpu.ContrastFilterTransformation
-
- ContrastFilterTransformation(Context, float) - Constructor for class jp.wasabeef.picasso.transformations.gpu.ContrastFilterTransformation
-
- CropCircleTransformation - Class in jp.wasabeef.picasso.transformations
-
- CropCircleTransformation() - Constructor for class jp.wasabeef.picasso.transformations.CropCircleTransformation
-
- CropSquareTransformation - Class in jp.wasabeef.picasso.transformations
-
- CropSquareTransformation() - Constructor for class jp.wasabeef.picasso.transformations.CropSquareTransformation
-
- CropTransformation - Class in jp.wasabeef.picasso.transformations
-
Crops a rectangle, allowing its dimensions and positioning to be specified by a combination of:
width/height in pixels
width/height as a ratio of the source image
aspect ratio
offset from left/top in pixels
horizontal and vertical gravity
If aspect ratio is provided then both width and height should not be provided or the ratio wil
be
ignored.
- CropTransformation(int, int, int, int) - Constructor for class jp.wasabeef.picasso.transformations.CropTransformation
-
Crops to the given size and offset in pixels.
- CropTransformation(int, int, CropTransformation.GravityHorizontal, CropTransformation.GravityVertical) - Constructor for class jp.wasabeef.picasso.transformations.CropTransformation
-
Crops to the given width and height (in pixels) using the given gravity.
- CropTransformation(int, int) - Constructor for class jp.wasabeef.picasso.transformations.CropTransformation
-
Crops to the given width and height (in pixels), defaulting gravity to CENTER/CENTER.
- CropTransformation(float, float, CropTransformation.GravityHorizontal, CropTransformation.GravityVertical) - Constructor for class jp.wasabeef.picasso.transformations.CropTransformation
-
Crops to a ratio of the source image's width/height.
- CropTransformation(float, float) - Constructor for class jp.wasabeef.picasso.transformations.CropTransformation
-
Crops to a ratio of the source image's width/height, defaulting to CENTER/CENTER gravity.
- CropTransformation(int, int, float, CropTransformation.GravityHorizontal, CropTransformation.GravityVertical) - Constructor for class jp.wasabeef.picasso.transformations.CropTransformation
-
Crops to the desired aspectRatio driven by either width OR height in pixels.
- CropTransformation(float, float, float, CropTransformation.GravityHorizontal, CropTransformation.GravityVertical) - Constructor for class jp.wasabeef.picasso.transformations.CropTransformation
-
Crops to the desired aspectRatio driven by either width OR height as a ratio to the original
image's dimension.
- CropTransformation(float, CropTransformation.GravityHorizontal, CropTransformation.GravityVertical) - Constructor for class jp.wasabeef.picasso.transformations.CropTransformation
-
Crops to the largest image that will fit the given aspectRatio.
- CropTransformation.GravityHorizontal - Enum in jp.wasabeef.picasso.transformations
-
- CropTransformation.GravityVertical - Enum in jp.wasabeef.picasso.transformations
-