A B C D E F G H I J K L M N O P R S T U V W Z

L

LanczosResamplingFilter - Class in project.android.imageprocessing.filter.processing
This lets you up- or downsample an image using Lanczos resampling, which results in noticeably better quality than the standard linear or trilinear interpolation.
LanczosResamplingFilter(int, int) - Constructor for class project.android.imageprocessing.filter.processing.LanczosResamplingFilter
 
LevelsFilter - Class in project.android.imageprocessing.filter.colour
A image levels filter extension of BasicFilter.
LevelsFilter(float, float, float, float, float) - Constructor for class project.android.imageprocessing.filter.colour.LevelsFilter
Creates a ImageLevelsFilter with the given min, gamma, max input levels and min and max output levels.
LightenBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a lighten blend of two images.
LightenBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.LightenBlendFilter
 
LinearBurnBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a linear burn blend of two images
LinearBurnBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.LinearBurnBlendFilter
 
LookupFilter - Class in project.android.imageprocessing.filter.colour
Uses an RGB color lookup image to remap the colors in an image.
LookupFilter(Context, int) - Constructor for class project.android.imageprocessing.filter.colour.LookupFilter
 
LuminanceThresholdFilter - Class in project.android.imageprocessing.filter.colour
Pixels with a luminance above the threshold will appear white, and those below will be black threshold: The luminance threshold, from 0.0 to 1.0
LuminanceThresholdFilter(float) - Constructor for class project.android.imageprocessing.filter.colour.LuminanceThresholdFilter
 
LuminosityBlendFilter - Class in project.android.imageprocessing.filter.blend
Applies a luminosity blend of two images
LuminosityBlendFilter() - Constructor for class project.android.imageprocessing.filter.blend.LuminosityBlendFilter
 

A B C D E F G H I J K L M N O P R S T U V W Z