We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi😃 Thank you for developing a very useful library❗
I want to specify UIRectCorner on RoundCornerImageProcessor and Image.kf.image.
UIRectCorner
RoundCornerImageProcessor
Image.kf.image
For example
let processor = RoundCornerImageProcessor(cornerRadius: 20, targetSize: CGSize(width: 40, height: 40), byRoundingCorners: [.topRight, .bottomRight])
Would you please add this?
I have read the 3.7.1 source code for Image.kf.imgae. If iOS, just specify a parameter of UIBezierPath. But if macOS, I dont know how to specify...
3.7.1
Image.kf.imgae
UIBezierPath
The text was updated successfully, but these errors were encountered:
Good suggestion. I will look at it now to see what we can do.
Sorry, something went wrong.
Implemented in #669
Thank you very much @onevcat 😍❗
onevcat
No branches or pull requests
Issue Description
What
Hi😃 Thank you for developing a very useful library❗
I want to specify
UIRectCorner
onRoundCornerImageProcessor
andImage.kf.image
.For example
Would you please add this?
Other Comment
I have read the
3.7.1
source code forImage.kf.imgae
.If iOS, just specify a parameter of
UIBezierPath
.But if macOS, I dont know how to specify...
The text was updated successfully, but these errors were encountered: