ZLImageEditor
ZLImageEditor copied to clipboard
A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, image stickers, filters.
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...
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.
Does this support video? Do you have a plan for it?