Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter crop image like camscanner

I am working on a project where requires the image to be cropped like camscanner android native app, when a picture is taken and when user clicks the crop button, a rectangle overlay should be shown as in camscanner. Where the rectangle path can be stretched to any angle and can perform crop. Is there any library in flutter for this, actually I am looking the same functionality similar to Camscanner, image crop, image effects and converting it to pdf file.

Can anyone help me with the same?.

Thanks in advance.

like image 213
Ammy Kang Avatar asked Dec 27 '18 07:12

Ammy Kang


People also ask

How do I crop in Camscanner?

Under batch mode, you can tap the preview image at bottom left to confirm the cropping area manually. Also, you can open the cropped picture and tap "Re-edit" icon on top right to process it again.


1 Answers

Check out these extensions from pub.dev :

  1. extended_image 0.7.2 to crop, edit, rotate, flip images

  2. images_to_pdf 0.0.1 to convert image to PDF

Hope this helps:))

like image 139
Abhishek V Avatar answered Oct 22 '22 06:10

Abhishek V