Coder Social home page Coder Social logo

monirz / gif-maker Goto Github PK

View Code? Open in Web Editor NEW
20.0 3.0 8.0 5 MB

Gif-maker is a small app for creating animated gif from multiple images written in Golang.

Home Page: https://cryptic-gorge-21126.herokuapp.com/

Go 55.90% Dockerfile 2.14% HTML 41.96%
image processing gif animated-gif golang

gif-maker's Introduction

gif-maker

A service for creating gif image from multiple jpeg, jpg images

Ussage

$ go mod download
$ go run main.go

With Docker

$ docker build -t gif-maker .
$ docker run -p 8090:8090 gif-maker

After running the server upload the files using a HTTP POST request. ย 

curl -X POST -F 'delay=1' -F 'file[]=@/path/to/pictures/img1.jpeg' -F 'file[]=@/path/to/pictures/img2.jpeg' http://localhost:8090/create

Or you can browse and upload it through your web browser http://localhost:8090,

When you get the successful response, browse to http://localhost:8090/file

See the live demo Here

TODO

  • Add support for configurable image width and height, currently it takes first image's width height as default size if all the provided images are not in same width and height.

gif-maker's People

Contributors

ilmanzo avatar monirz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gif-maker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.