LeGoffMael / insta_assets_picker

An image (and videos) picker similar with Instagram, supports multi picking, crop and aspect ratio.
https://pub.dev/packages/insta_assets_picker
MIT License
79 stars 34 forks source link

iOS error in log on crop #5

Closed LeGoffMael closed 1 year ago

LeGoffMael commented 1 year ago

When cropping multiple files it sometime an error is logged (however the images seems to be cropped properly)

The error seems to logged here https://github.com/lykhonis/image_crop/blob/master/ios/Classes/ImageCropPlugin.m#L176

IOSurface creation failed: e00002c2 parentID: 00000000 properties: {
    IOSurfaceAddress = 5795512320;
    IOSurfaceAllocSize = 20775279;
    IOSurfaceCacheMode = 0;
    IOSurfaceMapCacheAttribute = 1;
    IOSurfaceName = CMPhoto;
    IOSurfacePixelFormat = 1246774599;
}