Skip to content

dmitr-fedorov/flip-image-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flip Image Server

This is an HTTP server that flips ".jpeg" images sent to it horizontally.

Server's web-address: 127.0.0.1:5875.

How To Build

To build the server you will need Poco and OpenCV libraries installed on your computer. If you already have them installed, skip to the last step of this guide.

  1. Install Poco:
sudo apt-get update -y
sudo apt-get install -y libpoco-dev
  1. Install OpenCV:
sudo apt update
sudo apt install libopencv-dev python3-opencv
  1. Build the project using CMake:
mkdir build
cd build
cmake .. && make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors