Skip to content

ArthurPaivaT/mergi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mergi

For now, this runs an api to apply some effects to images

Running Server

Make sure you have already installed golang;

Run:

$ go mod vendor
$ go run .

Effects

The available effects available in the API are:

To get the result image, send the original image as form file to one of the following endpoints. replace api by localhost:1212 or the host you are using.

Drawing - api/applyDW Pixelate - api/applyPX
Gray Scale - api/applyGS Black & White - api/applyBW

About

video / image merging tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages