Midjourney Image Splitter is a Python application designed to split images into quadrants. It offers both a command-line interface and a graphical user interface (GUI) built with PyQt5. Users can process images from local directories or directly from URLs.
- Split images into four quadrants
- Process images from local folders
- Fetch and split images from URLs
- Simple and intuitive GUI
- Python 3.7+
requests
libraryPillow
libraryPyQt5
library
-
Clone the repository:
git clone https://github.com/Nafi7393/Midjourney-Image-Splitter.git cd Midjourney-Image-Splitter
-
Install the dependencies:
pip install -r requirements.txt
To process images in a folder:
python main.py
This will process images in the input
folder and save the quadrants in the output
folder.
To start the GUI, run:
python gui.py
-
Local Image Processing:
- Enter the path to the input folder.
- Enter the path to the output folder.
- Click on "Process Local Images" to split all images in the input folder.
-
URL Image Processing:
- Enter the URL of the image.
- Enter the path to the output folder.
- Click on "Process Image from URL" to fetch and split the image.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/my-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/my-feature
- Open a pull request.
- PyQt5 Documentation
- Pillow Documentation
For any questions or issues, please open an issue on the GitHub repository