I have masked image successfully with the help of following link:
In above link there are two images named image.png and mask.png ,
After masking the image i want to crop the result image.
My concern is that I want to crop the image named image.png but mask.png should be stay still as it is. I am using KICropImageView
https://github.com/zhangzhixun/CropImageDemo for cropping the Image.
But when I scroll the image my whole result image is scrolling but I just want to scroll image.png not mask.png image.
Any idea how can I do that?