A modern image editor with artistic effects and a minimalist dark interface, built with PyQt6 and OpenCV.
- Basic Controls: Brightness, contrast, saturation, sharpness, and blur
- Non-destructive Editing: All adjustments preserve original image quality
- Real-time Preview: See changes as you adjust parameters
- Filters: Grayscale, negative, sepia, vignette, warm/cool tones
- Artistic Effects: Cartoon, watercolor, oil painting, emboss, edge detection
- Creative Styles: Posterize, pixelate, glitch, HDR enhancement
- Color Manipulation: Advanced color grading with intensity controls
- Modern Design: Dark minimal aesthetic with monospace fonts
- Image Navigation: Zoom in/out, fit to view, and actual size options
- Hand Tool: Pan easily around large images
- History: Full undo/redo functionality for all operations
- File Management: Open and save in common image formats
-
Clone the repository:
git clone https://github.com/udaysinh-git/dither-girl.git cd dither-girl
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
-
Using the editor:
- Open an image: Use File > Open or the Open button
- Apply adjustments: Use sliders in the sidebar to modify image properties
- Apply effects: Select an effect from the dropdown and set parameters
- Navigate: Use zoom controls and the hand tool for large images
- History: Use undo/redo buttons or Ctrl+Z/Ctrl+Y shortcuts
- Save: Use File > Save or the Save button
dither-girl/
├── algorithms/ # Dithering and other core algorithms
├── edit/ # Basic image editing filters
│ ├── image_filters.py # Core image processing algorithms
├── effects/ # Special effect implementations
│ ├── base.py # Base effect class
│ ├── cartoon.py # Cartoon effect implementation
│ ├── ... # Other effect implementations
├── ui/ # User interface components
│ ├── components/ # Reusable UI components
│ ├── main_window.py # Main application window
│ ├── styles.py # UI styling
├── utils/ # Utility functions
│ ├── image_loader.py # Image loading/saving utilities
├── main.py # Application entry point
- Layer system for non-destructive editing
- Custom brushes and drawing tools
- Selection tools and masks
- Export to additional file formats
- Performance optimizations for large images
- Additional dithering algorithms
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a feature branch:
git checkout -b feature-name
- Make your changes and commit:
git commit -m 'Add some feature'
- Push to your branch:
git push origin feature-name
- Open a pull request
Please read CONTRIBUTING.md for details on our code of conduct and pull request process.
Join our vibrant Discord community to connect with other Dither Girl users and developers!
- Get Early Access to beta features and experimental effects
- Share Your Creations and get feedback from fellow artists
- Influence Development by directly engaging with the core team
- Troubleshoot Issues with help from the community and developers
- Learn Advanced Techniques through community tutorials and tips
We host regular community events including image editing challenges, effect design workshops, and Q&A sessions with the development team!
This project is licensed under the MIT License - see the LICENSE file for details.