Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 419 Bytes

File metadata and controls

27 lines (16 loc) · 419 Bytes

Gifer

Description

gifer - Docker image with REST API for image manipulation by ffmpeg.

This service implement the same API as thumbor.

Features

  • Resize
  • Crop

Run

Clone the repository.

Build and run container:

$> sudo docker build -t gifer .
$> sudo docker run -it --rm -p 8080:8080 gifer
# You will see:
... Start gifer server on 8080