fluttercandies / flutter_image_editor

Flutter plugin, support android/ios.Support crop, flip, rotate, color martix, mix image, add text. merge multi images.
Apache License 2.0
419 stars 129 forks source link

Update UIImageHandler.swift #17

Closed pilotviper134 closed 4 years ago

pilotviper134 commented 4 years ago

Fix error error: 'UIImagePNGRepresentation' has been replaced by instance method 'UIImage.pngData()' return UIImagePNGRepresentation(image) and error: 'UIImageJPEGRepresentation' has been replaced by instance method 'UIImage.jpegData(compressionQuality:)' return UIImageJPEGRepresentation(image, CGFloat(format.quality) / 100)

CaiJingLong commented 4 years ago

I have to say that I gave you the complete modification plan in the previous issue, and you only modified part, not all.

In addition, I think that you have not completely run the code after modification, and your branch code cannot run. So after you PR, I added github action CI.


But it doesn't matter anyway. I deleted all swift code and migrated to objc. So I will close your PR.