-
- All Implemented Interfaces:
-
com.cloudinary.android.preprocess.Preprocess
public class DimensionsValidator implements Preprocess<Bitmap>
A preprocess step for validating the dimensions of a given bitmap.
-
-
Constructor Summary
Constructors Constructor Description DimensionsValidator(int minWidth, int minHeight, int maxWidth, int maxHeight)Create an instance with the chosen parameters.
-
Method Summary
-
-
Constructor Detail
-
DimensionsValidator
DimensionsValidator(int minWidth, int minHeight, int maxWidth, int maxHeight)
Create an instance with the chosen parameters.- Parameters:
minWidth- Minimum allowed widthminHeight- Minimum allowed heightmaxWidth- Maximum allowed widthmaxHeight- Maximum allowed height
-
-
-
-