简体   繁体   中英

iOS : fastest method to encode data in base64

I'm looking for the fastest solution to encode an UIImage to a base64 string. Also I'm wondering if the built-in solution provided by apple to convert an UIImage to NSData UIImageJPEGRepresentation(image, quality) is the best one.

As per the article , a 5.3MB image (JPEG) file took < 50ms to encode, and about 140ms to decode using the base64. you can get the library code here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM