Skip to content

astaka-pe/ImgTrimmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImgTrimmer: Crop Multiple Images with a Consistent Rectangle

This app runs locally and helps you crop experimental results to easily create publication-ready figures.

Installation

git clone https://github.com/astaka-pe/ImgTrimmer.git
cd ImgTrimmer

# Linux
python3 -m venv .venv
source .venv/bin/activate # source .venv/bin/activate.fish

# Windows
py -3.10 -m venv .venv
.venv/Scripts/activate

pip install -r requirements.txt

Demo

streamlit run app.py

Image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages