Fix
Create animated GIF or PNG from a set of images
Animator can be installed using the Swift Package Manager. Add the following to your Package.swift file:
Package.swift
dependencies: [ .Package(url: "https://github.com/infinitetoken/Animator.git", from: "2.0.0") ]
import Animator let images: [CGImage] = ... let url: URL = ... let data = await Animator.animation(from: Animator.frames(from: images), type: .gif)
Animator is released under the MIT license. See LICENSE for details.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Animator
Create animated GIF or PNG from a set of images
Installation
Animator can be installed using the Swift Package Manager. Add the following to your
Package.swift
file:Usage
License
Animator is released under the MIT license. See LICENSE for details.