-
- All Implemented Interfaces:
-
com.cloudinary.android.preprocess.Preprocess
public class Crop implements Preprocess<Bitmap>
Preprocess for cropping. Send an instance to addStep to crop an image. Points must form a diagonal within the bounds of the image. If the points form the same diagonal size as the original image, it will be returned unchanged.