Skip to content

A Laravel app that user can upload static images (jpeg,png or jpg) with drag and drop feature. App will generate an animated GIF image. AJAX methods to avoid page refreshing.

Notifications You must be signed in to change notification settings

glioympas/imgtogif

Repository files navigation

Static images to an animated GIF image.

Users upload images and the app generates a GIF img. The image dimensions are based on the first image. Contains server validation to avoid big images , or wrong file types.

3rd Party libraries

  • dropzone.js library for the drag and drop feature and POST requests to server.
  • open source GifCreator class for the image proccessing part.

Running immediately.

You don't need any migration to run the app , since it was created with the only goal to do that simple 'static to GIF' job.

About

A Laravel app that user can upload static images (jpeg,png or jpg) with drag and drop feature. App will generate an animated GIF image. AJAX methods to avoid page refreshing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published