Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Manim | 53,974 | 6 | 2 days ago | 9 | April 13, 2022 | 392 | mit | Python | ||
Animation engine for explanatory math videos | ||||||||||
Ucrop | 11,538 | 2 | 3 months ago | 4 | October 10, 2020 | 266 | Java | |||
Image Cropping Library for Android | ||||||||||
Fastimagecache | 8,138 | 52 | 6 years ago | 7 | February 03, 2016 | 34 | mit | Objective-C | ||
iOS library for quickly displaying images while scrolling | ||||||||||
Editly | 4,154 | 3 | 3 months ago | 27 | December 23, 2022 | 111 | mit | JavaScript | ||
Slick, declarative command line video editing & API | ||||||||||
Gifsicle | 3,387 | a month ago | 2 | June 30, 2021 | 33 | gpl-2.0 | C | |||
Create, manipulate, and optimize GIF images and animations | ||||||||||
Singan | 3,129 | a year ago | 98 | other | Python | |||||
Official pytorch implementation of the paper: "SinGAN: Learning a Generative Model from a Single Natural Image" | ||||||||||
Cropiwa | 2,113 | 5 years ago | 1 | December 06, 2018 | 38 | Java | ||||
📐 Configurable Custom Crop widget for Android | ||||||||||
Vectalign | 2,043 | 2 years ago | 3 | Java | ||||||
Tool for create complex morphing animations using VectorDrawables (allows morphing between any pair of SVG images) | ||||||||||
Jetpack Compose Tutorials | 2,037 | 3 days ago | 1 | apache-2.0 | Kotlin | |||||
🚀🧨📝 Series of Tutorials to learn about Jetpack Compose with subjects Material Widgets, Layout, SubcomposeLayout, custom layouts, State, custom rememberable, recomposition, LaunchedEffect, side-effects, Gesture, Animation, Navigation, Canvas, UIs like whatsapp and others. | ||||||||||
Sdwebimageswiftui | 1,788 | 1 | 13 days ago | 52 | April 23, 2023 | 65 | mit | Swift | ||
SwiftUI Image loading and Animation framework powered by SDWebImage |
The starefossen/gifsicle
Image provides a Docker Image for
Gifsicle - create, manipulate, and optimize GIF
images and animations.
Dockerfile
linksGifsicle is a command-line tool for creating, editing, and getting information about GIF images and animations.
This image is used identically to the official Gifsicle cli. Just mount the directories where you want to store your GIFs as volumes and you are good to go.
$ docker run --rm -v "$PWD":/src starefossen/gifsicle --help
The starefossen/gifsicle
images come in three flavors, each designed for a
specific use case in mind.
starefossen/gifsicle:latest
This is the bleeding edge latest version of the image. You should use this under active development, but not for stable production usage.
starefossen/gifsicle:<version>
This is the locked down version of the image. If comes in two variants;
:<major>
and :<major>.<minor>
versions of Gifsicle.
starefossen/gifsicle:ffmpeg
This is a image with latest version of ffmpeg installed. This is based on the nachochip/ffmpeg Docker Image.
This Docker image is licensed under the MIT License.
Software contained in this image is licensed under the following:
This image is officially supported on Docker version 1.8.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
Building new versions of the Gifsicle binary for the image is done using the
/build
container in this repository. The
build.sh
script does most of the heavy lifting for this process.
You need Docker Compose installed for the build script to work correctly.
$ ./build x.yy
Releasing new versions Docker Hub is a matter for adding the newly generated
gifsicle.tar.tz
archives and adding the version tag to Docker Hub.