Skip to content

Ben8t/upside_down

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

Upside Down

A little app to flip some image tiles. Inspired by this tweet from @humeursdevictor.

america fliped_america

Clone the repository

git clone https://gitlab.com/ben8t/upside_down.git && cd upside_down

Build Docker image

docker build -t upside_down .

Run with the web app

docker container run --rm -p 8501:8501 upside_down and open your browser at 0.0.0.0:8501.

Run in command line

docker container run --rm -v $(pwd)/app upside_down python main.py <source_image> <destination_image> <tile_shape>

Example : docker container run --rm -v $(pwd)/app upside_down python main.py sample/america.jpg sample/fliped_image.jpg 25

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published