Skip navigation links
B C F G I J K M P R S T U V 

B

blur(Bitmap, int, boolean) - Static method in class jp.wasabeef.picasso.transformations.internal.FastBlur
 
blur(Context, Bitmap, int) - Static method in class jp.wasabeef.picasso.transformations.internal.RSBlur
 
BlurTransformation - Class in jp.wasabeef.picasso.transformations
 
BlurTransformation(Context) - Constructor for class jp.wasabeef.picasso.transformations.BlurTransformation
 
BlurTransformation(Context, int) - Constructor for class jp.wasabeef.picasso.transformations.BlurTransformation
 
BlurTransformation(Context, int, int) - Constructor for class jp.wasabeef.picasso.transformations.BlurTransformation
 
BrightnessFilterTransformation - Class in jp.wasabeef.picasso.transformations.gpu
brightness value ranges from -1.0 to 1.0, with 0.0 as the normal level
BrightnessFilterTransformation(Context) - Constructor for class jp.wasabeef.picasso.transformations.gpu.BrightnessFilterTransformation
 
BrightnessFilterTransformation(Context, float) - Constructor for class jp.wasabeef.picasso.transformations.gpu.BrightnessFilterTransformation
 

C

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
 

F

FastBlur - Class in jp.wasabeef.picasso.transformations.internal
Copyright (C) 2018 Wasabeef Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
FastBlur() - Constructor for class jp.wasabeef.picasso.transformations.internal.FastBlur
 

G

getFilter() - Method in class jp.wasabeef.picasso.transformations.gpu.GPUFilterTransformation
 
getMaskDrawable(Context, int) - Static method in class jp.wasabeef.picasso.transformations.internal.Utils
 
GPUFilterTransformation - Class in jp.wasabeef.picasso.transformations.gpu
 
GPUFilterTransformation(Context, GPUImageFilter) - Constructor for class jp.wasabeef.picasso.transformations.gpu.GPUFilterTransformation
 
GrayscaleTransformation - Class in jp.wasabeef.picasso.transformations
 
GrayscaleTransformation() - Constructor for class jp.wasabeef.picasso.transformations.GrayscaleTransformation
 

I

InvertFilterTransformation - Class in jp.wasabeef.picasso.transformations.gpu
Invert all the colors in the image.
InvertFilterTransformation(Context) - Constructor for class jp.wasabeef.picasso.transformations.gpu.InvertFilterTransformation
 

J

jp.wasabeef.picasso.transformations - package jp.wasabeef.picasso.transformations
 
jp.wasabeef.picasso.transformations.gpu - package jp.wasabeef.picasso.transformations.gpu
 
jp.wasabeef.picasso.transformations.internal - package jp.wasabeef.picasso.transformations.internal
 

K

key() - Method in class jp.wasabeef.picasso.transformations.BlurTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.ColorFilterTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.CropCircleTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.CropSquareTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.CropTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.gpu.BrightnessFilterTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.gpu.ContrastFilterTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.gpu.GPUFilterTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.gpu.InvertFilterTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.gpu.KuwaharaFilterTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.gpu.PixelationFilterTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.gpu.SepiaFilterTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.gpu.SketchFilterTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.gpu.SwirlFilterTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.gpu.ToonFilterTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.gpu.VignetteFilterTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.GrayscaleTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.MaskTransformation
 
key() - Method in class jp.wasabeef.picasso.transformations.RoundedCornersTransformation
 
KuwaharaFilterTransformation - Class in jp.wasabeef.picasso.transformations.gpu
Kuwahara all the colors in the image.
KuwaharaFilterTransformation(Context) - Constructor for class jp.wasabeef.picasso.transformations.gpu.KuwaharaFilterTransformation
 
KuwaharaFilterTransformation(Context, int) - Constructor for class jp.wasabeef.picasso.transformations.gpu.KuwaharaFilterTransformation
 

M

MaskTransformation - Class in jp.wasabeef.picasso.transformations
 
MaskTransformation(Context, int) - Constructor for class jp.wasabeef.picasso.transformations.MaskTransformation
 

P

PixelationFilterTransformation - Class in jp.wasabeef.picasso.transformations.gpu
Applies a Pixelation effect to the image.
PixelationFilterTransformation(Context) - Constructor for class jp.wasabeef.picasso.transformations.gpu.PixelationFilterTransformation
 
PixelationFilterTransformation(Context, float) - Constructor for class jp.wasabeef.picasso.transformations.gpu.PixelationFilterTransformation
 

R

