JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
F
G
I
J
K
M
P
R
S
T
V
A
add(BasePostprocessor)
- Method in class jp.wasabeef.fresco.processors.
CombinePostProcessors.Builder
B
blur(Bitmap, int, boolean)
- Static method in class jp.wasabeef.fresco.processors.internal.
FastBlur
blur(Context, Bitmap, int)
- Static method in class jp.wasabeef.fresco.processors.internal.
RSBlur
BlurPostprocessor
- Class in
jp.wasabeef.fresco.processors
BlurPostprocessor(Context)
- Constructor for class jp.wasabeef.fresco.processors.
BlurPostprocessor
BlurPostprocessor(Context, int)
- Constructor for class jp.wasabeef.fresco.processors.
BlurPostprocessor
BlurPostprocessor(Context, int, int)
- Constructor for class jp.wasabeef.fresco.processors.
BlurPostprocessor
BrightnessFilterPostprocessor
- Class in
jp.wasabeef.fresco.processors.gpu
brightness value ranges from -1.0 to 1.0, with 0.0 as the normal level
BrightnessFilterPostprocessor(Context)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
BrightnessFilterPostprocessor
BrightnessFilterPostprocessor(Context, float)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
BrightnessFilterPostprocessor
build()
- Method in class jp.wasabeef.fresco.processors.
CombinePostProcessors.Builder
Builder()
- Constructor for class jp.wasabeef.fresco.processors.
CombinePostProcessors.Builder
C
ColorFilterPostprocessor
- Class in
jp.wasabeef.fresco.processors
ColorFilterPostprocessor(int)
- Constructor for class jp.wasabeef.fresco.processors.
ColorFilterPostprocessor
CombinePostProcessors
- Class in
jp.wasabeef.fresco.processors
CombinePostProcessors.Builder
- Class in
jp.wasabeef.fresco.processors
ContrastFilterPostprocessor
- Class in
jp.wasabeef.fresco.processors.gpu
contrast value ranges from 0.0 to 4.0, with 1.0 as the normal level
ContrastFilterPostprocessor(Context)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
ContrastFilterPostprocessor
ContrastFilterPostprocessor(Context, float)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
ContrastFilterPostprocessor
F
FastBlur
- Class in
jp.wasabeef.fresco.processors.internal
Copyright (C) 2020 Wasabeef
FastBlur()
- Constructor for class jp.wasabeef.fresco.processors.internal.
FastBlur
G
getFilter()
- Method in class jp.wasabeef.fresco.processors.gpu.
GPUFilterPostprocessor
getName()
- Method in class jp.wasabeef.fresco.processors.
BlurPostprocessor
getName()
- Method in class jp.wasabeef.fresco.processors.
ColorFilterPostprocessor
getName()
- Method in class jp.wasabeef.fresco.processors.gpu.
GPUFilterPostprocessor
getName()
- Method in class jp.wasabeef.fresco.processors.
GrayscalePostprocessor
getName()
- Method in class jp.wasabeef.fresco.processors.
MaskPostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.
BlurPostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.
ColorFilterPostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.gpu.
BrightnessFilterPostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.gpu.
ContrastFilterPostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.gpu.
InvertFilterPostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.gpu.
KuawaharaFilterPostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.gpu.
PixelationFilterPostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.gpu.
SepiaFilterPostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.gpu.
SketchFilterPostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.gpu.
SwirlFilterPostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.gpu.
ToonFilterPostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.gpu.
VignetteFilterPostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.
GrayscalePostprocessor
getPostprocessorCacheKey()
- Method in class jp.wasabeef.fresco.processors.
MaskPostprocessor
GPUFilterPostprocessor
- Class in
jp.wasabeef.fresco.processors.gpu
GPUFilterPostprocessor(Context, GPUImageFilter)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
GPUFilterPostprocessor
GrayscalePostprocessor
- Class in
jp.wasabeef.fresco.processors
GrayscalePostprocessor()
- Constructor for class jp.wasabeef.fresco.processors.
GrayscalePostprocessor
I
InvertFilterPostprocessor
- Class in
jp.wasabeef.fresco.processors.gpu
InvertFilterPostprocessor(Context)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
InvertFilterPostprocessor
J
jp.wasabeef.fresco.processors
- package jp.wasabeef.fresco.processors
jp.wasabeef.fresco.processors.gpu
- package jp.wasabeef.fresco.processors.gpu
jp.wasabeef.fresco.processors.internal
- package jp.wasabeef.fresco.processors.internal
K
KuawaharaFilterPostprocessor
- Class in
jp.wasabeef.fresco.processors.gpu
Kuwahara all the colors in the image.
KuawaharaFilterPostprocessor(Context)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
KuawaharaFilterPostprocessor
KuawaharaFilterPostprocessor(Context, int)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
KuawaharaFilterPostprocessor
M
MaskPostprocessor
- Class in
jp.wasabeef.fresco.processors
MaskPostprocessor(Context, int)
- Constructor for class jp.wasabeef.fresco.processors.
MaskPostprocessor
P
PixelationFilterPostprocessor
- Class in
jp.wasabeef.fresco.processors.gpu
Applies a Pixelation effect to the image.
PixelationFilterPostprocessor(Context)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
PixelationFilterPostprocessor
PixelationFilterPostprocessor(Context, float)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
PixelationFilterPostprocessor
process(Bitmap, Bitmap)
- Method in class jp.wasabeef.fresco.processors.
BlurPostprocessor
process(Bitmap, Bitmap)
- Method in class jp.wasabeef.fresco.processors.
ColorFilterPostprocessor
process(Bitmap, Bitmap)
- Method in class jp.wasabeef.fresco.processors.
CombinePostProcessors
process(Bitmap, Bitmap)
- Method in class jp.wasabeef.fresco.processors.gpu.
GPUFilterPostprocessor
process(Bitmap, Bitmap)
- Method in class jp.wasabeef.fresco.processors.
GrayscalePostprocessor
process(Bitmap, Bitmap)
- Method in class jp.wasabeef.fresco.processors.
MaskPostprocessor
R
RSBlur
- Class in
jp.wasabeef.fresco.processors.internal
Copyright (C) 2020 Wasabeef
RSBlur()
- Constructor for class jp.wasabeef.fresco.processors.internal.
RSBlur
S
SepiaFilterPostprocessor
- Class in
jp.wasabeef.fresco.processors.gpu
Applies a simple sepia effect.
SepiaFilterPostprocessor(Context)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
SepiaFilterPostprocessor
SepiaFilterPostprocessor(Context, float)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
SepiaFilterPostprocessor
SketchFilterPostprocessor
- Class in
jp.wasabeef.fresco.processors.gpu
SketchFilterPostprocessor(Context)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
SketchFilterPostprocessor
SwirlFilterPostprocessor
- Class in
jp.wasabeef.fresco.processors.gpu
Creates a swirl distortion on the image.
SwirlFilterPostprocessor(Context)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
SwirlFilterPostprocessor
SwirlFilterPostprocessor(Context, float, float, PointF)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
SwirlFilterPostprocessor
T
ToonFilterPostprocessor
- Class in
jp.wasabeef.fresco.processors.gpu
The threshold at which to apply the edges, default of 0.2.
ToonFilterPostprocessor(Context)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
ToonFilterPostprocessor
ToonFilterPostprocessor(Context, float, float)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
ToonFilterPostprocessor
V
VignetteFilterPostprocessor
- Class in
jp.wasabeef.fresco.processors.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
VignetteFilterPostprocessor(Context)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
VignetteFilterPostprocessor
VignetteFilterPostprocessor(Context, PointF, float[], float, float)
- Constructor for class jp.wasabeef.fresco.processors.gpu.
VignetteFilterPostprocessor
A
B
C
F
G
I
J
K
M
P
R
S
T
V
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes