- 
                Notifications
    
You must be signed in to change notification settings  - Fork 458
 
Open
Description
When I crop my phone native captured image 4608 by 3456 pixel just a little bit (like 100 pixels up) the result is a 1062 by 864 instead of an 4500 by 3456 image.
File croppedImage = await ImageCropper.cropImage(
    sourcePath: myImage.path,
    aspectRatioPresets: [
        CropAspectRatioPreset.square,
        CropAspectRatioPreset.ratio3x2,
        CropAspectRatioPreset.original,
        CropAspectRatioPreset.ratio4x3,
        CropAspectRatioPreset.ratio16x9
    ],
    androidUiSettings: AndroidUiSettings(
        toolbarTitle: 'Cropper',
        toolbarColor: Colors.deepOrange,
        toolbarWidgetColor: Colors.white,
        initAspectRatio: CropAspectRatioPreset.original,
        lockAspectRatio: false),
    iosUiSettings: IOSUiSettings(
        minimumAspectRatio: 1.0,
    )
);
juliengit2
Metadata
Metadata
Assignees
Labels
No labels