graphics-api

module
v0.0.0-...-d7a3396 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2024 License: Apache-2.0

README

GRAPHICS API

API designed to perform image processing on jpg, jpeg and png images.

AVAILABLE ENDPOINTS

Currently available endpoints listed below:

/api/sharpen
/api/edgedetection
/api/gaussianblur
/api/boxblur
/api/custom

Supplying an image in a multipart/form is required for all of the endpoints. In addition, the /api/custom requires provissioning a convolution matrix in the form [[val1,val2,val3],[val4,val5,val6],[val7,val8,val9]]. Both of these must be supplied as image and kernel attributes respectively in the form.

Directories

Path Synopsis
api
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL