All Projects → gonzalonunez → Walt

gonzalonunez / Walt

Licence: MIT license
🎬 A Swift 3 library for creating gifs and videos from a series of images

Programming Languages

swift
15916 projects
shell
77523 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Walt

cdn
🚀 ✈️ 🚄 free CDN for everyone who wants to speed his website freely!😄
Stars: ✭ 16 (-63.64%)
Mutual labels:  images
ngx-fire-uploader
Angular Fire Uploader
Stars: ✭ 18 (-59.09%)
Mutual labels:  images
symfony-todo-backend
This is the result of all the videos that were created in the series that i published on the playlist. LINK BELOW
Stars: ✭ 172 (+290.91%)
Mutual labels:  series
scalarr
A command-line client for Sonarr, written in Scala
Stars: ✭ 33 (-25%)
Mutual labels:  series
blur-up
A tool that creates preview images.
Stars: ✭ 28 (-36.36%)
Mutual labels:  images
wallup-android
Hand curated Images & 'Auto Wallpaper'
Stars: ✭ 30 (-31.82%)
Mutual labels:  images
pixel
A lightweight image loader for Android backed by Kotlin Coroutines.
Stars: ✭ 79 (+79.55%)
Mutual labels:  images
Godot-Top-down-Shooter-Tutorial
This repository contains the source code for the Godot Top-down Shooter Tutorial series.
Stars: ✭ 41 (-6.82%)
Mutual labels:  series
daany
Daany - .NET DAta ANalYtics .NET library with the implementation of DataFrame, Time series decompositions and Linear Algebra routines BLASS and LAPACK.
Stars: ✭ 49 (+11.36%)
Mutual labels:  series
comfy-scenes
A rudimentary app for interactive Twitch scenes using Vue.js. It monitors your Twitch channel chat for !commands using Comfy.js (by instafluff and others), plays mp3 files, loads images, and interacts with Vue.js components.
Stars: ✭ 24 (-45.45%)
Mutual labels:  gifs
Serverless-Saturdays
A repo that contains all the resources from the Serverless Saturdays series
Stars: ✭ 16 (-63.64%)
Mutual labels:  series
node-gif
Displays Gifs In Terminal 👽 👾 🚀 💣
Stars: ✭ 27 (-38.64%)
Mutual labels:  gifs
hermitage
Service that provides storage, delivery and modification of your images
Stars: ✭ 33 (-25%)
Mutual labels:  images
pretty-formula
A small Java library to parse mathematical formulas to LaTeX and display them as images
Stars: ✭ 29 (-34.09%)
Mutual labels:  images
pssa
Singular Spectrum Analysis for time series forecasting in Python
Stars: ✭ 119 (+170.45%)
Mutual labels:  series
torrent-indexer
Yet another node.js torrent scraper made especially for movie, series, anime and music (scrape from 1337x, eztv, limetorrents, rarbg, skytorrents, thepiratebay, torrentproject, yts and zooqle)
Stars: ✭ 50 (+13.64%)
Mutual labels:  series
tools-generation-detection-synthetic-content
Compilation of the state of the art of tools, articles, forums and links of interest to generate and detect any type of synthetic content using deep learning.
Stars: ✭ 107 (+143.18%)
Mutual labels:  images
android-doc-picker
A simple and easy to use documents Picker android library. Choose any documents like pdf, ppt, text, word or media files from your device
Stars: ✭ 37 (-15.91%)
Mutual labels:  images
nibbledb
a byte-sized time series database
Stars: ✭ 23 (-47.73%)
Mutual labels:  series
tensorflow-bicubic-downsample
tf.image.resize_images has aliasing when downsampling and does not have gradients for bicubic mode. This implementation fixes those problems.
Stars: ✭ 23 (-47.73%)
Mutual labels:  images

Icon

Walt

CI Status Version License Platform

Aptly named after one of the greatest animators of all time, Walt can turn a series of images into a gif or a video!

Walt is part of a larger effort to open source Giffy.

Installation

Walt is available through CocoaPods. To use it, simply add pod 'Walt' to your Podfile. Make sure that use_frameworks! is also in your Podfile.

It should look something like this:

use_frameworks!

target '<MY_TARGET_NAME>' do
  pod 'Walt'

  target '<MY_TEST_TARGET_NAME>' do
    inherit! :search_paths

  end
end

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Author

Gonzalo Nuñez, [email protected]

Twitter: @gonzalo__nunez

License

Walt is available under the MIT license. See the LICENSE file for more info.

Notes

As of right now, this is simply a direct Swift 3 port of existing code that I had – the original code is like 2+ years old. There will need to be a few more things before I can call this v1.0:

  1. Unit Tests with extensive code coverage
  2. Markup comments and documentation

Also, more than anything this library gives me the ability to isolate and modularize a lot of the functionality inside of some of my existing apps. With that being said, many of the features added to this will be influenced by goals I have with apps that use this. If for some reason this actually gets starred and used, other developers will be influencing that as well :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].