Closed mr-pant closed 8 years ago
Thank you for taking the time to do a PR. I saw you have some your logic to resize and blend the image in the demo project. I think you could move it in the view itself.
As a suggestion, maybe change the method
- (UIImage *)drawings
to something like
- (UIImage *)applyDrawToImage:(UIImage *)baseImage
so you can move all your logic from the controller to better reusability
I'm on it.
User will be able to draw on image and extract the modified image.