ZLImageEditor icon indicating copy to clipboard operation
ZLImageEditor copied to clipboard

A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, image stickers, filters.

Results 15 ZLImageEditor issues
Sort by recently updated
recently updated
newest added

Hey, I'm capturing the screen using below code: **UIGraphicsBeginImageContextWithOptions(remoteContainer.frame.size, false, 0); remoteContainer.drawHierarchy(in: remoteContainer.bounds, afterScreenUpdates: true) let image: UIImage = UIGraphicsGetImageFromCurrentImageContext()! UIGraphicsEndImageContext() return image** When I try to edit this captured...

目前设置`clipRatios`需要用户手动进入编辑状态才能生效,请问如何类似于twitter选择背景那样,强制图片的比例呢? ps: crop之后,文字如果拖动到crop范围之外,就无法拖回来了。

` error = vImageScale_ARGB8888(&sourceBuffer, &destBuffer, nil, numericCast(kvImageHighQualityResampling))` Unfortunately, I am unable to give more information, it happens with XCode 13.3 and iOS 15.4. ![Screenshot 2022-03-21 at 11 12 43](https://user-images.githubusercontent.com/36501919/159241232-3028f588-feb7-4f11-9475-f9e6b5d9d576.png) ![Screenshot...

it'd be great if this would work for macOS apps as well

It would be great if the library supports SwiftUI.

One of my app only supports landscape and I get an error while I want to crop or insert text : "Supported orientations has no common orientation with the application,...

Can you please provide a way to load xib for imahgeStickerViewContainer? As for now its a only view with contraint added programatically.

it would be grate if it supports flipping like mirror image.

enhancement

Does this support video? Do you have a plan for it?