RoundedCornersTransformation - Class in jp.wasabeef.picasso.transformations
 
RoundedCornersTransformation(int, int) - Constructor for class jp.wasabeef.picasso.transformations.RoundedCornersTransformation
 
RoundedCornersTransformation(int, int, RoundedCornersTransformation.CornerType) - Constructor for class jp.wasabeef.picasso.transformations.RoundedCornersTransformation
 
RoundedCornersTransformation.CornerType - Enum in jp.wasabeef.picasso.transformations
 
RSBlur - Class in jp.wasabeef.picasso.transformations.internal
Copyright (C) 2018 Wasabeef Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
RSBlur() - Constructor for class jp.wasabeef.picasso.transformations.internal.RSBlur
 

S

SepiaFilterTransformation - Class in jp.wasabeef.picasso.transformations.gpu
Applies a simple sepia effect.
SepiaFilterTransformation(Context) - Constructor for class jp.wasabeef.picasso.transformations.gpu.SepiaFilterTransformation
 
SepiaFilterTransformation(Context, float) - Constructor for class jp.wasabeef.picasso.transformations.gpu.SepiaFilterTransformation
 
SketchFilterTransformation - Class in jp.wasabeef.picasso.transformations.gpu
 
SketchFilterTransformation(Context) - Constructor for class jp.wasabeef.picasso.transformations.gpu.SketchFilterTransformation
 
SwirlFilterTransformation - Class in jp.wasabeef.picasso.transformations.gpu
Creates a swirl distortion on the image.
SwirlFilterTransformation(Context) - Constructor for class jp.wasabeef.picasso.transformations.gpu.SwirlFilterTransformation
 
SwirlFilterTransformation(Context, float, float, PointF) - Constructor for class jp.wasabeef.picasso.transformations.gpu.SwirlFilterTransformation
 

T

ToonFilterTransformation - Class in jp.wasabeef.picasso.transformations.gpu
The threshold at which to apply the edges, default of 0.2.
ToonFilterTransformation(Context) - Constructor for class jp.wasabeef.picasso.transformations.gpu.ToonFilterTransformation
 
ToonFilterTransformation(Context, float, float) - Constructor for class jp.wasabeef.picasso.transformations.gpu.ToonFilterTransformation
 
transform(Bitmap) - Method in class jp.wasabeef.picasso.transformations.BlurTransformation
 
transform(Bitmap) - Method in class jp.wasabeef.picasso.transformations.ColorFilterTransformation
 
transform(Bitmap) - Method in class jp.wasabeef.picasso.transformations.CropCircleTransformation
 
transform(Bitmap) - Method in class jp.wasabeef.picasso.transformations.CropSquareTransformation
 
transform(Bitmap) - Method in class jp.wasabeef.picasso.transformations.CropTransformation
 
transform(Bitmap) - Method in class jp.wasabeef.picasso.transformations.gpu.GPUFilterTransformation
 
transform(Bitmap) - Method in class jp.wasabeef.picasso.transformations.GrayscaleTransformation
 
transform(Bitmap) - Method in class jp.wasabeef.picasso.transformations.MaskTransformation
 
transform(Bitmap) - Method in class jp.wasabeef.picasso.transformations.RoundedCornersTransformation
 

U

Utils - Class in jp.wasabeef.picasso.transformations.internal
Copyright (C) 2018 Wasabeef Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

V

valueOf(String) - Static method in enum jp.wasabeef.picasso.transformations.CropTransformation.GravityHorizontal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.wasabeef.picasso.transformations.CropTransformation.GravityVertical
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.wasabeef.picasso.transformations.RoundedCornersTransformation.CornerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum jp.wasabeef.picasso.transformations.CropTransformation.GravityHorizontal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.wasabeef.picasso.transformations.CropTransformation.GravityVertical
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.wasabeef.picasso.transformations.RoundedCornersTransformation.CornerType
Returns an array containing the constants of this enum type, in the order they are declared.
VignetteFilterTransformation - Class in jp.wasabeef.picasso.transformations.gpu
Performs a vignetting effect, fading out the image at the edges The directional intensity of the vignetting, with a default of x = 0.5, y = 0.5, start = 0, end = 0.75
VignetteFilterTransformation(Context) - Constructor for class jp.wasabeef.picasso.transformations.gpu.VignetteFilterTransformation
 
VignetteFilterTransformation(Context, PointF, float[], float, float) - Constructor for class jp.wasabeef.picasso.transformations.gpu.VignetteFilterTransformation
 
B C F G I J K M P R S T U V 
Skip navigation links