Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 422 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 422 Bytes

ImageProcessorGoReact

ImageProcessorGoReact is a lightweight image processing app with React frontend and Go backend. Upload images, apply resizing, anti-aliasing, and filters. Set parameters in the UI for real-time previews.

Installing

  1. gocv ImageProcessorGoReact uses opencv by gocv.
go get -u -d gocv.io/x/gocv
brew install opencv

and pkgconfig is nessesally.

brew install pkgconfig