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.
- gocv ImageProcessorGoReact uses opencv by gocv.
go get -u -d gocv.io/x/gocv
brew install opencv
and pkgconfig is nessesally.
brew install pkgconfig