Android Image cropping in Pytorch library

Has an Android Pytorch library a method to crop images from an Image object?
I’d like to transfer results of face detection to emotion detection for example.
So I have original image of Image type, and data about faces of Rect type.