Do you want to apply your own custom functions to your imagery and preview what they look like? Well this simple streamlit tool lets you create your own function to modify your imagery, preview what they would look like, then download the modified images.
-
Fork Your own copy or clone this repo.
-
Make sure your custom function returns a
PIL.Image.Image
otherwise the program won't function properly. -
Run the command
streamlit run sorter.py
in the directory where your program is located.
- Preview the modified images made by your custom function with preview mode.
- Apply your custom function image by image and download the individual images.
- Apply your custom function to all the images at once and download the
.zip
- Check out the offical Streamlit Docs for adding cool components like dropdown menus and more!
Check out Streamlit's Instructions
- This version outputs all images as
.jpg
.