All notable changes to this project will be documented in this file.
WebP
adheres to Semantic Versioning.
- Bump embeded libwebp version to v1.1.0 (was v1.0.3)
- Added
WebPDecoder.encode(RGBA cgImage: CGImage, ...)
and so on for ainame#40
- Make WebPImageInspector publicly exposed
- Added
WebPDecoder.decode(toUIImage:, options:)
andWebPDecoder.decode(toNSImage:, options:)
- Bump embeded libwebp version to v1.0.3 (was v1.0.0)
- Add -fembed-bitcode flag to CFLAGS when compiling libwebp for iOS
- Add WebPImageInspector internally
- Fixed a memory issue in WebPDecoder+Platform.swift
- Support swift-tools-version 5.0 to build with swift package manager
- Support Xcode 10.2's build and Swift 5
Fixed wrong file paths of WebPDecoder
- Added WebPDecoder
- WebPSimple.decode
Support Xcode10 and Swift4.2 (nothing changed at all)
- Update libwebp v0.60 -> v1.0.0
- Now WebPEncoder supports iOS platform
- Handle use_argb flag properly
- WebPSimple.encode