❤️ Support my apps ❤️
- Push Hero - pure Swift native macOS application to test push notifications
- PastePal - Pasteboard, note and shortcut manager
- Quick Check - smart todo manager
- Alias - App and file shortcut manager
- My other apps
❤️❤️😇😍🤘❤️❤️
let url = Encoder().encode(images: images, frameDuration: 0.05)
let info = Decoder().decode(gifUrl: url)
info.images
info.frameDuration
info.pixelWidth
info.pixelHeight
let info = Decoder().decode(videoUrl: url)
info.images
let newGifUrl = Handler().modify(gifUrl: url, closure: { image in
// Handle image the way you want
return image
})
GifMagic is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'GifMagic'
GifMagic is also available through Carthage. To install just write into your Cartfile:
github "onmyway133/GifMagic"
GifMagic can also be installed manually. Just download and drop Sources
folders in your project.
Khoa Pham, onmyway133@gmail.com
We would love you to contribute to GifMagic, check the CONTRIBUTING file for more info.
GifMagic is available under the MIT license. See the LICENSE file for more info.