This Streamlit app allows users to upload an image, perform basic editing (resize, rotate), and convert it to various formats. The app also enables downloading the edited and converted image.
- Upload images in PNG, JPG, JPEG, WEBP, and ICO formats.
- Edit image size and rotation.
- Convert images to PNG, JPEG, WEBP, and ICO.
- Download the edited and converted image.
-
Clone the repository:
git clone <repository_url> cd <repository_folder>
-
Create a virtual environment (venv):
python3 -m venv venv
-
Activate the virtual environment:
source venv/bin/activate
.\venv\Scripts\activate
-
Install the dependencies:
pip install -r requirements.txt
-
Run the Streamlit application:
streamlit run app.py