Results 113 comments of long

Can you provide a demo? I used ZLPhotoBrowser's custom camera to take pictures and edit them, and there is no problem in the issue. So I don't think it's a...

Can you provide the code from capturing the screen to calling ZLImageEditor?

> 遇到相同的问题 @tangtaoit 是调用截屏生成的图片,然后调用编辑器就会出现这种情况吗? 如果不是 能提供下调用编辑器之前的代码吗?

Sorry, I can't fix this crash right now, you can disable the code that caused the crash first.

https://github.com/longitachi/ZLImageEditor/blob/8e5437c20d5ecbb516ee028e1c994518747bbcc9/Sources/General/ZLEditImageViewController.swift#L816-L820

Upgrade to 1.0.6, use jpegData(compressionQuality:) to compress images.

```swift ZLImageEditorConfiguration.default() .showClipDirectlyIfOnlyHasClipTool(true) .editImageTools([.clip]) .clipRatios([.wh1x1]) ``` 这样设置即可

等有空了我看下,最近比较忙