jhansireddy / AndroidScannerDemo

ScanLibrary is an android document scanning library built on top of OpenCV, using the app you will be able to select the exact edges and crop the document accordingly from the selected 4 edges and change the perspective transformation of the cropped image.
MIT License
1.07k stars 472 forks source link

How can i magnify the polygon view points when cropping the image so that i can see the view beneath my finger #155

Open MuneebAhmedQazi opened 2 years ago

MuneebAhmedQazi commented 2 years ago

i tried this link but it can only be used to zoom only image. I want to get a zoom when one of the polygon is touched https://stackoverflow.com/questions/49626896/touch-point-zoom-preview

harimoradiya commented 2 years ago

https://github.com/pqpo/SmartCropper it will help you.

MuneebAhmedQazi commented 2 years ago

@hari1412 thanks but after using this module, my app's bundle size gets increased to 230MB which is really huge. The library itself is 40MB