Releases: guhungry/ios-photo-manipulator
Releases · guhungry/ios-photo-manipulator
2.5.0
What's Changed
- feat(drawText): add support for text alignment (left, right) by @guhungry in #12
Full Changelog: 2.4.5...2.5.0
2.4.5
What's Changed
Package Manager
- ci(publish): unify release tag between Swift Package Manager and CocoaPods by @guhungry in 03db1b2
Full Changelog: v2.4.4...2.4.5
v2.1.1
Add
- UIImage.flip(): Add FlipMode.Both (Horizontal + Vertical) and FlipMode.None (Do nothing) (#6)
v2.1.0
Add
- UIImage.flip(): Flip the image horizontally or vertically (#5)
- UIImage.drawText(): Add support text rotation (#4)